1 Commits

Author SHA1 Message Date
5220f3e873 Update Rust crate light-openid to 1.1.0
Some checks failed
continuous-integration/drone/push Build is failing
2026-01-29 00:27:25 +00:00
4 changed files with 9 additions and 8 deletions

View File

@@ -2621,15 +2621,16 @@ dependencies = [
[[package]] [[package]]
name = "light-openid" name = "light-openid"
version = "1.0.4" version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6a15777d080e807d5b6b3c0b5a293f7d4680d74a4c66b0cdf9db0441ea9f548" checksum = "9fb1050b0078d4feced56e91058c8182c8ee7b06861004973e5f7c1ca03f6f39"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"log", "log",
"reqwest", "reqwest",
"serde", "serde",
"serde_json", "serde_json",
"thiserror 2.0.18",
"urlencoding", "urlencoding",
] ]

View File

@@ -15,7 +15,7 @@ actix-web = "4.12.1"
actix-session = { version = "0.11.0", features = ["redis-session"] } actix-session = { version = "0.11.0", features = ["redis-session"] }
actix-remote-ip = "0.1.0" actix-remote-ip = "0.1.0"
actix-cors = "0.7.1" actix-cors = "0.7.1"
light-openid = "1.0.4" light-openid = "1.1.0"
bytes = "1.11.0" bytes = "1.11.0"
sha2 = "0.10.9" sha2 = "0.10.9"
base16ct = { version = "0.3.0", features = ["alloc"] } base16ct = { version = "0.3.0", features = ["alloc"] }

View File

@@ -17,7 +17,7 @@
"@mui/x-date-pickers": "^8.26.0", "@mui/x-date-pickers": "^8.26.0",
"date-and-time": "^4.2.0", "date-and-time": "^4.2.0",
"dayjs": "^1.11.19", "dayjs": "^1.11.19",
"emoji-picker-react": "^4.17.2", "emoji-picker-react": "^4.17.1",
"is-cidr": "^6.0.2", "is-cidr": "^6.0.2",
"qrcode.react": "^4.2.0", "qrcode.react": "^4.2.0",
"react": "^19.2.4", "react": "^19.2.4",
@@ -2209,9 +2209,9 @@
"license": "ISC" "license": "ISC"
}, },
"node_modules/emoji-picker-react": { "node_modules/emoji-picker-react": {
"version": "4.17.2", "version": "4.17.1",
"resolved": "https://registry.npmjs.org/emoji-picker-react/-/emoji-picker-react-4.17.2.tgz", "resolved": "https://registry.npmjs.org/emoji-picker-react/-/emoji-picker-react-4.17.1.tgz",
"integrity": "sha512-d70sXdqaorBsvYwNAjRUkV8VQUQTafN/XTjucl6lH2O/B+aFUiIZy5hpRJ0FxuzgVnkeJaydnRCrYpuGd0zhgQ==", "integrity": "sha512-DxGGPxHRcH/PnGFZEVkWSNZoFg8UO2/kikZrp/OZ8CBz5F/mKJbKLcd1anxeV8Hu1ZzY8MBuNnFG2wSJYkf1Ug==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"flairup": "1.0.0" "flairup": "1.0.0"

View File

@@ -19,7 +19,7 @@
"@mui/x-date-pickers": "^8.26.0", "@mui/x-date-pickers": "^8.26.0",
"date-and-time": "^4.2.0", "date-and-time": "^4.2.0",
"dayjs": "^1.11.19", "dayjs": "^1.11.19",
"emoji-picker-react": "^4.17.2", "emoji-picker-react": "^4.17.1",
"is-cidr": "^6.0.2", "is-cidr": "^6.0.2",
"qrcode.react": "^4.2.0", "qrcode.react": "^4.2.0",
"react": "^19.2.4", "react": "^19.2.4",