Version 0.1.1

Version bump
This commit is contained in:
Joe Bellus 2022-02-12 03:39:54 -05:00
parent 0a66de15f2
commit 18c5af9c43
2 changed files with 21 additions and 6 deletions

25
Cargo.lock generated
View File

@ -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",

View File

@ -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