Skip to content

Commit

Permalink
build: update nom
Browse files Browse the repository at this point in the history
  • Loading branch information
Mcdostone committed Jan 26, 2025
1 parent c31b3ce commit 52dc359
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 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/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ chrono = { version = "0.4.39", features = ["serde"], optional = true }
itertools = "0.14.0"
strum = { version = "0.26.3", features = ["derive", "strum_macros"], optional = true }
fuzzydate = {version = "0.2.2", optional = true }
nom = "8.0.0-beta.1"
nom = "8.0.0"
rdkafka = { version = "0.37.0", features = [], optional = true}
url = "2.5.4"
apache-avro = "0.17.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ratatui = { version = "0.29.0", features = ["serde", "unstable-rendered-line-inf
crossterm = { version = "0.28.1", features = ["event-stream"] }
itertools = "0.14.0"
bytesize = { version = "1.3.0" }
nom = "8.0.0-beta.1"
nom = "8.0.0"
throbber-widgets-tui = "0.8.0"
futures = "0.3.31"
open = "5.3.2"
Expand Down

0 comments on commit 52dc359

Please sign in to comment.