Update all non-major Rust dependencies (#189)

* Update all non-major Rust dependencies

* fix tokio features

* add rt tokio feature

* bump bytes crate version to keep up with reqwest

* update tokio to 1.21.0

* bump crate versions

* use latest rust toolchain always

* update wasm-bindgen generated and patched code

* revert toolchaijn version change

* revert toolchaijn version change

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
This commit is contained in:
renovate[bot]
2022-09-02 18:48:25 +03:00
committed by GitHub
parent 71b5953c22
commit b3a8898893
15 changed files with 540 additions and 765 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "marine-module-info-parser"
description = "Fluence Marine Wasm module info (manifest and version) parser"
version = "0.3.0"
version = "0.3.1"
authors = ["Fluence Labs"]
license = "Apache-2.0"
edition = "2018"
@ -15,10 +15,10 @@ marine-rs-sdk-main = "0.7.0"
wasmer-core = { package = "wasmer-runtime-core-fl", version = "=0.17.1" }
anyhow = "1.0.31"
chrono = "0.4.19"
walrus = "0.18.0"
anyhow = "1.0.63"
chrono = "0.4.22"
walrus = "0.19.0"
semver = "0.11.0"
serde = "1.0.118"
thiserror = "1.0.24"
serde = "1.0.144"
thiserror = "1.0.33"