Compare commits

...

2 Commits

Author SHA1 Message Date
f28722721a Update dependency @emotion/styled to ^11.14.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-04-09 00:26:42 +00:00
877b0c56b3 Update Rust crate redis to 0.29.5
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-08 00:26:32 +00:00
3 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@emotion/styled": "^11.14.0",
"@fontsource/roboto": "^5.2.5",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",

View File

@ -3023,9 +3023,9 @@ dependencies = [
[[package]]
name = "redis"
version = "0.29.2"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b110459d6e323b7cda23980c46c77157601199c9da6241552b284cd565a7a133"
checksum = "1bc42f3a12fd4408ce64d8efef67048a924e543bd35c6591c0447fda9054695f"
dependencies = [
"arc-swap",
"combine",

View File

@ -22,7 +22,7 @@ diesel_migrations = "2.2.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
mailchecker = "6.0.17"
redis = "0.29.2"
redis = "0.29.5"
lettre = "0.11.15"
rand = "0.9.0"
bcrypt = "0.17.0"