Skip to content

Commit

Permalink
build(deps): update nom requirement from 7 to 8
Browse files Browse the repository at this point in the history
Updates the requirements on [nom](https://github.com/rust-bakery/nom) to permit the latest version.
- [Changelog](https://github.com/rust-bakery/nom/blob/main/CHANGELOG.md)
- [Commits](rust-bakery/nom@7.0.0...7.1.3)

---
updated-dependencies:
- dependency-name: nom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 8, 2025
1 parent 601ecbe commit 5695c5d
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 @@ -40,7 +40,7 @@ enum_dispatch = "0.3"
futures = "0.3"
getset = "0.1"
log = "0.4"
nom = "7"
nom = "8"
rand = "0.8"
rustls = { version = "0.23", default-features = false, features = ["std"] }
socket2 = "0.5"
Expand Down

0 comments on commit 5695c5d

Please sign in to comment.