Merge pull request #1998 from gitbutlerapp/dependabot/cargo/similar-2.3.0

chore(deps): bump similar from 2.2.1 to 2.3.0
This commit is contained in:
Nikita Galaiko 2023-12-13 09:41:56 +01:00 committed by GitHub
commit 3a227df7b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -4655,9 +4655,9 @@ checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
[[package]] [[package]]
name = "similar" name = "similar"
version = "2.2.1" version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf" checksum = "2aeaf503862c419d66959f5d7ca015337d864e9c49485d771b732e2a20453597"
dependencies = [ dependencies = [
"bstr 0.2.17", "bstr 0.2.17",
"unicode-segmentation", "unicode-segmentation",

View File

@ -56,7 +56,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = [ "std", "arbitrary_precision" ] } serde_json = { version = "1.0", features = [ "std", "arbitrary_precision" ] }
sha1 = "0.10.6" sha1 = "0.10.6"
sha2 = "0.10.8" sha2 = "0.10.8"
similar = { version = "2.2.1", features = ["unicode"] } similar = { version = "2.3.0", features = ["unicode"] }
slug = "0.1.5" slug = "0.1.5"
ssh-key = { version = "0.6.3", features = [ "alloc", "ed25519" ] } ssh-key = { version = "0.6.3", features = [ "alloc", "ed25519" ] }
ssh2 = { version = "0.9.4", features = ["vendored-openssl"] } ssh2 = { version = "0.9.4", features = ["vendored-openssl"] }