summaryrefslogtreecommitdiff
path: root/server/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'server/Cargo.lock')
-rw-r--r--server/Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/server/Cargo.lock b/server/Cargo.lock
index ee52661..4cb5a9c 100644
--- a/server/Cargo.lock
+++ b/server/Cargo.lock
@@ -18,6 +18,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
+name = "array-init"
+version = "2.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc"
+
+[[package]]
name = "async-trait"
version = "0.1.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -452,6 +458,7 @@ version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02048d9e032fb3cc3413bbf7b83a15d84a5d419778e2628751896d856498eee9"
dependencies = [
+ "array-init",
"bytes",
"fallible-iterator",
"postgres-protocol",