summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorfxqnlr <[email protected]>2024-06-17 11:17:18 +0200
committerfxqnlr <[email protected]>2024-06-17 11:17:18 +0200
commit0877850a63791772dd19a0af9a0c7c87940aead2 (patch)
treefbed775283917537c1d2d11bdbf38a0fa7c05a02 /Cargo.toml
parent9278aaa494d25118c5d30576da844d2d1f93a4e7 (diff)
downloadwebol-cli-0877850a63791772dd19a0af9a0c7c87940aead2.tar
webol-cli-0877850a63791772dd19a0af9a0c7c87940aead2.tar.gz
webol-cli-0877850a63791772dd19a0af9a0c7c87940aead2.zip
cargo update
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ca3a926..cf545aa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,5 +21,5 @@ reqwest = { version = "0.12", features = ["blocking"] }
21serde = "1.0" 21serde = "1.0"
22serde_json = "1.0" 22serde_json = "1.0"
23thiserror = "1.0" 23thiserror = "1.0"
24tokio = { version = "1.37", features = ["macros", "rt-multi-thread", "io-std"] } 24tokio = { version = "1.38", features = ["macros", "rt-multi-thread", "io-std"] }
25tokio-tungstenite = "0.21" 25tokio-tungstenite = "0.23"