Skip to content

Commit

Permalink
build(deps): bump pcap from 0.9.2 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [pcap](https://github.com/rust-pcap/pcap) from 0.9.2 to 2.0.0.
- [Changelog](https://github.com/rust-pcap/pcap/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-pcap/pcap/commits)

---
updated-dependencies:
- dependency-name: pcap
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 8e2e723 commit cd7fc24
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 14 deletions.
70 changes: 57 additions & 13 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 @@ -17,7 +17,7 @@ clap = { version = "4.5.4", default-features = false, features = ["std", "derive
futures-util = { version = "0.3.21", default-features = false }
lazy_static = "1.4.0"
mime_guess = { version = "2.0.4", default-features = false }
pcap = { version = "0.9.2", default-features = false }
pcap = { version = "2.0.0", default-features = false }
regex = { version = "1.5.5", default-features = true }
rust-embed = { version = "6.4.0", default-features = false }
serde = { version = "1.0.136", features = ["derive"] }
Expand Down

0 comments on commit cd7fc24

Please sign in to comment.