1 Commits

Author SHA1 Message Date
24a4874596 chore(deps): update rust crate uuid to 1.23.0
Some checks failed
continuous-integration/drone/push Build is failing
2026-04-01 00:26:58 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -3646,7 +3646,7 @@ dependencies = [
"rust-embed",
"serde",
"serde_json",
"sha2 0.11.0",
"sha2 0.11.0-rc.5",
"thiserror 2.0.18",
"tokio",
"url",
@@ -5242,12 +5242,12 @@ dependencies = [
[[package]]
name = "sha2"
version = "0.11.0"
version = "0.11.0-rc.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
checksum = "7c5f3b1e2dc8aad28310d8410bd4d7e180eca65fca176c52ab00d364475d0024"
dependencies = [
"cfg-if",
"cpufeatures 0.3.0",
"cpufeatures 0.2.17",
"digest 0.11.0",
]
@@ -6023,9 +6023,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
version = "1.22.0"
version = "1.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9"
dependencies = [
"getrandom 0.4.1",
"js-sys",

View File

@@ -17,12 +17,12 @@ actix-cors = "0.7.1"
actix-multipart = "0.7.2"
light-openid = "1.1.0"
bytes = "1.11.1"
sha2 = "0.11.0"
sha2 = "0.11.0-rc.5"
base16ct = { version = "1.0.0", features = ["alloc"] }
futures-util = "0.3.32"
jwt-simple = { version = "0.12.14", default-features = false, features = ["pure-rust"] }
thiserror = "2.0.18"
uuid = { version = "1.22.0", features = ["v4", "serde"] }
uuid = { version = "1.23.0", features = ["v4", "serde"] }
ipnet = { version = "2.12.0", features = ["serde"] }
rand = "0.10.0"
hex = "0.4.3"