Skip to content

Commit 7d0e71c

Browse files
Update Rust crate similar to 2.7.0 (#7699)
1 parent c00b223 commit 7d0e71c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ shell-words = "1.1.0"
616616
signal-hook = "0.3"
617617
signal-hook-tokio = { version = "0.3", features = [ "futures-v0_3" ] }
618618
sigpipe = "0.1.3"
619-
similar = { version = "2.6.0", features = ["bytes"] }
619+
similar = { version = "2.7.0", features = ["bytes"] }
620620
similar-asserts = "1.6.1"
621621
# Don't change sled's version on accident; sled's on-disk format is not yet
622622
# stable and requires manual migrations. In the limit this won't matter because

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ serde = { version = "1.0.218", features = ["alloc", "derive", "rc"] }
112112
serde_json = { version = "1.0.139", features = ["raw_value", "unbounded_depth"] }
113113
sha1 = { version = "0.10.6", features = ["oid"] }
114114
sha2 = { version = "0.10.8", features = ["oid"] }
115-
similar = { version = "2.6.0", features = ["bytes", "inline", "unicode"] }
115+
similar = { version = "2.7.0", features = ["bytes", "inline", "unicode"] }
116116
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
117117
smallvec = { version = "1.14.0", default-features = false, features = ["const_new"] }
118118
spin = { version = "0.9.8" }
@@ -233,7 +233,7 @@ serde = { version = "1.0.218", features = ["alloc", "derive", "rc"] }
233233
serde_json = { version = "1.0.139", features = ["raw_value", "unbounded_depth"] }
234234
sha1 = { version = "0.10.6", features = ["oid"] }
235235
sha2 = { version = "0.10.8", features = ["oid"] }
236-
similar = { version = "2.6.0", features = ["bytes", "inline", "unicode"] }
236+
similar = { version = "2.7.0", features = ["bytes", "inline", "unicode"] }
237237
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
238238
smallvec = { version = "1.14.0", default-features = false, features = ["const_new"] }
239239
spin = { version = "0.9.8" }

0 commit comments

Comments
 (0)