Skip to content

Commit

Permalink
Merge pull request #2215 from containers/dependabot/cargo/errno-0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 31, 2023
2 parents 149860c + d0c7a42 commit f2d9121
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -28,7 +28,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.1", optional = true }
errno = { version = "0.3.2", optional = true }
libc = { version = "0.2.147", optional = true }
thiserror = "1.0.44"
tracing = { version = "0.1.37", features = ["attributes"]}
Expand Down

0 comments on commit f2d9121

Please sign in to comment.