Skip to content

Commit

Permalink
chore(deps): update pnet requirement from 0.33 to 0.34
Browse files Browse the repository at this point in the history
Updates the requirements on [pnet](https://github.com/libpnet/libpnet) to permit the latest version.
- [Release notes](https://github.com/libpnet/libpnet/releases)
- [Commits](libpnet/libpnet@v0.33.0...v0.34.0)

---
updated-dependencies:
- dependency-name: pnet
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 20, 2023
1 parent 9b1d3c0 commit 558e335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fake-tcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ benchmark = []

[dependencies]
bytes = "1"
pnet = "0.33"
pnet = "0.34"
tokio = { version = "1.14", features = ["full"] }
rand = { version = "0.8", features = ["small_rng"] }
log = "0.4"
Expand Down

0 comments on commit 558e335

Please sign in to comment.