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 = "it-lilo"
version = "0.4.0"
version = "0.4.1"
authors = ["Fluence Labs"]
description = "Defines some helper utils for lifting/lowering IT"
edition = "2018"
@ -14,6 +14,6 @@ path = "src/lib.rs"
fluence-it-types = { path = "../it-types/", version = "0.3.0" }
it-memory-traits = { path = "../it-memory-traits", version = "0.3.0" }
paste = "1.0.5"
thiserror = "1.0.24"
log = "0.4.14"
paste = "1.0.9"
thiserror = "1.0.34"
log = "0.4.17"

View File

@ -1,6 +1,6 @@
[package]
name = "it-memory-traits"
version = "0.3.0"
version = "0.3.1"
authors = ["Fluence Labs"]
description = "Defines traits that IT uses for accessing memory"
edition = "2018"
@ -11,4 +11,4 @@ name = "it_memory_traits"
path = "src/lib.rs"
[dependencies]
thiserror = "1.0.24"
thiserror = "1.0.34"

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 }