Skip to content

Commit

Permalink
update nom
Browse files Browse the repository at this point in the history
`warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3, traitobject v0.1.0`

Not updating to the newest version for now, it requires more changes.

https://crates.io/crates/nom/versions

https://github.com/rust-bakery/nom/blob/main/CHANGELOG.md#500---2019-06-24

> The CompleteByteSlice and CompleteStr input types were removed. To get different behaviour related to streaming or complete input, there are different versions of some parsers in different submodules, like nom::character::streaming::alpha0 and nom::character::complete::alpha0.

https://github.com/rust-bakery/nom/blob/main/doc/upgrading_to_nom_5.md#removal-of-completestr-and-completebyteslice
  • Loading branch information
Artturin committed Aug 14, 2023
1 parent def6bb5 commit 2265f4c
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 5 deletions.
72 changes: 68 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ofborg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ http = "0.2"
lapin = "2.3.1"
lru-cache = "0.1.2"
md5 = "0.7.0"
nom = "4.2.3"
nom = "6"
regex = "1.9.3"
separator = "0.4.1"
serde = "1.0"
Expand Down

0 comments on commit 2265f4c

Please sign in to comment.