Skip to content

Commit

Permalink
update etherparse dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SajjadPourali committed May 27, 2024
1 parent 28fb501 commit d3fbc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tokio = { version = "1.37", features = [
"io-util",
"macros",
], default-features = false }
etherparse = { version = "0.14", default-features = false, features = ["std"] }
etherparse = { version = "0.15", default-features = false, features = ["std"] }
thiserror = { version = "1.0", default-features = false }
log = { version = "0.4", default-features = false }
rand = { version = "0.8.5", default-features = false, features = [
Expand Down

0 comments on commit d3fbc5c

Please sign in to comment.