aboutsummaryrefslogtreecommitdiff
path: root/net/examples/tcp_codec_tokio
diff options
context:
space:
mode:
Diffstat (limited to 'net/examples/tcp_codec_tokio')
-rw-r--r--net/examples/tcp_codec_tokio/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/examples/tcp_codec_tokio/Cargo.toml b/net/examples/tcp_codec_tokio/Cargo.toml
index c72be64..96f200d 100644
--- a/net/examples/tcp_codec_tokio/Cargo.toml
+++ b/net/examples/tcp_codec_tokio/Cargo.toml
@@ -8,5 +8,5 @@ edition = "2021"
[dependencies]
karyon_net = { path = "../../", default-features = false, features = ["tokio", "tcp"] }
karyon_core = { path = "../../../core", default-features = false, features = ["tokio"] }
-tokio = { version = "1.37.0", features = ["full"] }
+tokio = { version = "1.38.0", features = ["full"] }