Skip to content

Commit d9f620b

Browse files
committed
chore(deps): lock file maintenance
1 parent b739488 commit d9f620b

File tree

3 files changed

+33
-32
lines changed

3 files changed

+33
-32
lines changed

Cargo.lock

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

site/uv.lock

Lines changed: 9 additions & 9 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,7 +38,7 @@ 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.31", default-features = false, features = ["parallel"] }
41+
cc = { version = "1.1.34", default-features = false, features = ["parallel"] }
4242
proc-macro2 = { version = "1.0.89" }
4343
quote = { version = "1.0.37" }
4444
serde = { version = "1.0.214", features = ["alloc", "derive"] }
@@ -49,7 +49,7 @@ futures-channel = { version = "0.3.31", features = ["sink"] }
4949
futures-sink = { version = "0.3.31", default-features = false, features = ["std"] }
5050
libc = { version = "0.2.161", features = ["extra_traits"] }
5151
linux-raw-sys = { version = "0.4.14", default-features = false, features = ["elf", "errno", "general", "ioctl", "no_std", "std"] }
52-
rustix = { version = "0.38.37", features = ["fs", "termios"] }
52+
rustix = { version = "0.38.38", features = ["fs", "termios"] }
5353
smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] }
5454
tokio = { version = "1.41.0", default-features = false, features = ["net"] }
5555

@@ -60,7 +60,7 @@ libc = { version = "0.2.161", features = ["extra_traits"] }
6060
futures-channel = { version = "0.3.31", features = ["sink"] }
6161
futures-sink = { version = "0.3.31", default-features = false, features = ["std"] }
6262
libc = { version = "0.2.161", features = ["extra_traits"] }
63-
rustix = { version = "0.38.37", features = ["fs", "termios"] }
63+
rustix = { version = "0.38.38", features = ["fs", "termios"] }
6464
smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] }
6565
tokio = { version = "1.41.0", default-features = false, features = ["net"] }
6666

0 commit comments

Comments
 (0)