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 Dec 21, 2023
1 parent 2a2288f commit f093370
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 45 deletions.
70 changes: 36 additions & 34 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions crates/it-lilo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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" }

anyhow = "1.0.75"
paste = "1.0.11"
thiserror = "1.0.38"
log = "0.4.17"
anyhow = "1.0.76"
paste = "1.0.14"
thiserror = "1.0.51"
log = "0.4.20"
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.51"
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.193", features = ["derive", "rc"]}

nom = { version = "7.1", optional = true }
# do not update wast, new versions expect different wit syntax
Expand Down
10 changes: 5 additions & 5 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.6.0" }
it-memory-traits = { path = "../crates/it-memory-traits", version = "0.4.0" }

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

thiserror = "1.0.38"
semver = "1.0.16"
thiserror = "1.0.51"
semver = "1.0.20"

[features]
default = ["serde"]

0 comments on commit f093370

Please sign in to comment.