1 Commits

Author SHA1 Message Date
479f770e1b Update Rust crate redis to 1.2.0
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/push Build is failing
2026-04-12 00:23:31 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -46,7 +46,7 @@
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1", "@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.2.0", "eslint": "^10.2.0",
"eslint-plugin-react-hooks": "7.0.1", "eslint-plugin-react-hooks": "0.0.0",
"eslint-plugin-react-refresh": "^0.5.2", "eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0", "globals": "^17.4.0",
"typescript": "^6.0.2", "typescript": "^6.0.2",

View File

@@ -3195,9 +3195,9 @@ dependencies = [
[[package]] [[package]]
name = "redis" name = "redis"
version = "1.1.0" version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d76e41a79ae5cbb41257d84cf4cf0db0bb5a95b11bf05c62c351de4fe748620d" checksum = "f44e94c96d8870a387d88ce3de3fdd608cbfc0705f03cb343cdde91509d3e49a"
dependencies = [ dependencies = [
"arcstr", "arcstr",
"combine", "combine",

View File

@@ -22,7 +22,7 @@ diesel_migrations = "2.3.1"
serde = { version = "1.0.228", features = ["derive"] } serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149" serde_json = "1.0.149"
mailchecker = "6.0.20" mailchecker = "6.0.20"
redis = "1.1.0" redis = "1.2.0"
lettre = "0.11.20" lettre = "0.11.20"
rand = "0.10.0" rand = "0.10.0"
bcrypt = "0.19.0" bcrypt = "0.19.0"