1 Commits

Author SHA1 Message Date
f3d4be4dcc Update Rust crate light-openid to 1.1.0
All checks were successful
continuous-integration/drone/push Build is passing
2026-01-21 00:13:31 +00:00
4 changed files with 9 additions and 8 deletions

View File

@@ -40,7 +40,7 @@
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/react": "^19.2.9",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "^9.39.2",
@@ -2159,9 +2159,9 @@
"optional": true
},
"node_modules/@types/react": {
"version": "19.2.9",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.9.tgz",
"integrity": "sha512-Lpo8kgb/igvMIPeNV2rsYKTgaORYdO1XGVZ4Qz3akwOj0ySGYMPlQWa8BaLn0G63D1aSaAQ5ldR06wCpChQCjA==",
"version": "19.2.8",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.8.tgz",
"integrity": "sha512-3MbSL37jEchWZz2p2mjntRZtPt837ij10ApxKfgmXCTuHWagYg7iA5bqPw6C8BMPfwidlvfPI/fxOc42HLhcyg==",
"license": "MIT",
"peer": true,
"dependencies": {

View File

@@ -42,7 +42,7 @@
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/react": "^19.2.9",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "^9.39.2",

View File

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

View File

@@ -26,7 +26,7 @@ redis = "0.32.7"
lettre = "0.11.19"
rand = "0.9.2"
bcrypt = "0.17.1"
light-openid = "1.0.4"
light-openid = "1.1.0"
thiserror = "2.0.18"
serde_with = "3.14.0"
rust_iso3166 = "0.1.14"