Upgrade deps

next
Sayan Nandan 2 years ago
parent 3b1f9e2f06
commit 0e432e8761
No known key found for this signature in database
GPG Key ID: 8BC07A0A4D41DD52

@ -79,4 +79,4 @@ You can see a full list of contributors [here](https://ohsayan.github.io/skythan
## License
First, [know your rights](https://medium.com/swlh/understanding-the-agpl-the-most-misunderstood-license-86fd1fe91275)! This project is licensed under the [AGPL-3.0 License](./LICENSE).
This project is licensed under the [AGPL-3.0 License](./LICENSE).

@ -10,6 +10,6 @@ edition = "2021"
# external deps
num_cpus = "1.13.1"
crossbeam-channel = "0.5.4"
rayon = "1.5.1"
rayon = "1.5.2"
log = "0.4.16"
rand = "0.8.5"

@ -24,7 +24,7 @@ regex = "1.5.5"
serde = { version = "1.0.136", features = ["derive"] }
tokio = { version = "1.17.0", features = ["full"] }
tokio-openssl = "0.6.3"
toml = "0.5.8"
toml = "0.5.9"
rcrypt = "0.4.0"
base64 = "0.13.0"
@ -52,7 +52,7 @@ rand = "0.8.5"
tokio = { version = "1.17.0", features = ["test-util"] }
[target.'cfg(unix)'.dependencies]
# external deps
libc = "0.2.122"
libc = "0.2.124"
[features]
nightly = []

@ -14,7 +14,7 @@ skytable = { git = "https://github.com/skytable/client-rust.git", branch = "next
] }
devtimer = "4.0.1"
# external deps
sysinfo = "0.23.9"
sysinfo = "0.23.10"
env_logger = "0.9.0"
log = "0.4.16"
rand = "0.8.5"

Loading…
Cancel
Save