Skip to content

Commit

Permalink
Update pnet requirement from 0.34 to 0.35
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.34.0...v0.35.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 22, 2024
1 parent af8bd85 commit 514ba9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ tracing-subscriber = { version = "0.3", optional = true, features = [
"env-filter",
"tracing-log",
] }
pnet = { version = "0.34", optional = true }
pnet = { version = "0.35", optional = true }


# metrics feature
Expand All @@ -98,7 +98,7 @@ tracing-subscriber = { version = "0.3", features = [
"env-filter",
"tracing-log",
] }
pnet = "0.34"
pnet = "0.35"
agnostic = { workspace = true, features = ["net", "tokio"] }
rand = "0.8"
tokio = { version = "1", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion transports/net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ aes-gcm = { version = "0.10", optional = true }
cbc = { version = "0.1", optional = true }
rayon = { version = "1.8", optional = true }
weezl = { version = "0.1", optional = true }
pnet = { version = "0.34", optional = true }
pnet = { version = "0.35", optional = true }

# serde
serde = { workspace = true, optional = true }
Expand Down

0 comments on commit 514ba9a

Please sign in to comment.