Skip to content

Commit

Permalink
chore(deps): lock file maintenance rust crates (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
Boshen and renovate[bot] authored May 29, 2024
1 parent df2c395 commit 5c8e62a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
17 changes: 4 additions & 13 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ chrono = { version = "0.4.31", features = [
], default-features = false } # disable wasmbind by default
either = "1.9"
indexmap = { version = "2.1", features = ["serde"] }
itertools = "0.12"
itertools = "0.13"
nom = "7.1"
once_cell = "1.19"
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -58,7 +58,7 @@ test-case = "3.3"
[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "0.2", optional = true }
js-sys = { version = "0.3", optional = true }
serde-wasm-bindgen = { version = "0.4", optional = true }
serde-wasm-bindgen = { version = "0.6", optional = true }
wasm-bindgen = { version = "0.2", optional = true }

[[bench]]
Expand Down

0 comments on commit 5c8e62a

Please sign in to comment.