From 18c5af9c43a8773bbc03e640b0ec769d9b3e133a Mon Sep 17 00:00:00 2001 From: Joe Bellus Date: Sat, 12 Feb 2022 03:39:54 -0500 Subject: [PATCH] Version 0.1.1 Version bump --- Cargo.lock | 25 ++++++++++++++++++++----- Cargo.toml | 2 +- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3bf214e..5e5ae7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1738,6 +1738,18 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "mio-named-pipes" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656" +dependencies = [ + "log", + "mio 0.6.23", + "miow 0.3.7", + "winapi 0.3.9", +] + [[package]] name = "mio-uds" version = "0.6.8" @@ -2998,16 +3010,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092" dependencies = [ "bytes 0.5.6", + "fnv", "futures-core", "iovec", "lazy_static", "libc", "memchr", "mio 0.6.23", + "mio-named-pipes", "mio-uds", + "num_cpus", "pin-project-lite 0.1.12", "signal-hook-registry", "slab", + "tokio-macros", "winapi 0.3.9", ] @@ -3026,15 +3042,14 @@ dependencies = [ "parking_lot", "pin-project-lite 0.2.8", "signal-hook-registry", - "tokio-macros", "winapi 0.3.9", ] [[package]] name = "tokio-macros" -version = "1.7.0" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7" +checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a" dependencies = [ "proc-macro2", "quote", @@ -3349,7 +3364,7 @@ dependencies = [ [[package]] name = "vade" -version = "0.1.0" +version = "0.1.1" dependencies = [ "actix", "actix-cors", @@ -3370,7 +3385,7 @@ dependencies = [ "serde", "serde_json", "sqlx", - "tokio 1.16.1", + "tokio 0.2.25", "tracing", "tracing-actix-web", "tracing-subscriber", diff --git a/Cargo.toml b/Cargo.toml index bc2361a..84b3f66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vade" -version = "0.1.0" +version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html