bump uuid version

This commit is contained in:
Jacob Chvatal 2022-05-01 12:30:34 -04:00
parent 9f6efa3902
commit 821a56aed6
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ secrecy = { version = "0.8.0", optional = true }
tracinglib = { version = "0.1.25", optional = true, package = "tracing" }
tracing-futures = { version = "0.2.5", optional = true, features = ["std-future", "futures-03"] }
opentelemetry = { version = "0.17.0", optional = true, default-features = false, features = ["trace"] }
uuid = { version = "0.8.2", optional = true, features = ["v4", "serde"] }
uuid = { version = "1.0.0", optional = true, features = ["v4", "serde"] }
rust_decimal = { version = "1.14.3", optional = true }
url = { version = "2.2.1", optional = true }
smol_str = { version = "0.1.21", optional = true }