5 Commits

Author SHA1 Message Date
d2bddb62bc Update dependency @mui/icons-material to v5.15.5
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-01-18 00:31:02 +00:00
b382f6bb85 Merge pull request 'Update Rust crate serde_json to 1.0.110' (#65) from renovate/serde_json-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #65
2024-01-16 18:32:11 +00:00
16ccb39b36 Update Rust crate image to 0.24.8
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-01-14 00:26:28 +00:00
60cc8a2401 Update Rust crate base64 to 0.21.7
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-01-12 00:09:51 +00:00
f2a58b5dcd Update Rust crate serde_json to 1.0.110
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-01-04 00:28:14 +00:00
3 changed files with 21 additions and 43 deletions

View File

@@ -1187,11 +1187,11 @@
}
},
"node_modules/@mui/icons-material": {
"version": "5.15.4",
"resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.4.tgz",
"integrity": "sha512-q/Yk7aokN8qGMpR7bwoDpBSeaNe6Bv7vaY9yHYodP37c64TM6ime05ueb/wgksOVszrKkNXC67E/XYbRWOoUFA==",
"version": "5.15.5",
"resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.5.tgz",
"integrity": "sha512-qiql0fd1JY7TZ1wm1RldvU7sL8QUatE9OC12i/qm5rnm/caTFyAfOyTIR7qqxorsJvoZGyrzwoMkal6Ij9kM0A==",
"dependencies": {
"@babel/runtime": "^7.23.7"
"@babel/runtime": "^7.23.8"
},
"engines": {
"node": ">=12.0.0"

View File

@@ -45,7 +45,7 @@ dependencies = [
"actix-service",
"actix-utils",
"ahash 0.8.6",
"base64 0.21.6",
"base64 0.21.7",
"bitflags 2.4.1",
"brotli",
"bytes",
@@ -480,9 +480,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "base64"
version = "0.21.6"
version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c79fed4cdb43e993fcdadc7e58a09fd0e3e649c4436fa11da71c9f1f3ee7feb9"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
[[package]]
name = "base64ct"
@@ -496,7 +496,7 @@ version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d1c9c15093eb224f0baa400f38fcd713fc1391a6f1c389d886beef146d60a3"
dependencies = [
"base64 0.21.6",
"base64 0.21.7",
"blowfish",
"getrandom",
"subtle",
@@ -1015,7 +1015,7 @@ version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbfb21b9878cf7a348dcb8559109aabc0ec40d69924bd706fa5149846c4fef75"
dependencies = [
"base64 0.21.6",
"base64 0.21.7",
"memchr",
]
@@ -1256,7 +1256,7 @@ dependencies = [
"actix-remote-ip",
"actix-web",
"anyhow",
"base64 0.21.6",
"base64 0.21.7",
"bcrypt",
"clap",
"diesel",
@@ -1524,9 +1524,9 @@ dependencies = [
[[package]]
name = "image"
version = "0.24.7"
version = "0.24.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711"
checksum = "034bbe799d1909622a74d1193aa50147769440040ff36cb2baa947609b0a4e23"
dependencies = [
"bytemuck",
"byteorder",
@@ -1534,7 +1534,6 @@ dependencies = [
"exr",
"gif",
"jpeg-decoder",
"num-rational",
"num-traits",
"png",
"qoi",
@@ -1646,7 +1645,7 @@ version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a48c2e9831b370bc2d7233c2620298c45f3a158ed6b4b8d7416b2ada5a268fd8"
dependencies = [
"base64 0.21.6",
"base64 0.21.7",
"chumsky",
"email-encoding",
"email_address",
@@ -1688,7 +1687,7 @@ version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "608aa1b7148a6eeab631c6267deca33407ff851ab50eea115e52c13a9bb184ee"
dependencies = [
"base64 0.21.6",
"base64 0.21.7",
"log",
"reqwest",
"serde",
@@ -1864,27 +1863,6 @@ dependencies = [
"minimal-lexical",
]
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-rational"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.17"
@@ -2307,7 +2285,7 @@ version = "0.11.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
dependencies = [
"base64 0.21.6",
"base64 0.21.7",
"bytes",
"encoding_rs",
"futures-core",
@@ -2519,9 +2497,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.108"
version = "1.0.110"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
checksum = "6fbd975230bada99c8bb618e0c365c2eefa219158d5c6c29610fd09ff1833257"
dependencies = [
"itoa",
"ryu",
@@ -2555,7 +2533,7 @@ version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64cd236ccc1b7a29e7e2739f27c0b2dd199804abc4290e32f59f3b68d6405c23"
dependencies = [
"base64 0.21.6",
"base64 0.21.7",
"chrono",
"hex",
"indexmap 1.9.3",

View File

@@ -18,7 +18,7 @@ actix-remote-ip = "0.1.0"
futures-util = "0.3.29"
diesel = { version = "2.1.4", features = ["postgres"] }
serde = { version = "1.0.194", features = ["derive"] }
serde_json = "1.0.108"
serde_json = "1.0.110"
mailchecker = "6.0.1"
redis = "0.23.3"
lettre = "0.11.2"
@@ -30,10 +30,10 @@ serde_with = "3.4.0"
rust_iso3166 = "0.1.11"
rust-s3 = "0.33.0"
sha2 = "0.10.8"
image = "0.24.7"
image = "0.24.8"
uuid = { version = "1.6.1", features = ["v4"] }
httpdate = "1.0.3"
zip = "0.6.6"
mime_guess = "2.0.4"
tempfile = "3.9.0"
base64 = "0.21.6"
base64 = "0.21.7"