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 Oct 28, 2024
1 parent 1402a3e commit 6ae06a2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions site/uv.lock

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

4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 6ae06a2

Please sign in to comment.