mirror of https://github.com/astral-sh/uv
Update Rust crate rustix to v1 (#13168)
This commit is contained in:
parent
f8f1b9c505
commit
37bd1d9547
|
|
@ -5200,7 +5200,7 @@ dependencies = [
|
||||||
"junction",
|
"junction",
|
||||||
"path-slash",
|
"path-slash",
|
||||||
"percent-encoding",
|
"percent-encoding",
|
||||||
"rustix 0.38.44",
|
"rustix 1.0.1",
|
||||||
"same-file",
|
"same-file",
|
||||||
"schemars",
|
"schemars",
|
||||||
"serde",
|
"serde",
|
||||||
|
|
|
||||||
|
|
@ -146,7 +146,7 @@ rkyv = { version = "0.8.8", features = ["bytecheck"] }
|
||||||
rmp-serde = { version = "1.3.0" }
|
rmp-serde = { version = "1.3.0" }
|
||||||
rust-netrc = { version = "0.1.2" }
|
rust-netrc = { version = "0.1.2" }
|
||||||
rustc-hash = { version = "2.0.0" }
|
rustc-hash = { version = "2.0.0" }
|
||||||
rustix = { version = "0.38.37", default-features = false, features = ["fs", "std"] }
|
rustix = { version = "1.0.0", default-features = false, features = ["fs", "std"] }
|
||||||
same-file = { version = "1.0.6" }
|
same-file = { version = "1.0.6" }
|
||||||
schemars = { version = "0.8.21", features = ["url"] }
|
schemars = { version = "0.8.21", features = ["url"] }
|
||||||
seahash = { version = "4.1.0" }
|
seahash = { version = "4.1.0" }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue