aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorhozan23 <hozan23@proton.me>2024-03-13 02:10:14 +0100
committerhozan23 <hozan23@proton.me>2024-03-13 02:10:14 +0100
commitf9c8ebbd12257277e7a12a9ec42ab656d66fb6bc (patch)
treebbf1075ed7a94573d18d7e06d0fb0ffdb579067f /net
parentfc6fec0d8e69dac51e78b65dcc1a452c8a5b4901 (diff)
update dependencies
Diffstat (limited to 'net')
-rw-r--r--net/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index 6b816a8..0b6534c 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -8,10 +8,10 @@ edition.workspace = true
[dependencies]
karyon_core.workspace = true
-smol = "1.3.0"
-async-trait = "0.1.73"
-log = "0.4.20"
+smol = "2.0.0"
+async-trait = "0.1.77"
+log = "0.4.21"
bincode = { version="2.0.0-rc.3", features = ["derive"]}
-thiserror = "1.0.47"
-url = "2.4.1"
+thiserror = "1.0.58"
+url = "2.5.0"
futures-rustls = "0.25.1"