diff --git a/Cargo.lock b/Cargo.lock index c539db46..e5082504 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1810,8 +1810,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.87" -source = "git+https://github.com/rustwasm/wasm-bindgen?rev=4d4851d45200d0d1aeaa07108072dfa0f1f185f7#4d4851d45200d0d1aeaa07108072dfa0f1f185f7" +version = "0.2.88" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7daec296f25a1bae309c0cd5c29c4b260e510e6d813c286b19eaadf409d40fce" dependencies = [ "cfg-if", "serde", @@ -1821,8 +1822,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.87" -source = "git+https://github.com/rustwasm/wasm-bindgen?rev=4d4851d45200d0d1aeaa07108072dfa0f1f185f7#4d4851d45200d0d1aeaa07108072dfa0f1f185f7" +version = "0.2.88" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e397f4664c0e4e428e8313a469aaa58310d302159845980fd23b0f22a847f217" dependencies = [ "bumpalo", "log", @@ -1847,8 +1849,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.87" -source = "git+https://github.com/rustwasm/wasm-bindgen?rev=4d4851d45200d0d1aeaa07108072dfa0f1f185f7#4d4851d45200d0d1aeaa07108072dfa0f1f185f7" +version = "0.2.88" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5961017b3b08ad5f3fe39f1e79877f8ee7c23c5e5fd5eb80de95abc41f1f16b2" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -1856,8 +1859,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.87" -source = "git+https://github.com/rustwasm/wasm-bindgen?rev=4d4851d45200d0d1aeaa07108072dfa0f1f185f7#4d4851d45200d0d1aeaa07108072dfa0f1f185f7" +version = "0.2.88" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c5353b8dab669f5e10f5bd76df26a9360c748f054f862ff5f3f8aae0c7fb3907" dependencies = [ "proc-macro2", "quote", @@ -1868,8 +1872,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.87" -source = "git+https://github.com/rustwasm/wasm-bindgen?rev=4d4851d45200d0d1aeaa07108072dfa0f1f185f7#4d4851d45200d0d1aeaa07108072dfa0f1f185f7" +version = "0.2.88" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b" [[package]] name = "wasm-bindgen-test" diff --git a/Cargo.toml b/Cargo.toml index 255c7fad..0a465065 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ full = [ ] [dependencies] -wasm-bindgen = { version = "0.2.83", features = ["serde-serialize"] } +wasm-bindgen = { version = "0.2.88", features = ["serde-serialize"] } # The `console_error_panic_hook` crate provides better debugging of panics by # logging them with `console.error`. This is great for development, but requires @@ -165,7 +165,4 @@ required-features = ["debug", "arrow2", "writer"] # As of 3/15/22, opt-level = s was smallest # https://github.com/kylebarron/parquet-wasm/pull/48 opt-level = "s" -lto = true - -[patch.crates-io] -wasm-bindgen = { git = "https://github.com/rustwasm/wasm-bindgen", rev = "4d4851d45200d0d1aeaa07108072dfa0f1f185f7" } \ No newline at end of file +lto = true \ No newline at end of file