Skip to content

Commit

Permalink
Update strsim from 0.10 to 0.11 (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwagner84 authored Jan 19, 2024
1 parent d445e37 commit d5287cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ regex = "1.10"
serde = "1.0"
serde_json = "1.0"
sha2 = "0.10"
strsim = "0.11"
thiserror = "1.0"
toml = "0.8"
winnow = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion crates/pica-matcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pica-record = { workspace = true }
pica-utils = { workspace = true }
regex = { workspace = true }
serde = { workspace = true, optional = true }
strsim = "0.10"
strsim = { workspace = true }
thiserror = { workspace = true }
winnow = { workspace = true, features = ["simd"] }

Expand Down
2 changes: 1 addition & 1 deletion crates/pica-toolkit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rand = { workspace = true }
regex = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
strsim = { version = "0.10" }
strsim = { workspace = true }
termcolor = { version = "1.4" }
thiserror = { workspace = true }
toml = { workspace = true }
Expand Down

0 comments on commit d5287cf

Please sign in to comment.