Update Rust crate uuid to 1.2.0
ci/woodpecker/push/deploy unknown status Details
ci/woodpecker/push/lint Pipeline was successful Details

Renovate Bot 2022-10-08 03:01:19 +00:00
parent 27b16cbf5b
commit b75f9c74e7
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1069,9 +1069,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
[[package]]
name = "uuid"
version = "1.1.2"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f"
checksum = "683f0a095f6dcf74520a5f17a12452ae6f970abbd2443299a1e226fd38195f2b"
dependencies = [
"getrandom",
]

View File

@ -21,7 +21,7 @@ tar = "0.4.38"
flate2 = "1.0.24"
tokio-util = { version = "0.7.4", features = ["io"] }
futures-util = "0.3.24"
uuid = { version = "1.1.2", features = ["v4"] }
uuid = { version = "1.2.0", features = ["v4"] }
serde_json = "1.0.85"
metrics = "0.20.1"
metrics-exporter-prometheus = "0.11.0"