Skip to content

Commit c2a313a

Browse files
committed
chore: bump nom from 7.1.3 to 8.0.0-alpha2
1 parent 2a35fc1 commit c2a313a

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

Cargo.lock

+11-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/synd_term/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ futures-util = { workspace = true }
3636
graphql_client = { workspace = true, features = ["graphql_query_derive"] }
3737
html2text = { version = "0.13.2" }
3838
itertools = { workspace = true }
39-
nom = { version = "7.1.3", default-features = false, features = ["std"] }
39+
nom = { version = "8.0.0-alpha2", default-features = false, features = ["std"] }
4040
nucleo = "0.5.0"
4141
octocrab = { workspace = true, features = ["timeout", "tracing"] }
4242
open = "5.3.0"

crates/synd_term/src/application/input_parser.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ mod feed {
9595
character::complete::{multispace0, multispace1},
9696
combinator::{map, value},
9797
error::context,
98-
sequence::{delimited, Tuple},
98+
sequence::delimited,
9999
AsChar, Finish, IResult, Parser,
100100
};
101101
use synd_feed::types::{Category, FeedUrl};

0 commit comments

Comments
 (0)