Skip to content

Commit

Permalink
Merge pull request #439 from containers/dependabot/cargo/errno-0.2.8
Browse files Browse the repository at this point in the history
Bump errno from 0.2.7 to 0.2.8
  • Loading branch information
utam0k authored Oct 28, 2021
2 parents a86114b + cdcc39f commit f5a3f0f
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 @@ -20,7 +20,7 @@ dbus = "0.9.5"
serde = { version = "1.0", features = ["derive"] }
rbpf = {version = "0.1.0", optional = true }
libbpf-sys = { version = "0.5.0-1", optional = true }
errno = { version = "0.2.7", optional = true }
errno = { version = "0.2.8", optional = true }
libc = { version = "0.2.105", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit f5a3f0f

Please sign in to comment.