Skip to content

Commit

Permalink
Updated crate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danwilliams committed Mar 10, 2024
1 parent e617107 commit 974129b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/rubedo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
futures = "0.3.30"
generic-array = "0.14.7" # Cannot move to 1.0.0 until the digest crate does
hex = "0.4.3"
http = "0.2.11"
http = "0.2.12"
http-body = "0.4.6"
hyper = "0.14.28"
rand_core = "0.6.4"
rubedo-macros = { path = "../rubedo-macros", version = "0.4.7" }
rust_decimal = "1.34.1"
rust_decimal = "1.34.3"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = { version = "1.0.113", features = ["preserve_order"] }
serde_json = { version = "1.0.114", features = ["preserve_order"] }

[dev-dependencies]
assert-json-diff = "2.0.2"
Expand Down

0 comments on commit 974129b

Please sign in to comment.