2 Commits

Author SHA1 Message Date
ab13b06738 Update dependency @mui/icons-material to v5.15.14
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-03-20 00:05:01 +00:00
4cf26ce551 Update Rust crate diesel to 2.1.5
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-03-16 00:06:06 +00:00
3 changed files with 6 additions and 6 deletions

View File

@@ -1186,9 +1186,9 @@
}
},
"node_modules/@mui/icons-material": {
"version": "5.15.13",
"resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.13.tgz",
"integrity": "sha512-I7CioMQKBPaKyGgcE9i8+1dgzAmox5a/0wZ0E9sIxm7PzG5KJZRRJkdK4oDT4HfYRGv61KjcHEeqH48pht1dvQ==",
"version": "5.15.14",
"resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.14.tgz",
"integrity": "sha512-vj/51k7MdFmt+XVw94sl30SCvGx6+wJLsNYjZRgxhS6y3UtnWnypMOsm3Kmg8TN+P0dqwsjy4/fX7B1HufJIhw==",
"dependencies": {
"@babel/runtime": "^7.23.9"
},

View File

@@ -1022,9 +1022,9 @@ dependencies = [
[[package]]
name = "diesel"
version = "2.1.4"
version = "2.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62c6fcf842f17f8c78ecf7c81d75c5ce84436b41ee07e03f490fbb5f5a8731d8"
checksum = "03fc05c17098f21b89bc7d98fe1dd3cce2c11c2ad8e145f2a44fe08ed28eb559"
dependencies = [
"bitflags 2.4.2",
"byteorder",

View File

@@ -16,7 +16,7 @@ actix-cors = "0.7.0"
actix-multipart = "0.6.1"
actix-remote-ip = "0.1.0"
futures-util = "0.3.30"
diesel = { version = "2.1.4", features = ["postgres"] }
diesel = { version = "2.1.5", features = ["postgres"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
mailchecker = "6.0.1"