aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorhozan23 <hozan23@karyontech.net>2024-06-30 04:46:12 +0200
committerhozan23 <hozan23@karyontech.net>2024-06-30 04:46:12 +0200
commit2ec4d4a3c3779dc016c8437891f825a54a805808 (patch)
treec540510abe69348281a169d96621c2e45f3a8640 /net
parenta45bbec25952a15cacb105b536432d6fbe3fb7b1 (diff)
bump version to 0.1.5
Diffstat (limited to 'net')
-rw-r--r--net/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index 8fd387f..2131b46 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -33,8 +33,8 @@ tokio = [
serde = ["dep:serde"]
[dependencies]
-karyon_core = { version = "0.1.4", path = "../core", default-features = false }
-karyon_async_rustls = { version = "0.1.4", path = "./async_rustls", default-features = false, optional = true }
+karyon_core = { version = "0.1.5", path = "../core", default-features = false }
+karyon_async_rustls = { version = "0.1.5", path = "./async_rustls", default-features = false, optional = true }
log = "0.4.21"
thiserror = "1.0.61"