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 Feb 24, 2025
1 parent b599468 commit 1179b87
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
36 changes: 18 additions & 18 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 workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ quote = { version = "1.0.38" }
syn = { version = "2.0.98", features = ["extra-traits", "full", "visit"] }

[target.x86_64-unknown-linux-gnu.dependencies]
libc = { version = "0.2.169" }
libc = { version = "0.2.170" }
rustix = { version = "0.38.44", features = ["fs", "termios"] }

[target.x86_64-apple-darwin.dependencies]
libc = { version = "0.2.169", features = ["extra_traits"] }
libc = { version = "0.2.170", features = ["extra_traits"] }
rustix = { version = "0.38.44", features = ["fs", "termios"] }

[target.aarch64-apple-darwin.dependencies]
libc = { version = "0.2.169", features = ["extra_traits"] }
libc = { version = "0.2.170", features = ["extra_traits"] }
rustix = { version = "0.38.44", features = ["fs", "termios"] }

[target.x86_64-pc-windows-msvc.dependencies]
Expand Down

0 comments on commit 1179b87

Please sign in to comment.