Skip to content

Commit

Permalink
chore(deps): lock file maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Nov 4, 2024
1 parent b739488 commit d9f620b
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 32 deletions.
41 changes: 21 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions site/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ zerocopy = { version = "0.7.35", features = ["derive", "simd"] }

[build-dependencies]
camino = { version = "1.1.9", default-features = false, features = ["serde1"] }
cc = { version = "1.1.31", default-features = false, features = ["parallel"] }
cc = { version = "1.1.34", default-features = false, features = ["parallel"] }
proc-macro2 = { version = "1.0.89" }
quote = { version = "1.0.37" }
serde = { version = "1.0.214", features = ["alloc", "derive"] }
Expand All @@ -49,7 +49,7 @@ futures-channel = { version = "0.3.31", features = ["sink"] }
futures-sink = { version = "0.3.31", default-features = false, features = ["std"] }
libc = { version = "0.2.161", features = ["extra_traits"] }
linux-raw-sys = { version = "0.4.14", default-features = false, features = ["elf", "errno", "general", "ioctl", "no_std", "std"] }
rustix = { version = "0.38.37", features = ["fs", "termios"] }
rustix = { version = "0.38.38", features = ["fs", "termios"] }
smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] }
tokio = { version = "1.41.0", default-features = false, features = ["net"] }

Expand All @@ -60,7 +60,7 @@ libc = { version = "0.2.161", features = ["extra_traits"] }
futures-channel = { version = "0.3.31", features = ["sink"] }
futures-sink = { version = "0.3.31", default-features = false, features = ["std"] }
libc = { version = "0.2.161", features = ["extra_traits"] }
rustix = { version = "0.38.37", features = ["fs", "termios"] }
rustix = { version = "0.38.38", features = ["fs", "termios"] }
smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] }
tokio = { version = "1.41.0", default-features = false, features = ["net"] }

Expand Down

0 comments on commit d9f620b

Please sign in to comment.