Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot cc4b84c9d4 Update Rust crate uuid to 1.3.2
ci/woodpecker/push/deploy unknown status Details
ci/woodpecker/push/lint Pipeline was successful Details
2023-04-29 08:01:43 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1093,9 +1093,9 @@ checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
[[package]]
name = "uuid"
version = "1.3.1"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b55a3fef2a1e3b3a00ce878640918820d3c51081576ac657d23af9fc7928fdb"
checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2"
dependencies = [
"getrandom",
]

View File

@ -21,7 +21,7 @@ tar = "0.4.38"
flate2 = "1.0.25"
tokio-util = { version = "0.7.4", features = ["io"] }
futures-util = "0.3.25"
uuid = { version = "1.3.1", features = ["v4"] }
uuid = { version = "1.3.2", features = ["v4"] }
serde_json = "1.0.91"
metrics = "0.20.1"
metrics-exporter-prometheus = "0.11.0"