mirror of
https://github.com/containers/youki
synced 2024-11-22 17:02:00 +01:00
Bump errno from 0.3.8 to 0.3.9 in the patch group
Bumps the patch group with 1 update: [errno](https://github.com/lambda-fairy/rust-errno). Updates `errno` from 0.3.8 to 0.3.9 - [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md) - [Commits](https://github.com/lambda-fairy/rust-errno/commits) --- updated-dependencies: - dependency-name: errno dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7fa20470f6
commit
af2a125b93
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"] }
|
||||
|
Loading…
Reference in New Issue
Block a user