Skip to content

Commit

Permalink
fix(deps): update rust crate nom to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 21, 2025
1 parent fda6434 commit ed440ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude = ["/.github", "/test", "/script", "/screenshots", "/assets", ".gitignor
[dependencies]
crossbeam = "0.8.4"
clap = { version = "4.5.4", features = ["wrap_help", "derive", "cargo"] }
nom = { version = "7.1.3", features = ["alloc"] }
nom = { version = "8.0.0", features = ["alloc"] }

# clipboard
arboard = { version = "3.4.1", default-features = false, features = ["wayland-data-control"] }
Expand Down

0 comments on commit ed440ad

Please sign in to comment.