mirror of
https://github.com/fluencelabs/interface-types
synced 2025-06-23 11:41:38 +00:00
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:
@ -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 }
|
||||
|
Reference in New Issue
Block a user