chore(deps): update rust crate uuid to 1.3.3

Renovate Bot 2023-05-15 09:01:48 +00:00
parent e5147a92b9
commit 822c9c226e
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -21,7 +21,7 @@ tar = "0.4.38"
flate2 = "1.0.26" flate2 = "1.0.26"
tokio-util = { version = "0.7.8", features = ["io"] } tokio-util = { version = "0.7.8", features = ["io"] }
futures-util = "0.3.28" futures-util = "0.3.28"
uuid = { version = "1.3.2", features = ["v4"] } uuid = { version = "1.3.3", features = ["v4"] }
serde_json = "1.0.96" serde_json = "1.0.96"
metrics = "0.21.0" metrics = "0.21.0"
metrics-exporter-prometheus = "0.12.0" metrics-exporter-prometheus = "0.12.0"