Update duplicate to v1

This commit is contained in:
Joakim Frostegård 2023-04-10 00:33:25 +02:00
parent 5233fdd474
commit 195815b2c4
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -840,9 +840,9 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "duplicate"
version = "0.4.1"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0a4be4cd710e92098de6ad258e6e7c24af11c29c5142f3c6f2a545652480ff8"
checksum = "de78e66ac9061e030587b2a2e75cc88f22304913c907b11307bca737141230cb"
dependencies = [
"heck",
"proc-macro-error",

View file

@ -21,7 +21,7 @@ aquatic_toml_config.workspace = true
ahash = "0.8"
anyhow = "1"
arc-swap = "1"
duplicate = "0.4"
duplicate = "1"
git-testament = "0.2"
hashbrown = "0.13"
hex = "0.4"