diff --git a/Cargo.lock b/Cargo.lock index 0d9194f8c85..f42fd8ce20b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10882,9 +10882,9 @@ dependencies = [ [[package]] name = "similar-asserts" -version = "1.6.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f08357795f0d604ea7d7130f22c74b03838c959bdb14adde3142aab4d18a293" +checksum = "b5b441962c817e33508847a22bd82f03a30cff43642dc2fae8b050566121eb9a" dependencies = [ "console", "similar", diff --git a/Cargo.toml b/Cargo.toml index 1a673614790..b25bb59812c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -607,7 +607,7 @@ signal-hook = "0.3" signal-hook-tokio = { version = "0.3", features = [ "futures-v0_3" ] } sigpipe = "0.1.3" similar = { version = "2.7.0", features = ["bytes"] } -similar-asserts = "1.6.1" +similar-asserts = "1.7.0" # Don't change sled's version on accident; sled's on-disk format is not yet # stable and requires manual migrations. In the limit this won't matter because # the upgrade system will replace the DNS server zones entirely, but while we