summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDevin Ragotzy <devin.ragotzy@gmail.com>2021-06-11 15:47:53 -0400
committerDevin Ragotzy <devin.ragotzy@gmail.com>2021-06-29 16:02:12 -0400
commit09a8737f242f6ea7c709ef4afb5a6d6c6a6c8536 (patch)
treeb44f4451536472f3bf6ba1306e9982c74ab64f7b /Cargo.lock
parentfee7d3d2e3ffa5b1133f055ccb43f1854c5ab302 (diff)
downloadconduit-09a8737f242f6ea7c709ef4afb5a6d6c6a6c8536.zip
Export conduits Config struct and fix clipp warningsy
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c3d7408..1bf8a3f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -982,9 +982,9 @@ dependencies = [
[[package]]
name = "itertools"
-version = "0.10.0"
+version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
+checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
dependencies = [
"either",
]
@@ -2122,7 +2122,7 @@ name = "ruma-state-res"
version = "0.1.0"
source = "git+https://github.com/ruma/ruma?rev=5a7e2cddcf257e367465cced51442c91e8f557c9#5a7e2cddcf257e367465cced51442c91e8f557c9"
dependencies = [
- "itertools 0.10.0",
+ "itertools 0.10.1",
"js_int",
"maplit",
"ruma-common",