diff --git a/.changeset/cuddly-yaks-know.md b/.changeset/cuddly-yaks-know.md new file mode 100644 index 0000000..2ae7499 --- /dev/null +++ b/.changeset/cuddly-yaks-know.md @@ -0,0 +1,5 @@ +--- +web-csv-toolbox: patch +--- + +build(deps): bump wasm-pack from 0.13.0 to 0.13.1 in /web-csv-toolbox-wasm diff --git a/web-csv-toolbox-wasm/Cargo.lock b/web-csv-toolbox-wasm/Cargo.lock index 394953d..1027d47 100644 --- a/web-csv-toolbox-wasm/Cargo.lock +++ b/web-csv-toolbox-wasm/Cargo.lock @@ -106,17 +106,6 @@ dependencies = [ "derive_arbitrary", ] -[[package]] -name = "atty" -version = "0.2.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" -dependencies = [ - "hermit-abi", - "libc", - "winapi", -] - [[package]] name = "autocfg" version = "1.1.0" @@ -701,15 +690,6 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" -[[package]] -name = "hermit-abi" -version = "0.1.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" -dependencies = [ - "libc", -] - [[package]] name = "hex" version = "0.4.3" @@ -1273,6 +1253,17 @@ version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" +[[package]] +name = "socks" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b" +dependencies = [ + "byteorder", + "libc", + "winapi", +] + [[package]] name = "strsim" version = "0.10.0" @@ -1524,6 +1515,7 @@ dependencies = [ "rustls-webpki", "serde", "serde_json", + "socks", "url", "webpki-roots", ] @@ -1685,12 +1677,11 @@ dependencies = [ [[package]] name = "wasm-pack" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebcb9f254996b4bbce2c7d738273739ce515834a49b1910e85a6a3fee5b6405d" +checksum = "bccc8879c3bbff33e5e7049a4e4889efa816271de754de5d781927492b0318b0" dependencies = [ "anyhow", - "atty", "binary-install", "cargo_metadata", "chrono", diff --git a/web-csv-toolbox-wasm/Cargo.toml b/web-csv-toolbox-wasm/Cargo.toml index 0594210..9884da9 100644 --- a/web-csv-toolbox-wasm/Cargo.toml +++ b/web-csv-toolbox-wasm/Cargo.toml @@ -21,4 +21,4 @@ web-sys = { version = "0.3", features = ['console'] } compiler_builtins = "0.1.158" cxx-build = "1.0" wasm-opt = "0.116.1" -wasm-pack = "0.13.0" +wasm-pack = "0.13.1"