Skip to content

Commit

Permalink
Merge pull request #2414 from containers/dependabot/cargo/errno-0.3.5
Browse files Browse the repository at this point in the history
chore(deps): bump errno from 0.3.4 to 0.3.5
  • Loading branch information
YJDoc2 authored Oct 9, 2023
2 parents 311e969 + 20a376f commit a7b6d27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/libcgroups/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fixedbitset = "0.4.2"
serde = { version = "1.0", features = ["derive"] }
rbpf = {version = "0.2.0", optional = true }
libbpf-sys = { version = "1.2.1", optional = true }
errno = { version = "0.3.4", optional = true }
errno = { version = "0.3.5", optional = true }
libc = { version = "0.2.149", optional = true }
thiserror = "1.0.49"
tracing = { version = "0.1.37", features = ["attributes"]}
Expand Down

0 comments on commit a7b6d27

Please sign in to comment.