Skip to content

Commit 0277b91

Browse files
committed
deps: bump deps
1 parent 05f3f72 commit 0277b91

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,19 @@ vm = { path = "crates/vm" }
7373
compiler = { path = "crates/compiler" }
7474
zk_vm = { path = "crates/zk_vm" }
7575

76-
rand = "0.9.2"
77-
sha3 = "0.10.8"
78-
rayon = "1.5.1"
79-
serde = { version = "1.0.219", features = ["derive"] }
80-
derive_more = { version = "2.0.1", features = ["full"] }
81-
pest = "2.7"
82-
pest_derive = "2.7"
83-
tracing = "0.1.26"
76+
rand = "0.9"
77+
sha3 = "0.10"
78+
rayon = "1.11"
79+
serde = { version = "1.0", features = ["derive"] }
80+
derive_more = { version = "2.0", features = ["full"] }
81+
pest = "2.8"
82+
pest_derive = "2.8"
83+
tracing = "0.1"
8484
thiserror = "2.0"
8585
proptest = "1.7"
8686
num-traits = "0.2"
87-
tracing-subscriber = { version = "0.3.19", features = ["std", "env-filter"] }
88-
tracing-forest = { version = "0.1.6", features = ["ansi", "smallvec"] }
87+
tracing-subscriber = { version = "0.3", features = ["std", "env-filter"] }
88+
tracing-forest = { version = "0.2", features = ["ansi", "smallvec"] }
8989
p3-koala-bear = { git = "https://github.com/TomWambsgans/Plonky3.git", branch = "w" }
9090
p3-baby-bear = { git = "https://github.com/TomWambsgans/Plonky3.git", branch = "w" }
9191
p3-field = { git = "https://github.com/TomWambsgans/Plonky3.git", branch = "w" }

0 commit comments

Comments
 (0)