3 Commits

Author SHA1 Message Date
1862490c62 Update Rust crate serde_json to 1.0.145
All checks were successful
continuous-integration/drone/push Build is passing
2025-09-19 00:34:22 +00:00
62545d1689 Merge pull request 'Update dependency @fontsource/roboto to ^5.2.8' (#579) from renovate/fontsource-roboto-5.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2025-09-19 00:33:48 +00:00
a8951888b8 Update dependency @fontsource/roboto to ^5.2.8
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-09-18 00:34:45 +00:00
4 changed files with 9 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
"dependencies": { "dependencies": {
"@emotion/react": "^11.14.0", "@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1", "@emotion/styled": "^11.14.1",
"@fontsource/roboto": "^5.2.7", "@fontsource/roboto": "^5.2.8",
"@fullcalendar/core": "^6.1.19", "@fullcalendar/core": "^6.1.19",
"@fullcalendar/daygrid": "^6.1.19", "@fullcalendar/daygrid": "^6.1.19",
"@fullcalendar/interaction": "^6.1.19", "@fullcalendar/interaction": "^6.1.19",
@@ -1116,9 +1116,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@fontsource/roboto": { "node_modules/@fontsource/roboto": {
"version": "5.2.7", "version": "5.2.8",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.2.7.tgz", "resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.2.8.tgz",
"integrity": "sha512-fca6Jtyxn6kPR51+TTTMCFm0FOhnKaLEYYiAQc8P/4iFCKoKGR0aX89QR4CfP+N64RPXJus64UxhJaVENnSM6Q==", "integrity": "sha512-oh9g4Cg3loVMz9MWeKWfDI+ooxxG1aRVetkiKIb2ESS2rrryGecQ/y4pAj4z5A5ebyw450dYRi/c4k/I3UBhHA==",
"license": "OFL-1.1", "license": "OFL-1.1",
"funding": { "funding": {
"url": "https://github.com/sponsors/ayuhito" "url": "https://github.com/sponsors/ayuhito"

View File

@@ -12,7 +12,7 @@
"dependencies": { "dependencies": {
"@emotion/react": "^11.14.0", "@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1", "@emotion/styled": "^11.14.1",
"@fontsource/roboto": "^5.2.7", "@fontsource/roboto": "^5.2.8",
"@fullcalendar/core": "^6.1.19", "@fullcalendar/core": "^6.1.19",
"@fullcalendar/daygrid": "^6.1.19", "@fullcalendar/daygrid": "^6.1.19",
"@fullcalendar/interaction": "^6.1.19", "@fullcalendar/interaction": "^6.1.19",

View File

@@ -3457,14 +3457,15 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.143" version = "1.0.145"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a" checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
dependencies = [ dependencies = [
"itoa", "itoa",
"memchr", "memchr",
"ryu", "ryu",
"serde", "serde",
"serde_core",
] ]
[[package]] [[package]]

View File

@@ -20,7 +20,7 @@ futures-util = "0.3.31"
diesel = { version = "2.2.12", features = ["postgres"] } diesel = { version = "2.2.12", features = ["postgres"] }
diesel_migrations = "2.2.0" diesel_migrations = "2.2.0"
serde = { version = "1.0.225", features = ["derive"] } serde = { version = "1.0.225", features = ["derive"] }
serde_json = "1.0.143" serde_json = "1.0.145"
mailchecker = "6.0.18" mailchecker = "6.0.18"
redis = "0.32.5" redis = "0.32.5"
lettre = "0.11.18" lettre = "0.11.18"