Skip to content

Commit

Permalink
deps: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed May 18, 2024
1 parent de32576 commit 9a7be8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ rust-version = "1.57.0"

[dependencies]
fnv = "1.0.7"
smallvec = { version = "1.10.0", features = ["union"] }
smallvec = { version = "1.13.2", features = ["union"] }
smartstring = { version = "1.0.1", default-features = false }
thiserror = "1.0.40"
thiserror = "1.0.61"

[dev-dependencies]
once_cell = "1.17.1"
once_cell = "1.17.2"
proptest = "1.1.0"

0 comments on commit 9a7be8a

Please sign in to comment.