From d96256feeffb699bbf53c8c98fcb0f4efeff584b Mon Sep 17 00:00:00 2001 From: S3bb1 <763247+S3bb1@users.noreply.github.com> Date: Wed, 10 May 2023 13:58:54 +0200 Subject: [PATCH] fix lock --- Cargo.lock | 76 ++--------------------------------------------------- VERSIONS.md | 8 ++++++ 2 files changed, 10 insertions(+), 74 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9a5500..edfee15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -617,12 +617,6 @@ dependencies = [ "once_cell", ] -[[package]] -name = "cache-padded" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c" - [[package]] name = "cc" version = "1.0.79" @@ -940,16 +934,6 @@ dependencies = [ "subtle 2.4.1", ] -[[package]] -name = "ctor" -version = "0.1.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" -dependencies = [ - "quote", - "syn 1.0.109", -] - [[package]] name = "ctor" version = "0.1.22" @@ -957,7 +941,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c" dependencies = [ "quote", - "syn", + "syn 1.0.109", ] [[package]] @@ -1626,21 +1610,6 @@ dependencies = [ "waker-fn", ] -[[package]] -name = "futures-lite" -version = "1.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" -dependencies = [ - "fastrand", - "futures-core", - "futures-io", - "memchr", - "parking", - "pin-project-lite 0.2.7", - "waker-fn", -] - [[package]] name = "futures-macro" version = "0.3.26" @@ -1743,18 +1712,6 @@ version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" -[[package]] -name = "gloo-timers" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" -dependencies = [ - "futures-channel", - "futures-core", - "js-sys", - "wasm-bindgen", -] - [[package]] name = "gloo-timers" version = "0.2.5" @@ -3069,20 +3026,6 @@ dependencies = [ "windows-sys 0.42.0", ] -[[package]] -name = "polling" -version = "2.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6" -dependencies = [ - "autocfg", - "cfg-if 1.0.0", - "libc", - "log", - "wepoll-ffi", - "windows-sys", -] - [[package]] name = "poly1305" version = "0.7.2" @@ -4936,7 +4879,7 @@ dependencies = [ [[package]] name = "vade-evan" -version = "0.5.0-rc.7" +version = "0.5.0" dependencies = [ "anyhow", "async-trait", @@ -5168,12 +5111,6 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" -[[package]] -name = "waker-fn" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" - [[package]] name = "walkdir" version = "2.3.2" @@ -5343,15 +5280,6 @@ dependencies = [ "cc", ] -[[package]] -name = "wepoll-ffi" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb" -dependencies = [ - "cc", -] - [[package]] name = "winapi" version = "0.2.8" diff --git a/VERSIONS.md b/VERSIONS.md index f458d60..4e75c14 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -4,6 +4,14 @@ ### Features +### Fixes + +### Deprecation + +## v0.5.0 + +### Features + - migrate `Vade` instance creation and plugin bundling to new `VadeEvan` API layer - migration C-lib, CLI and WASM wrapper to use `VadeEvan` instead of `Vade` - add `get_version_info` helper function