Skip to content

Commit a4e69eb

Browse files
authored
Fix cargo audit error (rust-lang#3160)
Fixes cargo audit CI job by updating `rustix`. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
1 parent 734f681 commit a4e69eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -860,9 +860,9 @@ checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
860860

861861
[[package]]
862862
name = "rustix"
863-
version = "0.38.33"
863+
version = "0.38.34"
864864
source = "registry+https://github.com/rust-lang/crates.io-index"
865-
checksum = "e3cc72858054fcff6d7dea32df2aeaee6a7c24227366d7ea429aada2f26b16ad"
865+
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
866866
dependencies = [
867867
"bitflags 2.5.0",
868868
"errno",

0 commit comments

Comments
 (0)