Merge pull request #6 from DeterminateSystems/update-rustix
Update rustix dependency
This commit is contained in:
commit
c6a27d60ea
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -128,7 +128,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "attic"
|
||||
version = "0.2.0"
|
||||
source = "git+ssh://git@github.com/DeterminateSystems/attic-priv?branch=main#ce89f7b954b01b2bf6403c7d136c002730c550ce"
|
||||
source = "git+ssh://git@github.com/DeterminateSystems/attic-priv?branch=main#a16c0f4cf1abe471ac69731bf3cfe9a8d2eedd5e"
|
||||
dependencies = [
|
||||
"async-stream",
|
||||
"base64 0.21.2",
|
||||
|
@ -155,7 +155,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "attic-client"
|
||||
version = "0.2.0"
|
||||
source = "git+ssh://git@github.com/DeterminateSystems/attic-priv?branch=main#ce89f7b954b01b2bf6403c7d136c002730c550ce"
|
||||
source = "git+ssh://git@github.com/DeterminateSystems/attic-priv?branch=main#a16c0f4cf1abe471ac69731bf3cfe9a8d2eedd5e"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-channel",
|
||||
|
@ -1735,9 +1735,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rustix"
|
||||
version = "0.37.20"
|
||||
version = "0.37.27"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0"
|
||||
checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
|
||||
dependencies = [
|
||||
"bitflags 1.3.2",
|
||||
"errno",
|
||||
|
|
Loading…
Reference in a new issue