Skip to content

Commit

Permalink
chore: bump nom from 7.1.3 to 8.0.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
ymgyt committed Oct 29, 2024
1 parent 2a35fc1 commit c2a313a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 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 crates/synd_term/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ futures-util = { workspace = true }
graphql_client = { workspace = true, features = ["graphql_query_derive"] }
html2text = { version = "0.13.2" }
itertools = { workspace = true }
nom = { version = "7.1.3", default-features = false, features = ["std"] }
nom = { version = "8.0.0-alpha2", default-features = false, features = ["std"] }
nucleo = "0.5.0"
octocrab = { workspace = true, features = ["timeout", "tracing"] }
open = "5.3.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/synd_term/src/application/input_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ mod feed {
character::complete::{multispace0, multispace1},
combinator::{map, value},
error::context,
sequence::{delimited, Tuple},
sequence::delimited,
AsChar, Finish, IResult, Parser,
};
use synd_feed::types::{Category, FeedUrl};
Expand Down

0 comments on commit c2a313a

Please # to comment.