Skip to content

Commit 2cd2f40

Browse files
committed
[meta] cargo update
1 parent 130ee24 commit 2cd2f40

File tree

2 files changed

+67
-70
lines changed

2 files changed

+67
-70
lines changed

Cargo.lock

Lines changed: 64 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workspace-hack/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ zerocopy = { version = "0.7.35", features = ["derive", "simd"] }
3838

3939
[build-dependencies]
4040
camino = { version = "1.1.9", default-features = false, features = ["serde1"] }
41-
cc = { version = "1.1.24", default-features = false, features = ["parallel"] }
42-
proc-macro2 = { version = "1.0.86" }
41+
cc = { version = "1.1.31", default-features = false, features = ["parallel"] }
42+
proc-macro2 = { version = "1.0.89" }
4343
quote = { version = "1.0.37" }
4444
serde = { version = "1.0.213", features = ["alloc", "derive"] }
45-
syn = { version = "2.0.82", features = ["extra-traits", "full", "visit", "visit-mut"] }
45+
syn = { version = "2.0.85", features = ["extra-traits", "full", "visit", "visit-mut"] }
4646

4747
[target.x86_64-unknown-linux-gnu.dependencies]
4848
futures-channel = { version = "0.3.31", features = ["sink"] }

0 commit comments

Comments
 (0)