Skip to content

Commit

Permalink
Update Rust crate atomicwrites to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Oct 11, 2023
1 parent 48005e8 commit 002fab4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion tools/hakari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ all-features = true
rustdoc-args = ["--cfg=doc_cfg"]

[dependencies]
atomicwrites = "0.4.1"
atomicwrites = "0.4.2"
bimap = "0.6.3"
camino = "1.1.6"
cfg-if = "1.0.0"
Expand Down
1 change: 0 additions & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["extr
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.32", features = ["extra-traits", "full"] }

[target.x86_64-unknown-linux-gnu.dependencies]
libc = { version = "0.2.147", default-features = false, features = ["extra_traits"] }
rustix = { version = "0.38.4", features = ["fs", "termios"] }

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

0 comments on commit 002fab4

Please sign in to comment.