Skip to content

Commit

Permalink
build(deps): bump pnet_base from 0.34.0 to 0.35.0
Browse files Browse the repository at this point in the history
Bumps [pnet_base](https://github.com/libpnet/libpnet) from 0.34.0 to 0.35.0.
- [Release notes](https://github.com/libpnet/libpnet/releases)
- [Commits](libpnet/libpnet@v0.34.0...v0.35.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 18, 2024
1 parent a9a70f2 commit 1a8d1a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ maplit = "1.0"
nix = { version = ">= 0.19, < 0.30", "default-features" = false, "features" = [ "mount", "user"] }
openssh-keys = ">= 0.5, < 0.7"
openssl = ">= 0.10.46, < 0.11"
pnet_base = ">= 0.26, < 0.35"
pnet_base = ">= 0.26, < 0.36"
pnet_datalink = ">= 0.26, < 0.36"
reqwest = { version = ">= 0.10, < 0.13", features = [ "blocking" ] }
serde = { version = "1.0", features = [ "derive" ] }
Expand Down

0 comments on commit 1a8d1a4

Please sign in to comment.