Skip to content

Commit

Permalink
Update nom requirement from 6.1 to 7.1
Browse files Browse the repository at this point in the history
Updates the requirements on [nom](https://github.com/Geal/nom) to permit the latest version.
- [Changelog](https://github.com/rust-bakery/nom/blob/7.1.3/CHANGELOG.md)
- [Commits](rust-bakery/nom@6.1.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 Oct 6, 2023
1 parent d358f90 commit 9f201e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orientdb-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ maintenance = {status = "actively-developed"}
chrono = "0.4.7"
byteorder = "1.3.2"
r2d2 = "0.8.5"
nom = "6.1"
nom = "7.1"
thiserror = "1.0.13"
async-std = { version = "1.9", optional = true, features = ["unstable","attributes"] }
async-trait = { version = "0.1.10", optional = true }
Expand Down

0 comments on commit 9f201e1

Please sign in to comment.