mirror of
https://github.com/containers/youki
synced 2024-11-26 14:13:49 +01:00
Merge pull request #2785 from containers/dependabot/cargo/patch-a2c8ac292a
This commit is contained in:
commit
c6fffb2c6a
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1206,9 +1206,9 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "errno"
|
name = "errno"
|
||||||
version = "0.3.8"
|
version = "0.3.9"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"windows-sys 0.52.0",
|
"windows-sys 0.52.0",
|
||||||
|
@ -27,7 +27,7 @@ fixedbitset = "0.5.7"
|
|||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
rbpf = { version = "0.2.0", optional = true }
|
rbpf = { version = "0.2.0", optional = true }
|
||||||
libbpf-sys = { version = "1.4.1", optional = true }
|
libbpf-sys = { version = "1.4.1", optional = true }
|
||||||
errno = { version = "0.3.8", optional = true }
|
errno = { version = "0.3.9", optional = true }
|
||||||
libc = { version = "0.2.154", optional = true }
|
libc = { version = "0.2.154", optional = true }
|
||||||
thiserror = "1.0.60"
|
thiserror = "1.0.60"
|
||||||
tracing = { version = "0.1.40", features = ["attributes"] }
|
tracing = { version = "0.1.40", features = ["attributes"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user