mirror of
https://github.com/fluencelabs/interface-types
synced 2025-07-31 22:12:08 +00:00
fix(deps): update all non-major rust dependencies
This commit is contained in:
@@ -14,6 +14,6 @@ path = "src/lib.rs"
|
||||
fluence-it-types = { path = "../it-types/", version = "0.3.3" }
|
||||
it-memory-traits = { path = "../it-memory-traits", version = "0.3.2" }
|
||||
|
||||
paste = "1.0.9"
|
||||
thiserror = "1.0.37"
|
||||
paste = "1.0.11"
|
||||
thiserror = "1.0.38"
|
||||
log = "0.4.17"
|
||||
|
@@ -11,4 +11,4 @@ name = "it_memory_traits"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
thiserror = "1.0.37"
|
||||
thiserror = "1.0.38"
|
||||
|
@@ -13,7 +13,7 @@ path = "src/lib.rs"
|
||||
[dependencies]
|
||||
it-to-bytes = { path = "../to-bytes/", version = "0.1.0" }
|
||||
|
||||
serde = { version = "1.0.147", features = ["derive", "rc"]}
|
||||
serde = { version = "1.0.152", features = ["derive", "rc"]}
|
||||
|
||||
nom = { version = "7.1", optional = true }
|
||||
wast = { version = "8.0", optional = true }
|
||||
|
Reference in New Issue
Block a user