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 Jun 8, 2023
1 parent 44ca83c commit b063e28
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 38 deletions.
62 changes: 32 additions & 30 deletions Cargo.lock

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

6 changes: 3 additions & 3 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"
log = "0.4.17"
paste = "1.0.12"
thiserror = "1.0.40"
log = "0.4.18"
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.164", features = ["derive", "rc"]}

nom = { version = "7.1", optional = true }
# do not update wast, new versions expect different wit syntax
Expand Down
6 changes: 3 additions & 3 deletions wasmer-it/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ wast = "8.0"
serde = { version = "1.0", features = ["derive", "rc"], optional = true }
serde_json = "1.0"
safe-transmute = "0.11.2"
log = "0.4.17"
log = "0.4.18"
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 b063e28

Please sign in to comment.