Skip to content

Commit ea9f8ad

Browse files
committed
updated deps
1 parent 723347b commit ea9f8ad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ axum-extra = { version = "0.12", features = ["erased-json"] }
1515
clap = { version = "4.5", features = ["derive"] }
1616
is-terminal = "0.4"
1717
parking_lot = "0.12"
18-
rand = "0.8"
18+
rand = "0.10.1"
1919
rayon = "1.11"
2020
reqwest = { version = "0.13", features = ["blocking", "json"] }
2121
serde = { version = "1.0", features = ["derive"] }
2222
serde_json = "1.0"
2323
snarkvm = { version = "4.6.3", features = ["rocks", "test_consensus_heights", "dev_skip_checks", "test_targets"] }
24-
tokio = { version = "1", features = ["full"] }
25-
tower-http = { version = "0.6.0", features = ["cors", "trace"] }
24+
tokio = { version = "1.52.3", features = ["full"] }
25+
tower-http = { version = "0.6.10", features = ["cors", "trace"] }
2626
tower_governor = "0.8"
2727
tracing = "0.1"
2828
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }

0 commit comments

Comments
 (0)