|
@@ -93,6 +93,12 @@ version = "0.12.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "base64"
|
|
|
+version = "0.13.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "bitflags"
|
|
|
version = "1.2.1"
|
|
@@ -272,9 +278,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "crypto-mac"
|
|
|
-version = "0.8.0"
|
|
|
+version = "0.9.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
|
|
|
+checksum = "58bcd97a54c7ca5ce2f6eb16f6bede5b0ab5f0055fedc17d2f0b4466e21671ca"
|
|
|
dependencies = [
|
|
|
"generic-array 0.14.3",
|
|
|
"subtle",
|
|
@@ -605,9 +611,9 @@ checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
|
|
|
|
|
|
[[package]]
|
|
|
name = "hmac"
|
|
|
-version = "0.8.1"
|
|
|
+version = "0.9.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
|
|
|
+checksum = "deae6d9dbb35ec2c502d62b8f7b1c000a0822c3b0794ba36b3149c0a1c840dff"
|
|
|
dependencies = [
|
|
|
"crypto-mac",
|
|
|
"digest 0.9.0",
|
|
@@ -698,7 +704,7 @@ version = "1.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "2adce67e2c21cd95288ae3d9f2bbb2762cf17c03744628d49679f315ed1e2e58"
|
|
|
dependencies = [
|
|
|
- "base64",
|
|
|
+ "base64 0.12.3",
|
|
|
"bytes",
|
|
|
"http",
|
|
|
"httparse",
|
|
@@ -999,7 +1005,7 @@ checksum = "63d3ac5571f6f610e3b58713bbeaa9ddb5532e89ab3467165b91d7ecb258c275"
|
|
|
dependencies = [
|
|
|
"arc-swap",
|
|
|
"async-trait",
|
|
|
- "base64",
|
|
|
+ "base64 0.12.3",
|
|
|
"bytes",
|
|
|
"chrono",
|
|
|
"hyperx",
|
|
@@ -1218,11 +1224,11 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "postgres-protocol"
|
|
|
-version = "0.5.2"
|
|
|
+version = "0.5.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "81c5b25980f9a9b5ad36e9cdc855530575396d8a57f67e14691a2440ed0d9a90"
|
|
|
+checksum = "4888a0e36637ab38d76cace88c1476937d617ad015f07f6b669cec11beacc019"
|
|
|
dependencies = [
|
|
|
- "base64",
|
|
|
+ "base64 0.13.0",
|
|
|
"byteorder",
|
|
|
"bytes",
|
|
|
"fallible-iterator",
|
|
@@ -1380,7 +1386,7 @@ version = "0.10.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "e9eaa17ac5d7b838b7503d118fa16ad88f440498bf9ffe5424e621f93190d61e"
|
|
|
dependencies = [
|
|
|
- "base64",
|
|
|
+ "base64 0.12.3",
|
|
|
"bytes",
|
|
|
"encoding_rs",
|
|
|
"futures-core",
|