diff --git a/README.md b/README.md index b5e57a5a..bd8bccdb 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/libstress/Cargo.toml b/libstress/Cargo.toml index f5345070..cc745a12 100644 --- a/libstress/Cargo.toml +++ b/libstress/Cargo.toml @@ -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" diff --git a/server/Cargo.toml b/server/Cargo.toml index 98a76d96..4bc4a7a9 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -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 = [] diff --git a/stress-test/Cargo.toml b/stress-test/Cargo.toml index 069cbfaa..fa3a60ac 100644 --- a/stress-test/Cargo.toml +++ b/stress-test/Cargo.toml @@ -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"