bump: uuid
soaricarus_auth Build / Test Suite (pull_request) Successful in 1m55s
soaricarus_auth Build / Rustfmt (pull_request) Successful in 27s
soaricarus_auth Build / Clippy (pull_request) Successful in 1m58s
soaricarus_auth Build / Check (pull_request) Successful in 5m46s
soaricarus_auth Build / build (pull_request) Successful in 2m28s
soaricarus_auth Build / Test Suite (pull_request) Successful in 1m55s
soaricarus_auth Build / Rustfmt (pull_request) Successful in 27s
soaricarus_auth Build / Clippy (pull_request) Successful in 1m58s
soaricarus_auth Build / Check (pull_request) Successful in 5m46s
soaricarus_auth Build / build (pull_request) Successful in 2m28s
This commit is contained in:
Generated
+2
-2
@@ -2214,9 +2214,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uuid"
|
name = "uuid"
|
||||||
version = "1.23.4"
|
version = "1.24.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53"
|
checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"getrandom 0.4.3",
|
"getrandom 0.4.3",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
|
|||||||
+1
-1
@@ -14,7 +14,7 @@ tracing-subscriber = { version = "0.3.23" }
|
|||||||
tower = { version = "0.5.3", features = ["full"] }
|
tower = { version = "0.5.3", features = ["full"] }
|
||||||
tower-http = { version = "0.7.0", features = ["cors"] }
|
tower-http = { version = "0.7.0", features = ["cors"] }
|
||||||
sqlx = { version = "0.9.0", features = ["postgres", "runtime-tokio", "tls-native-tls", "time", "uuid"] }
|
sqlx = { version = "0.9.0", features = ["postgres", "runtime-tokio", "tls-native-tls", "time", "uuid"] }
|
||||||
uuid = { version = "1.23.4", features = ["v4", "serde"] }
|
uuid = { version = "1.23.5", features = ["v4", "serde"] }
|
||||||
argon2 = { version = "0.5.3", features = ["std"] }
|
argon2 = { version = "0.5.3", features = ["std"] }
|
||||||
time = { version = "0.3.53", features = ["macros", "serde"] }
|
time = { version = "0.3.53", features = ["macros", "serde"] }
|
||||||
josekit = { version = "0.10.3" }
|
josekit = { version = "0.10.3" }
|
||||||
|
|||||||
Reference in New Issue
Block a user