58 lines
1.4 KiB
Diff
58 lines
1.4 KiB
Diff
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -33,7 +33,7 @@
|
|
sentry-actix = "0.35.0"
|
|
mime = "0.3.17"
|
|
mime_guess = "2.0.5"
|
|
-mobc = "0.8.5"
|
|
+mobc = "0.9.0"
|
|
rust-s3 = "~0.35.1"
|
|
futures = "^0.3.31"
|
|
lapin = "^2.5.0"
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -2295,12 +2295,12 @@
|
|
|
|
[[package]]
|
|
name = "metrics"
|
|
-version = "0.23.0"
|
|
+version = "0.24.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "884adb57038347dfbaf2d5065887b6cf4312330dc8e94bc30a1a839bd79d3261"
|
|
+checksum = "ff56c2e7dce6bd462e3b8919986a617027481b1dcc703175b58cf9dd98a2f071"
|
|
dependencies = [
|
|
- "ahash",
|
|
"portable-atomic",
|
|
+ "rapidhash",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -2357,9 +2357,9 @@
|
|
|
|
[[package]]
|
|
name = "mobc"
|
|
-version = "0.8.5"
|
|
+version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "316a7d198b51958a0ab57248bf5f42d8409551203cb3c821d5925819a8d5415f"
|
|
+checksum = "4ee4c321f7581ff6d3b02c1fd05dc0b1f17c05f23c8532d1af9413890ab5fab5"
|
|
dependencies = [
|
|
"async-trait",
|
|
"futures-channel",
|
|
@@ -2930,6 +2930,15 @@
|
|
]
|
|
|
|
[[package]]
|
|
+name = "rapidhash"
|
|
+version = "4.4.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b5e48930979c155e2f33aa36ab3119b5ee81332beb6482199a8ecd6029b80b59"
|
|
+dependencies = [
|
|
+ "rustversion",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
name = "rc2"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|