Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Sep 7, 2024
1 parent d2b9b54 commit 56f733c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 19 deletions.
54 changes: 37 additions & 17 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 @@ -20,7 +20,7 @@ serde_json = "1.0.128"
log = "0.4.22"
tokio = { version = "1.40.0", features = ["full"] }
sdre-rust-logging = "0.3.4"
deku = { version = "0.17.0", optional = true }
deku = { version = "0.18.0", optional = true }
custom_error = "1.9.2"
libm = { version = "0.2.8", optional = true }
radix_fmt = "1.0.0"
Expand All @@ -31,7 +31,7 @@ anyhow = "1.0.87"

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

[features]
Expand Down

0 comments on commit 56f733c

Please sign in to comment.