Upgrade deps

next
Sayan Nandan 3 years ago
parent 93d1004c80
commit 50eb183f46
No known key found for this signature in database
GPG Key ID: 18E77EBDCADD5AD6

104
Cargo.lock generated

@ -260,13 +260,13 @@ dependencies = [
[[package]] [[package]]
name = "fd-lock" name = "fd-lock"
version = "3.0.0" version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8806dd91a06a7a403a8e596f9bfbfb34e469efbc363fc9c9713e79e26472e36" checksum = "cfc110fe50727d46a428eed832df40affe9bf74d077cac1bf3f2718e823f14c5"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"libc", "libc",
"winapi", "windows-sys",
] ]
[[package]] [[package]]
@ -292,23 +292,22 @@ checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
[[package]] [[package]]
name = "futures-core" name = "futures-core"
version = "0.3.17" version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d" checksum = "629316e42fe7c2a0b9a65b47d159ceaa5453ab14e8f0a3c5eedbb8cd55b4a445"
[[package]] [[package]]
name = "futures-task" name = "futures-task"
version = "0.3.17" version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99" checksum = "dabf1872aaab32c886832f2276d2f5399887e2bd613698a02359e4ea83f8de12"
[[package]] [[package]]
name = "futures-util" name = "futures-util"
version = "0.3.17" version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481" checksum = "41d22213122356472061ac0f1ab2cee28d2bac8491410fd68c2af53d1cedb83e"
dependencies = [ dependencies = [
"autocfg",
"futures-core", "futures-core",
"futures-task", "futures-task",
"pin-project-lite", "pin-project-lite",
@ -394,9 +393,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.107" version = "0.2.108"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbe5e23404da5b4f555ef85ebed98fb4083e55a00c317800bc2a50ede9f3d219" checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119"
[[package]] [[package]]
name = "libsky" name = "libsky"
@ -562,9 +561,9 @@ dependencies = [
[[package]] [[package]]
name = "openssl-sys" name = "openssl-sys"
version = "0.9.70" version = "0.9.71"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6517987b3f8226b5da3661dad65ff7f300cc59fb5ea8333ca191fc65fde3edf" checksum = "7df13d165e607909b363a4757a6f133f8a818a74e9d3a98d09c6128e15fa4c73"
dependencies = [ dependencies = [
"autocfg", "autocfg",
"cc", "cc",
@ -810,9 +809,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.70" version = "1.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e277c495ac6cd1a01a58d0a0c574568b4d1ddf14f59965c6a58b8d96400b54f3" checksum = "d0ffa0837f2dfa6fb90868c2b5468cad482e175f7dad97e7421951e663f2b527"
dependencies = [ dependencies = [
"itoa", "itoa",
"ryu", "ryu",
@ -859,7 +858,7 @@ dependencies = [
"rand", "rand",
"serde", "serde",
"serde_json", "serde_json",
"skytable 0.6.2-alpha.2 (git+https://github.com/skytable/client-rust?branch=next)", "skytable 0.6.2 (git+https://github.com/skytable/client-rust?branch=next)",
] ]
[[package]] [[package]]
@ -870,7 +869,7 @@ dependencies = [
"clap", "clap",
"env_logger", "env_logger",
"log", "log",
"skytable 0.6.2-alpha.2 (git+https://github.com/skytable/client-rust.git)", "skytable 0.6.2 (git+https://github.com/skytable/client-rust.git)",
] ]
[[package]] [[package]]
@ -907,7 +906,7 @@ dependencies = [
"regex", "regex",
"serde", "serde",
"sky_macros", "sky_macros",
"skytable 0.6.2-alpha.2 (git+https://github.com/skytable/client-rust?branch=next)", "skytable 0.6.2 (git+https://github.com/skytable/client-rust?branch=next)",
"tokio", "tokio",
"tokio-openssl", "tokio-openssl",
"toml", "toml",
@ -922,14 +921,14 @@ dependencies = [
"crossterm", "crossterm",
"libsky", "libsky",
"rustyline", "rustyline",
"skytable 0.6.2-alpha.2 (git+https://github.com/skytable/client-rust?branch=next)", "skytable 0.6.2 (git+https://github.com/skytable/client-rust?branch=next)",
"tokio", "tokio",
] ]
[[package]] [[package]]
name = "skytable" name = "skytable"
version = "0.6.2-alpha.2" version = "0.6.2"
source = "git+https://github.com/skytable/client-rust?branch=next#7298a522e1a298788b222be0b676a6cbf1179c97" source = "git+https://github.com/skytable/client-rust?branch=next#9ba62f5e664ad739066fb5a5bd3cca13029940ef"
dependencies = [ dependencies = [
"bytes", "bytes",
"openssl", "openssl",
@ -939,8 +938,8 @@ dependencies = [
[[package]] [[package]]
name = "skytable" name = "skytable"
version = "0.6.2-alpha.2" version = "0.6.2"
source = "git+https://github.com/skytable/client-rust.git#7298a522e1a298788b222be0b676a6cbf1179c97" source = "git+https://github.com/skytable/client-rust.git#9ba62f5e664ad739066fb5a5bd3cca13029940ef"
[[package]] [[package]]
name = "smallvec" name = "smallvec"
@ -965,7 +964,7 @@ dependencies = [
"log", "log",
"num_cpus", "num_cpus",
"rand", "rand",
"skytable 0.6.2-alpha.2 (git+https://github.com/skytable/client-rust?branch=next)", "skytable 0.6.2 (git+https://github.com/skytable/client-rust?branch=next)",
"sysinfo", "sysinfo",
] ]
@ -977,9 +976,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]] [[package]]
name = "syn" name = "syn"
version = "1.0.81" version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966" checksum = "8daf5dd0bb60cbd4137b1b587d2fc0ae729bc07cf01cd70b36a1ed5ade3b9d59"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -1032,9 +1031,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.13.0" version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "588b2d10a336da58d877567cd8fb8a14b463e2104910f8132cd054b4b96e29ee" checksum = "70e992e41e0d2fb9f755b37446f20900f64446ef54874f40a60c78f021ac6144"
dependencies = [ dependencies = [
"autocfg", "autocfg",
"bytes", "bytes",
@ -1052,9 +1051,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio-macros" name = "tokio-macros"
version = "1.5.1" version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "114383b041aa6212c579467afa0075fbbdd0718de036100bc0ba7961d8cb9095" checksum = "c9efc1aba077437943f7515666aa2b882dfabfbfdf89c819ea75a8d6e9eaba5e"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -1161,6 +1160,49 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-sys"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82ca39602d5cbfa692c4b67e3bcbb2751477355141c1ed434c94da4186836ff6"
dependencies = [
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_msvc"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52695a41e536859d5308cc613b4a022261a274390b25bd29dfff4bf08505f3c2"
[[package]]
name = "windows_i686_gnu"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f54725ac23affef038fecb177de6c9bf065787c2f432f79e3c373da92f3e1d8a"
[[package]]
name = "windows_i686_msvc"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d5158a43cc43623c0729d1ad6647e62fa384a3d135fd15108d37c683461f64"
[[package]]
name = "windows_x86_64_gnu"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc31f409f565611535130cfe7ee8e6655d3fa99c1c61013981e491921b5ce954"
[[package]]
name = "windows_x86_64_msvc"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f2b8c7cbd3bfdddd9ab98769f9746a7fad1bca236554cd032b78d768bc0e89f"
[[package]] [[package]]
name = "yaml-rust" name = "yaml-rust"
version = "0.3.5" version = "0.3.5"

@ -14,7 +14,7 @@ skytable = { git = "https://github.com/skytable/client-rust", branch = "next", f
"aio-sslv", "aio-sslv",
], default-features = false } ], default-features = false }
# external deps # external deps
tokio = { version = "1.13.0", features = ["full"] } tokio = { version = "1.14.0", features = ["full"] }
clap = { version = "2.33.3", features = ["yaml"] } clap = { version = "2.33.3", features = ["yaml"] }
rustyline = "9.0.0" rustyline = "9.0.0"
crossterm = "0.22.1" crossterm = "0.22.1"

@ -23,7 +23,7 @@ openssl = { version = "0.10.38", features = ["vendored"] }
parking_lot = "0.11.2" parking_lot = "0.11.2"
regex = "1.5.4" regex = "1.5.4"
serde = { version = "1.0.130", features = ["derive"] } serde = { version = "1.0.130", features = ["derive"] }
tokio = { version = "1.13.0", features = ["full"] } tokio = { version = "1.14.0", features = ["full"] }
tokio-openssl = "0.6.3" tokio-openssl = "0.6.3"
toml = "0.5.8" toml = "0.5.8"
@ -48,10 +48,10 @@ skytable = { git = "https://github.com/skytable/client-rust", features = [
# external deps # external deps
bincode = "1.3.3" bincode = "1.3.3"
rand = "0.8.4" rand = "0.8.4"
tokio = { version = "1.13.0", features = ["test-util"] } tokio = { version = "1.14.0", features = ["test-util"] }
[target.'cfg(unix)'.dependencies] [target.'cfg(unix)'.dependencies]
# external deps # external deps
libc = "0.2.107" libc = "0.2.108"
[features] [features]
nightly = [] nightly = []

@ -15,4 +15,4 @@ clap = { version = "2.33.3", features = ["yaml"] }
devtimer = "4.0.1" devtimer = "4.0.1"
rand = "0.8.4" rand = "0.8.4"
serde = { version = "1.0.130", features = ["derive"] } serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.70" serde_json = "1.0.72"

@ -14,4 +14,4 @@ proc-macro = true
proc-macro2 = "1.0.32" proc-macro2 = "1.0.32"
quote = "1.0.10" quote = "1.0.10"
rand = "0.8.4" rand = "0.8.4"
syn = { version = "1.0.81", features = ["full"] } syn = { version = "1.0.82", features = ["full"] }

Loading…
Cancel
Save