1 Commits

Author SHA1 Message Date
feffd18395 Update Rust crate serde_json to 1.0.145
All checks were successful
continuous-integration/drone/push Build is passing
2025-09-21 00:38:04 +00:00
4 changed files with 9 additions and 8 deletions

View File

@@ -27,7 +27,7 @@
"date-and-time": "^3.6.0",
"dayjs": "^1.11.18",
"email-validator": "^2.0.4",
"filesize": "^11.0.10",
"filesize": "^11.0.2",
"jspdf": "^3.0.2",
"mui-color-input": "^7.0.0",
"react": "^19.1.1",
@@ -3323,9 +3323,9 @@
}
},
"node_modules/filesize": {
"version": "11.0.10",
"resolved": "https://registry.npmjs.org/filesize/-/filesize-11.0.10.tgz",
"integrity": "sha512-uasnz3C/UdPRVlmtkDz4SfaIm7IOT+UYpH8xbmn6EaXRBQ22hGoc64UtflHOqV+BlVDsTcz2pI94P/Zzzm5Rpw==",
"version": "11.0.2",
"resolved": "https://registry.npmjs.org/filesize/-/filesize-11.0.2.tgz",
"integrity": "sha512-s/iAeeWLk5BschUIpmdrF8RA8lhFZ/xDZgKw1Tan72oGws1/dFGB06nYEiyyssWUfjKNQTNRlrwMVjO9/hvXDw==",
"license": "BSD-3-Clause",
"engines": {
"node": ">= 10.4.0"

View File

@@ -29,7 +29,7 @@
"date-and-time": "^3.6.0",
"dayjs": "^1.11.18",
"email-validator": "^2.0.4",
"filesize": "^11.0.10",
"filesize": "^11.0.2",
"jspdf": "^3.0.2",
"mui-color-input": "^7.0.0",
"react": "^19.1.1",

View File

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

View File

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