summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock21
1 files changed, 11 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ad227e6..c0f07f7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1021,18 +1021,18 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1021 1021
1022[[package]] 1022[[package]]
1023name = "proc-macro2" 1023name = "proc-macro2"
1024version = "1.0.69" 1024version = "1.0.78"
1025source = "registry+https://github.com/rust-lang/crates.io-index" 1025source = "registry+https://github.com/rust-lang/crates.io-index"
1026checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" 1026checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
1027dependencies = [ 1027dependencies = [
1028 "unicode-ident", 1028 "unicode-ident",
1029] 1029]
1030 1030
1031[[package]] 1031[[package]]
1032name = "quote" 1032name = "quote"
1033version = "1.0.33" 1033version = "1.0.35"
1034source = "registry+https://github.com/rust-lang/crates.io-index" 1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 1035checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
1036dependencies = [ 1036dependencies = [
1037 "proc-macro2", 1037 "proc-macro2",
1038] 1038]
@@ -1315,9 +1315,9 @@ checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01"
1315 1315
1316[[package]] 1316[[package]]
1317name = "syn" 1317name = "syn"
1318version = "2.0.39" 1318version = "2.0.50"
1319source = "registry+https://github.com/rust-lang/crates.io-index" 1319source = "registry+https://github.com/rust-lang/crates.io-index"
1320checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a" 1320checksum = "74f1bdc9872430ce9b75da68329d1c1746faf50ffac5f19e02b71e37ff881ffb"
1321dependencies = [ 1321dependencies = [
1322 "proc-macro2", 1322 "proc-macro2",
1323 "quote", 1323 "quote",
@@ -1360,18 +1360,18 @@ dependencies = [
1360 1360
1361[[package]] 1361[[package]]
1362name = "thiserror" 1362name = "thiserror"
1363version = "1.0.50" 1363version = "1.0.57"
1364source = "registry+https://github.com/rust-lang/crates.io-index" 1364source = "registry+https://github.com/rust-lang/crates.io-index"
1365checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" 1365checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b"
1366dependencies = [ 1366dependencies = [
1367 "thiserror-impl", 1367 "thiserror-impl",
1368] 1368]
1369 1369
1370[[package]] 1370[[package]]
1371name = "thiserror-impl" 1371name = "thiserror-impl"
1372version = "1.0.50" 1372version = "1.0.57"
1373source = "registry+https://github.com/rust-lang/crates.io-index" 1373source = "registry+https://github.com/rust-lang/crates.io-index"
1374checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" 1374checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81"
1375dependencies = [ 1375dependencies = [
1376 "proc-macro2", 1376 "proc-macro2",
1377 "quote", 1377 "quote",
@@ -1734,6 +1734,7 @@ dependencies = [
1734 "reqwest", 1734 "reqwest",
1735 "serde", 1735 "serde",
1736 "serde_json", 1736 "serde_json",
1737 "thiserror",
1737 "tokio", 1738 "tokio",
1738 "tokio-tungstenite", 1739 "tokio-tungstenite",
1739] 1740]