1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-20 14:36:17 +02:00

Merge pull request #2785 from containers/dependabot/cargo/patch-a2c8ac292a

This commit is contained in:
github-actions[bot] 2024-05-09 05:26:19 +00:00 committed by GitHub
commit c6fffb2c6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1206,9 +1206,9 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
version = "0.3.8"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
dependencies = [
"libc",
"windows-sys 0.52.0",

View File

@ -27,7 +27,7 @@ fixedbitset = "0.5.7"
serde = { version = "1.0", features = ["derive"] }
rbpf = { version = "0.2.0", 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 }
thiserror = "1.0.60"
tracing = { version = "0.1.40", features = ["attributes"] }