From 5d17e0a89d6ca7b82825f93fff20f32228de1376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Nov 2020 11:03:52 +0000 Subject: [PATCH] Upgrade deps Signed-off-by: Sayan Nandan --- Cargo.lock | 28 +++++++++++++++++----------- README.md | 3 +-- cli/Cargo.toml | 2 +- server/Cargo.toml | 6 +++--- tdb-bench/Cargo.toml | 4 ++-- tdb-macros/Cargo.toml | 2 +- 6 files changed, 25 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29ffbafa..576d4841 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -315,6 +315,12 @@ dependencies = [ "libc", ] +[[package]] +name = "once_cell" +version = "1.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0" + [[package]] name = "parking_lot" version = "0.11.1" @@ -450,18 +456,18 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "serde" -version = "1.0.117" +version = "1.0.118" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a" +checksum = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.117" +version = "1.0.118" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e" +checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df" dependencies = [ "proc-macro2", "quote", @@ -470,9 +476,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.59" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95" +checksum = "1500e84d27fe482ed1dc791a56eddc2f230046a040fa908c08bda1d9fb615779" dependencies = [ "itoa", "ryu", @@ -521,9 +527,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" [[package]] name = "syn" -version = "1.0.48" +version = "1.0.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac" +checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44" dependencies = [ "proc-macro2", "quote", @@ -614,18 +620,18 @@ dependencies = [ [[package]] name = "tokio" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a12a3eb39ee2c231be64487f1fcbe726c8f2514876a55480a5ab8559fc374252" +checksum = "720ba21c25078711bf456d607987d95bce90f7c3bea5abe1db587862e7a1e87c" dependencies = [ "autocfg", "bytes", "futures-core", - "lazy_static", "libc", "memchr", "mio", "num_cpus", + "once_cell", "parking_lot", "pin-project-lite", "signal-hook-registry", diff --git a/README.md b/README.md index e3cd88cd..af5f6a83 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@

TerrabaseDB

The next-generation NoSQL database

-![GitHub Workflow Status](https://img.shields.io/github/workflow/status/terrabasedb/terrabasedb/Tests?style=flat-square) ![Status: Alpha](https://img.shields.io/badge/status-alpha-critical?style=flat-square) ![Development](https://img.shields.io/badge/development-actively%20developed-32CD32?style=flat-square) ![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/terrabasedb/terrabasedb?include_prereleases&sort=semver&style=flat-square) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/terrabasedb/terrabasedb?label=commits&style=flat-square) - +![GitHub Workflow Status](https://img.shields.io/github/workflow/status/terrabasedb/terrabasedb/Tests?style=flat-square) ![Status: Alpha](https://img.shields.io/badge/status-alpha-critical?style=flat-square) ![Development](https://img.shields.io/badge/development-actively%20developed-32CD32?style=flat-square) ![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/terrabasedb/terrabasedb?include_prereleases&sort=semver&style=flat-square) [![Docker Pulls](https://img.shields.io/docker/pulls/terrabasedb/tdb?style=flat-square)](https://hub.docker.com/r/terrabasedb/tdb) [![Docs](https://img.shields.io/badge/readthedocs-here-blueviolet?style=flat-square)](https://terrabasedb.github.io/docs) [![Contribute Now](https://img.shields.io/badge/%F0%9F%8C%9Fcontribute-now-a94064)](https://ohsayan.github.io/thanks) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 75794419..2c436129 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] libtdb = {path = "../libtdb"} -tokio = {version = "0.3.4", features = ["full"]} +tokio = {version = "0.3.6", features = ["full"]} bytes = "0.6.0" regex = "1.4.2" lazy_static = "1.4.0" diff --git a/server/Cargo.toml b/server/Cargo.toml index 200d46bc..778a7f68 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -7,14 +7,14 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tokio = { version = "0.3.5", features = ["full"] } +tokio = { version = "0.3.6", features = ["full"] } bytes = "0.6.0" libtdb = {path ="../libtdb"} bincode = "1.3.1" parking_lot = "0.11.1" lazy_static = "1.4.0" serde_derive = "1.0.117" -serde = {version = "1.0.117", features= ["derive"]} +serde = {version = "1.0.118", features= ["derive"]} toml = "0.5.7" clap = {version = "2.33.3", features=["yaml"]} env_logger = "0.8.2" @@ -27,4 +27,4 @@ tdb_macros = {path="../tdb-macros"} jemallocator = "0.3.2" [dev-dependencies] -tokio = { version = "0.3.5", features = ["test-util"] } +tokio = { version = "0.3.6", features = ["test-util"] } diff --git a/tdb-bench/Cargo.toml b/tdb-bench/Cargo.toml index 99ae662e..92bd6305 100644 --- a/tdb-bench/Cargo.toml +++ b/tdb-bench/Cargo.toml @@ -11,5 +11,5 @@ rand = "0.7.3" devtimer = "4.0.0" libtdb = {path="../libtdb"} clap = {version = "2.33.3", features=["yaml"]} -serde = {version="1.0.117", features=["derive"]} -serde_json = "1.0.59" +serde = {version="1.0.118", features=["derive"]} +serde_json = "1.0.60" diff --git a/tdb-macros/Cargo.toml b/tdb-macros/Cargo.toml index 5678c91d..a44f4864 100644 --- a/tdb-macros/Cargo.toml +++ b/tdb-macros/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" proc-macro = true [dependencies] -syn = {version = "1.0.48", features = ["full"]} +syn = {version = "1.0.54", features = ["full"]} quote = "1.0.7" rand = "0.7.3" proc-macro2 = "1.0.24"