@@ -3,17 +3,17 @@ name = "historyprovider"
33description = " historyprovider-rs"
44license = " MIT"
55repository = " https://github.com/silicon-heaven/historyprovider-rs"
6- version = " 2.7.2 "
6+ version = " 2.7.3 "
77edition = " 2024"
88
99[[bin ]]
1010name = " hp"
1111
1212[dependencies ]
1313tokio = { version = " 1.49.0" , features = [" io-util" , " macros" , " net" , " rt" , " rt-multi-thread" , " signal" , " sync" , " time" ], default-features = false }
14- shvproto = " 6.0.2 "
15- shvrpc = { version = " 13.3 " , features = [" journal" ] }
16- shvclient = { version = " 2 .0" , features = [" tokio" ] }
14+ shvproto = " 6.1.0 "
15+ shvrpc = { version = " 14.0 " , features = [" journal" ] }
16+ shvclient = { version = " 3 .0" , features = [" tokio" ] }
1717futures = " 0.3.32"
1818log = " 0.4.29"
1919clap = { version = " 4.5.60" , features = [" derive" ] }
@@ -24,12 +24,12 @@ duration-str = "0.20"
2424sha1 = { version = " 0.10.6" , features = [" asm" , " sha1-asm" ] }
2525hex = " 0.4.3"
2626tokio-util = { version = " 0.7.18" , features = [" io" ] }
27- async-compression = { version = " 0.4.40 " , features = [" gzip" , " tokio" ] }
27+ async-compression = { version = " 0.4.41 " , features = [" gzip" , " tokio" ] }
2828serde = { version = " 1.0.228" , features = [" derive" ] }
2929serde_yaml_ng = " 0.10.0"
3030tokio-stream = { version = " 0.1.18" , features = [" fs" ] }
3131time = { version = " 0.3.47" , features = [" formatting" ] }
32- chrono = " 0.4.43 "
32+ chrono = " 0.4.44 "
3333humantime = " 2.3.0"
3434size = { version = " 0.5.0" , features = [" serde" ] }
3535
@@ -42,5 +42,5 @@ size = { version = "0.5.0", features = ["serde"] }
4242[dev-dependencies ]
4343async-broadcast = " 0.7.2"
4444async-trait = " 0.1.80"
45- shvclient = { version = " 2 .0" , features = [" mocking" , " tokio" ] }
46- tempfile = " 3.25 .0"
45+ shvclient = { version = " 3 .0" , features = [" mocking" , " tokio" ] }
46+ tempfile = " 3.26 .0"
0 commit comments