Skip to content

Commit

Permalink
chore(deps): bump etherparse from 0.15.0 to 0.16.0
Browse files Browse the repository at this point in the history
Bumps [etherparse](https://github.com/JulianSchmid/etherparse) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/JulianSchmid/etherparse/releases)
- [Changelog](https://github.com/JulianSchmid/etherparse/blob/master/changelog.md)
- [Commits](JulianSchmid/etherparse@v0.15.0...v0.16.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 22, 2024
1 parent 9814195 commit ee31599
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 crates/shadowsocks-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ zstd = { version = "0.13", optional = true }
tun2 = { version = "3.1.4", optional = true, default-features = false, features = [
"async",
] }
etherparse = { version = "0.15", optional = true }
etherparse = { version = "0.16", optional = true }
smoltcp = { version = "0.11", optional = true, default-features = false, features = [
"std",
"log",
Expand Down

0 comments on commit ee31599

Please sign in to comment.