@@ -21,12 +21,12 @@ server = ["tokio"]
2121tokio = [" dep:tokio" , " async-trait" ]
2222
2323[dependencies ]
24- async-trait = { version = " 0.1" , optional = true }
25- bytes = " 1"
26- percent-encoding = " 2"
27- serde = { version = " 1" , features = [" derive" ], optional = true }
28- thiserror = " 2"
29- tokio = { version = " 1" , default-features = false , features = [
24+ async-trait = { version = " 0.1.89 " , optional = true }
25+ bytes = " 1.11.0 "
26+ percent-encoding = " 2.3.2 "
27+ serde = { version = " 1.0.228 " , features = [" derive" ], optional = true }
28+ thiserror = " 2.0.17 "
29+ tokio = { version = " 1.48.0 " , default-features = false , features = [
3030 " net" ,
3131 " io-util" ,
3232 " time" ,
@@ -35,16 +35,16 @@ tokio = { version = "1", default-features = false, features = [
3535], optional = true }
3636
3737[dev-dependencies ]
38- clap = { version = " 4" , features = [" derive" ] }
39- ctrlc2 = { version = " 3" , features = [" async" , " termination" ] }
40- dotenvy = " 0.15"
41- env_logger = " 0.11"
42- hickory-proto = " 0.25"
43- log = " 0.4"
44- moka = { version = " 0.12" , features = [" future" ] }
45- rand = " 0.9"
46- tokio = { version = " 1" , features = [" rt-multi-thread" ] }
47- tokio-util = { version = " 0.7" , features = [] }
38+ clap = { version = " 4.5.53 " , features = [" derive" ] }
39+ ctrlc2 = { version = " 3.7.3 " , features = [" async" , " termination" ] }
40+ dotenvy = " 0.15.7 "
41+ env_logger = " 0.11.8 "
42+ hickory-proto = " 0.25.2 "
43+ log = " 0.4.29 "
44+ moka = { version = " 0.12.11 " , features = [" future" ] }
45+ rand = " 0.9.2 "
46+ tokio = { version = " 1.48.0 " , features = [" rt-multi-thread" ] }
47+ tokio-util = { version = " 0.7.17 " , features = [] }
4848
4949[[example ]]
5050name = " demo-client"
0 commit comments