Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Jul 28, 2024
1 parent 8a81562 commit fc43ccd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
log = "0.4.22"
tokio = { version = "1.39.1", features = ["full"] }
sdre-rust-logging = "0.3.3"
sdre-rust-logging = "0.3.4"
deku = { version = "0.17.0", optional = true }
custom_error = "1.9.2"
libm = { version = "0.2.8", optional = true }
Expand All @@ -31,7 +31,7 @@ anyhow = "1.0.86"

[dev-dependencies]
generic-async-http-client = { version = "0.5.1", features = ["use_hyper"] }
sdre-stubborn-io = "0.5.7"
sdre-stubborn-io = "0.5.8"
rocket = { version = "0.5.1", features = ["json"] }

[features]
Expand Down

0 comments on commit fc43ccd

Please sign in to comment.