Update Rust crate uuid to 1.1.0
parent
4e1fc51c84
commit
cd61af5236
|
@ -1118,9 +1118,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uuid"
|
name = "uuid"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8cfcd319456c4d6ea10087ed423473267e1a071f3bc0aa89f80d60997843c6f0"
|
checksum = "93bbc61e655a4833cf400d0d15bf3649313422fa7572886ad6dab16d79886365"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"getrandom",
|
"getrandom",
|
||||||
]
|
]
|
||||||
|
|
|
@ -21,7 +21,7 @@ tar = "0.4.38"
|
||||||
flate2 = "1.0.23"
|
flate2 = "1.0.23"
|
||||||
tokio-util = { version = "0.7.2", features = ["io"] }
|
tokio-util = { version = "0.7.2", features = ["io"] }
|
||||||
futures-util = "0.3.21"
|
futures-util = "0.3.21"
|
||||||
uuid = { version = "1.0.0", features = ["v4"] }
|
uuid = { version = "1.1.0", features = ["v4"] }
|
||||||
serde_json = "1.0.81"
|
serde_json = "1.0.81"
|
||||||
metrics = "0.18.1"
|
metrics = "0.18.1"
|
||||||
metrics-exporter-prometheus = "0.9.0"
|
metrics-exporter-prometheus = "0.9.0"
|
||||||
|
|
Loading…
Reference in New Issue