Skip to content

Commit

Permalink
fix(deps): update all non-major rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 3, 2023
1 parent 44ca83c commit 6e072b6
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 25 deletions.
49 changes: 30 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/it-lilo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ path = "src/lib.rs"
fluence-it-types = { path = "../it-types/", version = "0.4.1" }
it-memory-traits = { path = "../it-memory-traits", version = "0.4.0" }

paste = "1.0.11"
thiserror = "1.0.38"
paste = "1.0.12"
thiserror = "1.0.40"
log = "0.4.17"
2 changes: 1 addition & 1 deletion crates/it-memory-traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ name = "it_memory_traits"
path = "src/lib.rs"

[dependencies]
thiserror = "1.0.38"
thiserror = "1.0.40"
2 changes: 1 addition & 1 deletion crates/it-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "src/lib.rs"
[dependencies]
it-to-bytes = { path = "../to-bytes/", version = "0.1.0" }

serde = { version = "1.0.152", features = ["derive", "rc"]}
serde = { version = "1.0.159", features = ["derive", "rc"]}

nom = { version = "7.1", optional = true }
# do not update wast, new versions expect different wit syntax
Expand Down
4 changes: 2 additions & 2 deletions wasmer-it/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ safe-transmute = "0.11.2"
log = "0.4.17"
itertools = "0.10.5"

thiserror = "1.0.38"
semver = "1.0.16"
thiserror = "1.0.40"
semver = "1.0.17"

[features]
default = ["serde"]

0 comments on commit 6e072b6

Please sign in to comment.