Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsided committed May 19, 2024
1 parent e2908e3 commit 1b19e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ interning = ["dep:lazy_static"]
lazy_static = { version = "1.4.0", optional = true }
nom = { version = "7.1.3", optional = true }
nom-greedyerror = { version = "0.5.0", optional = true }
nom_locate = { version = "4.1.0", optional = true }
thiserror = { version = "1.0.40", optional = true }
nom_locate = { version = "4.2.0", optional = true }
thiserror = { version = "1.0.61", optional = true }

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 1b19e59

Please sign in to comment.