Skip to content

Commit

Permalink
chore: bump the patch group with 3 updates (#3770)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 1e31319 commit 23494d1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
41 changes: 21 additions & 20 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 prqlc/bindings/js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default = ["console_error_panic_hook"]

[target.'cfg(target_family="wasm")'.dependencies]
prql-compiler = {path = "../../prql-compiler", default-features = false}
wasm-bindgen = "0.2.87"
wasm-bindgen = "0.2.88"

# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. While the docs state that "This is great
Expand All @@ -34,7 +34,7 @@ wasm-bindgen = "0.2.87"
console_error_panic_hook = {version = "0.1.7", optional = true}

[target.'cfg(target_family="wasm")'.dev-dependencies]
wasm-bindgen-test = "0.3.37"
wasm-bindgen-test = "0.3.38"

[package.metadata.cargo-udeps.ignore]
development = ["wasm-bindgen-test"]
Expand Down

0 comments on commit 23494d1

Please sign in to comment.