bump deps & rust edition

This commit is contained in:
2025-02-26 21:37:34 +07:00
parent c6eaffdb29
commit 4b3b768723
9 changed files with 21 additions and 21 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
[package]
name = "mhy-kcp"
version.workspace = true
edition = "2021"
edition = "2024"
[features]
fastack-conserve = []
@@ -10,11 +10,11 @@ tokio = ["dep:tokio"]
[dependencies]
bytes = "1.6.0"
log = "0.4.21"
thiserror = "1.0.58"
thiserror = "2.0.11"
tokio = { version = "1.37.0", optional = true, features = ["io-util"] }
[dev-dependencies]
time = "0.3.34"
rand = "0.8.5"
rand = "0.9.0"
env_logger = "0.11.3"