Update Rust crate uuid to v1

This commit is contained in:
Renovate Bot 2022-04-20 08:47:28 +00:00 committed by Oskar
parent a9e2a3472b
commit 3428edfc92
3 changed files with 5 additions and 14 deletions

15
Cargo.lock generated
View File

@ -1154,15 +1154,6 @@ dependencies = [
"digest",
]
[[package]]
name = "sha1"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
dependencies = [
"sha1_smol",
]
[[package]]
name = "sha1_smol"
version = "1.0.0"
@ -1689,12 +1680,12 @@ dependencies = [
[[package]]
name = "uuid"
version = "0.8.2"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
checksum = "8cfcd319456c4d6ea10087ed423473267e1a071f3bc0aa89f80d60997843c6f0"
dependencies = [
"getrandom",
"sha1",
"sha1_smol",
]
[[package]]

View File

@ -9,7 +9,7 @@ config = ["toml", "dirs"]
[dependencies]
thiserror = "1.0.30"
uuid = "0.8.2"
uuid = "1.0.0"
anyhow = "1.0.56"
[dependencies.serde]

View File

@ -32,7 +32,7 @@ version = "0.5.13"
features = ["runtime-tokio-rustls", "sqlite"]
optional = true
[dependencies.uuid]
version = "0.8.2"
version = "1.0.0"
features = ["v4", "v5"]
optional = true