Update all non-major Rust dependencies (#23)

* Update all non-major Rust dependencies

* Bump versions

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Anatoly Laskaris <github_me@nahsi.dev>
This commit is contained in:
renovate[bot]
2022-09-09 19:54:12 +03:00
committed by GitHub
parent 31bb401d36
commit d10b3cca67
5 changed files with 41 additions and 41 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "fluence-it-types"
version = "0.3.1"
version = "0.3.2"
description = "Definitions of IValue and IType"
authors = ["Fluence Labs"]
edition = "2018"
@ -13,7 +13,7 @@ path = "src/lib.rs"
[dependencies]
it-to-bytes = { path = "../to-bytes/", version = "0.1.0" }
serde = { version = "1.0.118", features = ["derive", "rc"]}
serde = { version = "1.0.144", features = ["derive", "rc"]}
nom = { version = "5.1", optional = true }
wast = { version = "8.0", optional = true }