Compare commits

...

2 Commits

Author SHA1 Message Date
e82d303faa Update dependency @eslint/js to ^9.23.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-04-04 00:38:56 +00:00
52b749c9a9 Update Rust crate serde to 1.0.219
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-03 00:39:07 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ edition = "2024"
log = "0.4.27"
env_logger = "0.11.7"
clap = { version = "4.5.34", features = ["derive", "env"] }
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.219", features = ["derive"] }
light-openid = { version = "1.0.4", features = ["crypto-wrapper"] }
basic-jwt = "0.3.0"
actix-web = "4.10.2"

View File

@ -15,7 +15,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@eslint/js": "^9.23.0",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^8.28.0",

View File

@ -17,7 +17,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@eslint/js": "^9.23.0",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^8.28.0",