@@ -9,7 +9,7 @@ license = "Apache-2.0"
99name = " skytable"
1010readme = " README.md"
1111repository = " https://github.com/skytable/client-rust"
12- version = " 0.7.0 "
12+ version = " 0.7.2 "
1313
1414# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515
@@ -30,20 +30,20 @@ const-gen = []
3030dbg = []
3131
3232[dependencies ]
33- bytes = { version = " 1.1.0 " , optional = true }
34- openssl = { version = " 0.10.38 " , optional = true }
35- tokio = { version = " 1.17.0 " , features = [
33+ bytes = { version = " 1.2.1 " , optional = true }
34+ openssl = { version = " 0.10.41 " , optional = true }
35+ tokio = { version = " 1.20.1 " , features = [
3636 " net" ,
3737 " io-util" ,
3838 " io-std" ,
3939], optional = true , default-features = false }
4040tokio-openssl = { version = " 0.6.3" , optional = true }
41- r2d2 = { version = " 0.8.9 " , optional = true }
41+ r2d2 = { version = " 0.8.10 " , optional = true }
4242bb8 = { version = " 0.8.0" , optional = true }
43- async-trait = { version = " 0.1.53 " , optional = true }
43+ async-trait = { version = " 0.1.57 " , optional = true }
4444
4545[dev-dependencies ]
46- tokio = { version = " 1.17.0 " , features = [
46+ tokio = { version = " 1.20.1 " , features = [
4747 " test-util" ,
4848 " macros" ,
4949], default-features = false }
0 commit comments