Skip to content

Commit 2eb1213

Browse files
chore(deps): update etherparse requirement from 0.19 to 0.20 (#287)
Updates the requirements on [etherparse](https://github.com/JulianSchmid/etherparse) to permit the latest version. - [Release notes](https://github.com/JulianSchmid/etherparse/releases) - [Changelog](https://github.com/JulianSchmid/etherparse/blob/master/changelog.md) - [Commits](JulianSchmid/etherparse@v0.19.0...v0.20.1) --- updated-dependencies: - dependency-name: etherparse dependency-version: 0.20.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 258ecaf commit 2eb1213

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tokio = { version = "1.38.0", features = ["full"] }
3434
hex = "0.4.3"
3535
serde_json = "1.0.100"
3636
pcap-parser = "0.17"
37-
etherparse = "0.19"
37+
etherparse = "0.20"
3838

3939
[[bench]]
4040
name = "netflow_parser_bench"

0 commit comments

Comments
 (0)