Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leontoeides committed Mar 29, 2024
1 parent 4dcd3fe commit 59bafdc
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 @@ -26,10 +26,10 @@ strsim = [ "dep:strsim" ]
[dependencies]
ahash = { version = "0.8", optional = true }
eddie = { version = "0.4", optional = true }
gxhash = { version = "2.2", optional = true }
gxhash = { version = "3.1", optional = true }
kstring = "2.0"
serde = { version = "1.0", features = [ "derive" ], optional = true }
strsim = { version = "0.10", optional = true }
strsim = { version = "0.11", optional = true }
tracing = "0.1"

[dev-dependencies]
Expand Down

0 comments on commit 59bafdc

Please sign in to comment.