Skip to content

Commit

Permalink
Require uuid 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Mar 10, 2024
1 parent 89363c5 commit 6f3baa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ uuid_v7 = ["uuid/v7"]
actix-web = { version = "4", default-features = false }
pin-project = "1.0.0"
tracing = "0.1.36"
uuid = { version = "1", features = ["v4"] }
uuid = { version = "1.6", features = ["v4"] }
mutually_exclusive_features = "0.0.3"
opentelemetry_0_13_pkg = { package = "opentelemetry", version = "0.13", optional = true }
opentelemetry_0_14_pkg = { package = "opentelemetry", version = "0.14", optional = true }
Expand Down

0 comments on commit 6f3baa8

Please sign in to comment.