Skip to content

Commit

Permalink
build(deps): bump pnet_datalink from 0.34.0 to 0.35.0
Browse files Browse the repository at this point in the history
Bumps [pnet_datalink](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_datalink
  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 17, 2024
1 parent 39c4c05 commit 349292c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
21 changes: 15 additions & 6 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 @@ -47,7 +47,7 @@ nix = { version = ">= 0.19, < 0.29", "default-features" = false, "features" = [
openssh-keys = ">= 0.5, < 0.7"
openssl = ">= 0.10.46, < 0.11"
pnet_base = ">= 0.26, < 0.35"
pnet_datalink = ">= 0.26, < 0.35"
pnet_datalink = ">= 0.26, < 0.36"
reqwest = { version = ">= 0.10, < 0.13", features = [ "blocking" ] }
serde = { version = "1.0", features = [ "derive" ] }
serde-xml-rs = ">= 0.4, < 0.7"
Expand Down

0 comments on commit 349292c

Please sign in to comment.