Skip to content

Commit

Permalink
chore(deps): bump errno from 0.2.8 to 0.3.0
Browse files Browse the repository at this point in the history
Bumps [errno](https://github.com/lambda-fairy/rust-errno) from 0.2.8 to 0.3.0.
- [Release notes](https://github.com/lambda-fairy/rust-errno/releases)
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](lambda-fairy/rust-errno@v0.2.8...v0.3.0)

---
updated-dependencies:
- dependency-name: errno
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 15, 2023
1 parent 7398b40 commit 8d5e8cf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 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 @@ -30,7 +30,7 @@ fixedbitset = "0.4.2"
serde = { version = "1.0", features = ["derive"] }
rbpf = {version = "0.1.0", optional = true }
libbpf-sys = { version = "1.1.1+v1.0.1", optional = true }
errno = { version = "0.2.8", optional = true }
errno = { version = "0.3.0", optional = true }
libc = { version = "0.2.139", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 8d5e8cf

Please sign in to comment.