Skip to content

Commit

Permalink
build(deps): bump etherparse from 0.12.0 to 0.13.0 (#369)
Browse files Browse the repository at this point in the history
Bumps [etherparse](https://github.com/JulianSchmid/etherparse) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/JulianSchmid/etherparse/releases)
- [Changelog](https://github.com/JulianSchmid/etherparse/blob/master/changelog.md)
- [Commits](JulianSchmid/etherparse@0.12.0...v0.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent 9720735 commit d4ef2fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 boringtun/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ nix = { version = "0.25", default-features = false, features = [
] }

[dev-dependencies]
etherparse = "0.12"
etherparse = "0.13"
tracing-subscriber = "0.3"
criterion = { version = "0.3.5", features = ["html_reports"] }

Expand Down

0 comments on commit d4ef2fa

Please sign in to comment.