Merge pull request #907 from jakeisnt/bump-uuid

Bump version of `uuid` to 1.0
This commit is contained in:
Sunli 2022-05-02 16:26:41 +08:00 committed by GitHub
commit e5d47a8f82
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 }