1 Commits

Author SHA1 Message Date
559aa58cc7 Update Rust crate reqwest to 0.13.2
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2026-03-27 00:32:45 +00:00
4 changed files with 8 additions and 8 deletions

View File

@@ -2824,9 +2824,9 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
[[package]]
name = "reqwest"
version = "0.13.1"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04e9018c9d814e5f30cc16a0f03271aeab3571e609612d9fe78c1aa8d11c2f62"
checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801"
dependencies = [
"base64 0.22.1",
"bytes",

View File

@@ -19,7 +19,7 @@ asn1 = "0.23.0"
actix-web = { version = "4.13.0", features = ["openssl"] }
futures = "0.3.32"
serde = { version = "1.0.228", features = ["derive"] }
reqwest = { version = "0.13.1", features = ["json"] }
reqwest = { version = "0.13.2", features = ["json"] }
serde_json = "1.0.149"
rand = "0.10.0"
actix = "0.13.5"

View File

@@ -19,7 +19,7 @@
"@mui/x-date-pickers": "^8.27.2",
"date-and-time": "^4.3.1",
"dayjs": "^1.11.20",
"filesize": "^11.0.14",
"filesize": "^11.0.13",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.13.2",
@@ -3257,9 +3257,9 @@
}
},
"node_modules/filesize": {
"version": "11.0.14",
"resolved": "https://registry.npmjs.org/filesize/-/filesize-11.0.14.tgz",
"integrity": "sha512-2+pBV36IghE/lC78KmHqq4GGzSwqxisNb6YH17W6owdAFoXChND4WZ/51CUYXKyaEiJOhNKKsZSwZ8HbejrKTA==",
"version": "11.0.13",
"resolved": "https://registry.npmjs.org/filesize/-/filesize-11.0.13.tgz",
"integrity": "sha512-mYJ/qXKvREuO0uH8LTQJ6v7GsUvVOguqxg2VTwQUkyTPXXRRWPdjuUPVqdBrJQhvci48OHlNGRnux+Slr2Rnvw==",
"license": "BSD-3-Clause",
"engines": {
"node": ">= 10.8.0"

View File

@@ -21,7 +21,7 @@
"@mui/x-date-pickers": "^8.27.2",
"date-and-time": "^4.3.1",
"dayjs": "^1.11.20",
"filesize": "^11.0.14",
"filesize": "^11.0.13",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.13.2",