Compare commits

...

2 Commits

Author SHA1 Message Date
1f128ac9d5 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-04 00:33:25 +00:00
2e52958e64 Update Rust crate serde_with to 3.12.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-03 00:32:55 +00:00
2 changed files with 2 additions and 2 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

@ -28,7 +28,7 @@ rand = "0.9.0"
bcrypt = "0.17.0"
light-openid = "1.0.4"
thiserror = "2.0.12"
serde_with = "3.8.1"
serde_with = "3.12.0"
rust_iso3166 = "0.1.14"
rust-s3 = "0.35.1"
sha2 = "0.10.8"