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 Jan 27, 2024
1 parent 045f933 commit 9ed8e84
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 66 deletions.
97 changes: 44 additions & 53 deletions Cargo.lock

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

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

anyhow = "1.0.75"
paste = "1.0.11"
thiserror = "1.0.38"
log = "0.4.17"
anyhow = "1.0.79"
paste = "1.0.14"
thiserror = "1.0.56"
log = "0.4.20"
async-recursion = "1.0.5"
futures = "0.3.29"
futures = "0.3.30"
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.56"
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.196", features = ["derive", "rc"]}

nom = { version = "7.1", optional = true }
# do not update wast, new versions expect different wit syntax
Expand Down
12 changes: 6 additions & 6 deletions wasmer-it/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ it-to-bytes = { path = "../crates/to-bytes", version = "0.1.0" }
it-lilo = { path = "../crates/it-lilo", version = "0.7.0" }
it-memory-traits = { path = "../crates/it-memory-traits", version = "0.5.0" }

anyhow = "1.0.75"
anyhow = "1.0.79"
nom = "7.1"
# do not update wast, new versions expect different wit syntax
wast = "8.0"
Expand All @@ -24,13 +24,13 @@ 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"
itertools = "0.10.5"
futures = "0.3.29"
log = "0.4.20"
itertools = "0.12.0"
futures = "0.3.30"
paste = "1.0.14"

thiserror = "1.0.38"
semver = "1.0.16"
thiserror = "1.0.56"
semver = "1.0.21"

[features]
default = ["serde"]

0 comments on commit 9ed8e84

Please sign in to comment.