mirror of
https://github.com/aramperes/onetun.git
synced 2025-09-10 05:54:02 -04:00
build(deps): bump nom from 7.1.3 to 8.0.0
Bumps [nom](https://github.com/rust-bakery/nom) from 7.1.3 to 8.0.0. - [Changelog](https://github.com/rust-bakery/nom/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-bakery/nom/compare/7.1.3...8.0.0) --- updated-dependencies: - dependency-name: nom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3ca5ae2181
commit
6881ab855e
2 changed files with 3 additions and 10 deletions
|
@ -17,7 +17,7 @@ anyhow = "1"
|
|||
tokio = { version = "1", features = [ "rt", "sync", "io-util", "net", "time", "fs", "macros" ] }
|
||||
futures = "0.3"
|
||||
rand = "0.8"
|
||||
nom = "7"
|
||||
nom = "8"
|
||||
async-trait = "0.1"
|
||||
priority-queue = "2.1"
|
||||
smoltcp = { version = "0.12", default-features = false, features = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue