Skip to content

Commit

Permalink
Lock file maintenance (#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot authored Oct 21, 2023
1 parent e922ca2 commit d5ac84c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 28 deletions.
50 changes: 24 additions & 26 deletions Cargo.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 @@ -51,7 +51,7 @@ futures-util = { version = "0.3.28", features = ["channel", "io", "sink"] }
indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-features = false, features = ["std"] }
libc = { version = "0.2.149", features = ["extra_traits"] }
miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] }
rustix = { version = "0.38.17", features = ["fs", "termios"] }
rustix = { version = "0.38.19", features = ["fs", "termios"] }
tokio = { version = "1.33.0", default-features = false, features = ["net"] }

[target.x86_64-unknown-linux-gnu.build-dependencies]
Expand All @@ -64,7 +64,7 @@ futures-util = { version = "0.3.28", features = ["channel", "io", "sink"] }
indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-features = false, features = ["std"] }
libc = { version = "0.2.149", features = ["extra_traits"] }
miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] }
rustix = { version = "0.38.17", features = ["fs", "termios"] }
rustix = { version = "0.38.19", features = ["fs", "termios"] }
tokio = { version = "1.33.0", default-features = false, features = ["net"] }

[target.x86_64-apple-darwin.build-dependencies]
Expand Down

0 comments on commit d5ac84c

Please sign in to comment.