Upgrade deps and bump version

next
Sayan Nandan 3 years ago
parent bb20f863b6
commit c961548b01
No known key found for this signature in database
GPG Key ID: 8BC07A0A4D41DD52

20
Cargo.lock generated

@ -197,15 +197,15 @@ dependencies = [
[[package]]
name = "crossterm"
version = "0.22.1"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c85525306c4291d1b73ce93c8acf9c339f9b213aef6c1d85c3830cbf1c16325c"
checksum = "77b75a27dc8d220f1f8521ea69cd55a34d720a200ebb3a624d9aa19193d3b432"
dependencies = [
"bitflags",
"crossterm_winapi",
"libc",
"mio",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"signal-hook",
"signal-hook-mio",
"winapi",
@ -464,14 +464,14 @@ checksum = "e74d72e0f9b65b5b4ca49a346af3976df0f9c61d550727f349ecd559f251a26c"
[[package]]
name = "libsky"
version = "0.7.3-alpha.1"
version = "0.7.3-alpha.2"
dependencies = [
"termcolor",
]
[[package]]
name = "libstress"
version = "0.7.3-alpha.1"
version = "0.7.3-alpha.2"
dependencies = [
"crossbeam-channel",
"log",
@ -978,7 +978,7 @@ dependencies = [
[[package]]
name = "sky-bench"
version = "0.7.3-alpha.1"
version = "0.7.3-alpha.2"
dependencies = [
"clap",
"devtimer",
@ -991,7 +991,7 @@ dependencies = [
[[package]]
name = "sky-migrate"
version = "0.7.3-alpha.1"
version = "0.7.3-alpha.2"
dependencies = [
"bincode",
"clap",
@ -1002,7 +1002,7 @@ dependencies = [
[[package]]
name = "sky_macros"
version = "0.7.3-alpha.1"
version = "0.7.3-alpha.2"
dependencies = [
"proc-macro2",
"quote",
@ -1012,7 +1012,7 @@ dependencies = [
[[package]]
name = "skyd"
version = "0.7.3-alpha.1"
version = "0.7.3-alpha.2"
dependencies = [
"ahash",
"bincode",
@ -1043,7 +1043,7 @@ dependencies = [
[[package]]
name = "skysh"
version = "0.7.3-alpha.1"
version = "0.7.3-alpha.2"
dependencies = [
"clap",
"crossterm",

@ -1,6 +1,6 @@
[package]
name = "skysh"
version = "0.7.3-alpha.1"
version = "0.7.3-alpha.2"
authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2021"
@ -17,4 +17,4 @@ skytable = { git = "https://github.com/skytable/client-rust", branch = "next", f
tokio = { version = "1.16.1", features = ["full"] }
clap = { version = "2", features = ["yaml"] }
rustyline = "9.1.2"
crossterm = "0.22.1"
crossterm = "0.23.0"

@ -2,7 +2,7 @@
authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2021"
name = "libsky"
version = "0.7.3-alpha.1"
version = "0.7.3-alpha.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -1,6 +1,6 @@
[package]
name = "libstress"
version = "0.7.3-alpha.1"
version = "0.7.3-alpha.2"
authors = ["Sayan Nandan <nandansayan@outlook.com>"]
edition = "2021"

@ -3,7 +3,7 @@ authors = ["Sayan Nandan <ohsayan@outlook.com>"]
build = "build.rs"
edition = "2021"
name = "skyd"
version = "0.7.3-alpha.1"
version = "0.7.3-alpha.2"
[dependencies]
# internal deps
@ -51,7 +51,7 @@ rand = "0.8.4"
tokio = { version = "1.16.1", features = ["test-util"] }
[target.'cfg(unix)'.dependencies]
# external deps
libc = "0.2.116"
libc = "0.2.117"
[features]
nightly = []

@ -2,7 +2,7 @@
authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2021"
name = "sky-bench"
version = "0.7.3-alpha.1"
version = "0.7.3-alpha.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -2,7 +2,7 @@
authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2021"
name = "sky_macros"
version = "0.7.3-alpha.1"
version = "0.7.3-alpha.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -1,6 +1,6 @@
[package]
name = "sky-migrate"
version = "0.7.3-alpha.1"
version = "0.7.3-alpha.2"
authors = ["Sayan Nandan <nandansayan@outlook.com>"]
edition = "2021"

@ -12,7 +12,7 @@ libstress = { path = "../libstress" }
skytable = { git = "https://github.com/skytable/client-rust.git", branch = "next", features = [
"dbg",
] }
sysinfo = "0.23.0"
sysinfo = "0.23.1"
devtimer = "4.0.1"
# external deps
env_logger = "0.9.0"

Loading…
Cancel
Save