1 Commits

Author SHA1 Message Date
879408b1ab chore(deps): update rust crate sha2 to 0.11.0
Some checks failed
continuous-integration/drone/push Build is failing
2026-03-27 00:26:25 +00:00
3 changed files with 6 additions and 6 deletions

View File

@@ -3646,7 +3646,7 @@ dependencies = [
"rust-embed",
"serde",
"serde_json",
"sha2 0.11.0-rc.5",
"sha2 0.11.0",
"thiserror 2.0.18",
"tokio",
"url",
@@ -5242,12 +5242,12 @@ dependencies = [
[[package]]
name = "sha2"
version = "0.11.0-rc.5"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c5f3b1e2dc8aad28310d8410bd4d7e180eca65fca176c52ab00d364475d0024"
checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
dependencies = [
"cfg-if",
"cpufeatures 0.2.17",
"cpufeatures 0.3.0",
"digest 0.11.0",
]

View File

@@ -17,7 +17,7 @@ actix-cors = "0.7.1"
actix-multipart = "0.7.2"
light-openid = "1.1.0"
bytes = "1.11.1"
sha2 = "0.11.0-rc.5"
sha2 = "0.11.0"
base16ct = { version = "1.0.0", features = ["alloc"] }
futures-util = "0.3.32"
jwt-simple = { version = "0.12.14", default-features = false, features = ["pure-rust"] }

View File

@@ -35,7 +35,7 @@
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.1.0",
"eslint": "^10.0.3",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",