Skip to content

Commit

Permalink
Updated crate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danwilliams committed Nov 12, 2024
1 parent e9e7ac0 commit 75cdf61
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ lto = "thin" # Enable link-time optimisation (fast)
[dependencies]
axum = "0.7.5"
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
flume = { version = "0.11.0", features = ["async"] }
futures-util = "0.3.30"
flume = { version = "0.11.1", features = ["async"] }
futures-util = "0.3.31"
hex = "0.4.3"
parking_lot = "0.12.3"
reqwest = { version = "0.12.7", features = ["stream"] }
rubedo = "0.6.1"
reqwest = { version = "0.12.9", features = ["stream"] }
rubedo = "0.6.3"
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = { version = "1.0.128", features = ["preserve_order"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = { version = "1.0.132", features = ["preserve_order"] }
sha2 = "0.10.8"
tempfile = "3.12.0"
tempfile = "3.14.0"
thiserror = "2.0.3"
tokio = { version = "1.40.0", features = ["fs", "io-std", "io-util", "macros", "rt-multi-thread"] }
tokio = { version = "1.41.1", features = ["fs", "io-std", "io-util", "macros", "rt-multi-thread"] }
tokio-util = { version = "0.7.12", features = ["io", "io-util"] }
tracing = "0.1.40"

Expand All @@ -50,8 +50,8 @@ rand = "0.8.5"
sham = { version = "0.2.0", features = ["reqwest", "std_process"] }
smart-default = "0.7.1"
test-binary = "3.0.2"
tokio = { version = "1.40.0", features = ["signal"] }
tower-http = { version = "0.5.2", features = ["trace"] }
tokio = { version = "1.41.1", features = ["signal"] }
tower-http = { version = "0.6.1", features = ["trace"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
velcro = "0.5.4"
wiremock = "0.6.2"
Expand Down

0 comments on commit 75cdf61

Please sign in to comment.