Skip to content

Commit

Permalink
update sdre libs
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Feb 3, 2024
1 parent 46566fa commit a66dd97
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 23 deletions.
50 changes: 29 additions & 21 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 @@ -18,7 +18,7 @@ hex = { version = "0.4.3", optional = true }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
log = "0.4.20"
tokio = { version = "1.35.1", features = ["full"] }
tokio = { version = "1.36.0", features = ["full"] }
sdre-rust-logging = "0.3.0"
deku = { version = "0.16.0", optional = true }
custom_error = "1.9.2"
Expand All @@ -30,7 +30,7 @@ easy-cast = "0.5.2"

[dev-dependencies]
generic-async-http-client = { version = "0.4.0", features = ["use_hyper"] }
sdre-stubborn-io = "0.5.2"
sdre-stubborn-io = "0.5.3"
rocket = { version = "0.5.0", features = ["json"] }

[features]
Expand Down

0 comments on commit a66dd97

Please sign in to comment.