Skip to content

Commit 6ea7703

Browse files
Bump uuid crate to v1
1 parent b934f82 commit 6ea7703

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqlx-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ time = { version = "0.3.2", features = ["macros", "formatting", "parsing"], opti
173173
tokio-stream = { version = "0.1.8", features = ["fs"], optional = true }
174174
smallvec = "1.7.0"
175175
url = { version = "2.2.2", default-features = false }
176-
uuid = { version = "0.8.2", default-features = false, optional = true, features = ["std"] }
176+
uuid = { version = "1.0", default-features = false, optional = true, features = ["std"] }
177177
webpki-roots = { version = "0.22.0", optional = true }
178178
whoami = { version = "1.2.1", optional = true }
179179
stringprep = "0.1.2"

0 commit comments

Comments
 (0)