aboutsummaryrefslogtreecommitdiff
path: root/net/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'net/Cargo.toml')
-rw-r--r--net/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index 23d2027..629918b 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -36,7 +36,7 @@ serde = ["dep:serde"]
[dependencies]
-karyon_core = { version = "0.1.2", path = "../core", default-features = false }
+karyon_core = { version = "0.1.3", path = "../core", default-features = false }
async-trait = "0.1.77"
log = "0.4.21"