chore(deps): update rust crate uuid to 1.3.3
parent
e5147a92b9
commit
822c9c226e
|
@ -1103,9 +1103,9 @@ checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
|
|||
|
||||
[[package]]
|
||||
name = "uuid"
|
||||
version = "1.3.2"
|
||||
version = "1.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2"
|
||||
checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2"
|
||||
dependencies = [
|
||||
"getrandom",
|
||||
]
|
||||
|
|
|
@ -21,7 +21,7 @@ tar = "0.4.38"
|
|||
flate2 = "1.0.26"
|
||||
tokio-util = { version = "0.7.8", features = ["io"] }
|
||||
futures-util = "0.3.28"
|
||||
uuid = { version = "1.3.2", features = ["v4"] }
|
||||
uuid = { version = "1.3.3", features = ["v4"] }
|
||||
serde_json = "1.0.96"
|
||||
metrics = "0.21.0"
|
||||
metrics-exporter-prometheus = "0.12.0"
|
||||
|
|
Loading…
Reference in New Issue