From e1704d96a3ca55f63493f3b9c8d256a9a43f365e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 09:01:15 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 9 updates (#1558) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [ignore](https://github.com/BurntSushi/ripgrep) | `0.4.20` | `0.4.21` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.69` | `1.0.70` | | [serde](https://github.com/serde-rs/serde) | `1.0.192` | `1.0.193` | | [ureq](https://github.com/algesten/ureq) | `2.8.0` | `2.9.1` | | [url](https://github.com/servo/rust-url) | `2.4.1` | `2.5.0` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.17` | `0.3.18` | | [codspeed-criterion-compat](https://github.com/CodSpeedHQ/codspeed-rust) | `2.3.1` | `2.3.3` | | [napi](https://github.com/napi-rs/napi-rs) | `2.14.0` | `2.14.1` | | [napi-derive](https://github.com/napi-rs/napi-rs) | `2.14.1` | `2.14.2` | Updates `ignore` from 0.4.20 to 0.4.21
Commits

Updates `proc-macro2` from 1.0.69 to 1.0.70
Release notes

Sourced from proc-macro2's releases.

1.0.70

Commits

Updates `serde` from 1.0.192 to 1.0.193
Release notes

Sourced from serde's releases.

v1.0.193

Commits

Updates `ureq` from 2.8.0 to 2.9.1
Changelog

Sourced from ureq's changelog.

2.9.1

Fixed

2.9.0

Fixed

Added

Commits

Updates `url` from 2.4.1 to 2.5.0
Commits

Updates `tracing-subscriber` from 0.3.17 to 0.3.18
Release notes

Sourced from tracing-subscriber's releases.

tracing-subscriber 0.3.18

This release of tracing-subscriber adds support for the NO_COLOR environment variable (an informal standard to disable emitting ANSI color escape codes) in fmt::Layer, reintroduces support for the chrono crate, and increases the minimum supported Rust version (MSRV) to Rust 1.63.0.

It also introduces several minor API improvements.

Added

Changed

#2690: tokio-rs/tracing#2690 #2647: tokio-rs/tracing#2647 #2680: tokio-rs/tracing#2680 #2407: tokio-rs/tracing#2407 #2772: tokio-rs/tracing#2772

Thanks to @​shayne-fletcher, @​dmlary, @​kaifastromai, and @​jsgf for contributing!

Commits

Updates `codspeed-criterion-compat` from 2.3.1 to 2.3.3
Release notes

Sourced from codspeed-criterion-compat's releases.

v2.3.3

What's Changed

criterion-compat

cargo-codspeed

New Contributors

Full Changelog: https://github.com/CodSpeedHQ/codspeed-rust/compare/v2.3.2...v2.3.3

v2.3.2 (yanked)

What's Changed

New Contributors

Full Changelog: https://github.com/CodSpeedHQ/codspeed-rust/compare/v2.3.1...v2.3.2

Commits

Updates `napi` from 2.14.0 to 2.14.1
Release notes

Sourced from napi's releases.

@​napi-rs/cli@​2.14.1

What's Changed

New Contributors

Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.10.4...@​napi-rs/cli@​2.14.1

napi-derive@2.14.1

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-sys@2.3.0...napi-derive@2.14.1

napi@2.14.1

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.14.0...napi@2.14.1

Commits

Updates `napi-derive` from 2.14.1 to 2.14.2
Release notes

Sourced from napi-derive's releases.

napi-derive@2.14.2

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-derive@2.14.1...napi-derive@2.14.2

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 83 +++++++++++++++++++++++++----------------------------- Cargo.toml | 12 ++++---- 2 files changed, 44 insertions(+), 51 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 518749b4e2d60..e169e68e48238 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -338,9 +338,9 @@ dependencies = [ [[package]] name = "codspeed" -version = "2.3.1" +version = "2.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "918b13a0f1a32460ab3bd5debd56b5a27a7071fa5ff5dfeb3a5cf291a85b174b" +checksum = "0eb4ab4dcb6554eb4f590fb16f99d3b102ab76f5f56554c9a5340518b32c499b" dependencies = [ "colored", "libc", @@ -349,9 +349,9 @@ dependencies = [ [[package]] name = "codspeed-criterion-compat" -version = "2.3.1" +version = "2.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c683c7fef2b873fbbdf4062782914c652309951244bf0bd362fe608b7d6f901c" +checksum = "cc07a3d3f7e0c8961d0ffdee149d39b231bafdcdc3d978dc5ad790c615f55f3f" dependencies = [ "codspeed", "colored", @@ -727,17 +727,11 @@ dependencies = [ "miniz_oxide", ] -[[package]] -name = "fnv" -version = "1.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" - [[package]] name = "form_urlencoded" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" +checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" dependencies = [ "percent-encoding", ] @@ -855,15 +849,15 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "globset" -version = "0.4.13" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d" +checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" dependencies = [ "aho-corasick", "bstr", - "fnv", "log", - "regex", + "regex-automata 0.4.3", + "regex-syntax 0.8.2", ] [[package]] @@ -933,9 +927,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "idna" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" +checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" dependencies = [ "unicode-bidi", "unicode-normalization", @@ -943,17 +937,16 @@ dependencies = [ [[package]] name = "ignore" -version = "0.4.20" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" +checksum = "747ad1b4ae841a78e8aba0d63adbfbeaea26b517b63705d47856b73015d27060" dependencies = [ + "crossbeam-deque", "globset", - "lazy_static", "log", "memchr", - "regex", + "regex-automata 0.4.3", "same-file", - "thread_local", "walkdir", "winapi-util", ] @@ -1278,9 +1271,9 @@ dependencies = [ [[package]] name = "napi" -version = "2.14.0" +version = "2.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9d90182620f32fe34b6ac9b52cba898af26e94c7f5abc01eb4094c417ae2e6c" +checksum = "1133249c46e92da921bafc8aba4912bf84d6c475f7625183772ed2d0844dc3a7" dependencies = [ "bitflags 2.4.1", "ctor 0.2.5", @@ -1300,9 +1293,9 @@ checksum = "d4b4532cf86bfef556348ac65e561e3123879f0e7566cca6d43a6ff5326f13df" [[package]] name = "napi-derive" -version = "2.14.1" +version = "2.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3619fa472d23cd5af94d63a2bae454a77a8863251f40230fbf59ce20eafa8a86" +checksum = "a0cca5738c6e81eb5ffd2c8ff2b4f05ece9c4c60c7e2b36cec6524492cf7f330" dependencies = [ "cfg-if", "convert_case", @@ -1314,9 +1307,9 @@ dependencies = [ [[package]] name = "napi-derive-backend" -version = "1.0.54" +version = "1.0.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecd3ea4b54020c73d591a49cd192f6334c5f37f71a63ead54dbc851fa991ef00" +checksum = "35960e5f33228192a9b661447d0dfe8f5a3790ff5b4058c4d67680ded4f65b91" dependencies = [ "convert_case", "once_cell", @@ -2037,9 +2030,9 @@ dependencies = [ [[package]] name = "percent-encoding" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" +checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" @@ -2204,9 +2197,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.69" +version = "1.0.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" +checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b" dependencies = [ "unicode-ident", ] @@ -2469,9 +2462,9 @@ checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090" [[package]] name = "serde" -version = "1.0.192" +version = "1.0.193" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bca2a08484b285dcb282d0f67b26cadc0df8b19f8c12502c13d966bf9482f001" +checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89" dependencies = [ "serde_derive", ] @@ -2489,9 +2482,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.192" +version = "1.0.193" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6c7207fbec9faa48073f3e3074cbe553af6ea512d7c21ba46e434e70ea9fbc1" +checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3" dependencies = [ "proc-macro2", "quote", @@ -2933,9 +2926,9 @@ dependencies = [ [[package]] name = "tracing-log" -version = "0.1.4" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2" +checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" dependencies = [ "log", "once_cell", @@ -2944,9 +2937,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.17" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" +checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" dependencies = [ "matchers", "nu-ansi-term", @@ -3071,9 +3064,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[package]] name = "ureq" -version = "2.8.0" +version = "2.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5ccd538d4a604753ebc2f17cd9946e89b77bf87f6a8e2309667c6f2e87855e3" +checksum = "f8cdd25c339e200129fe4de81451814e5228c9b771d57378817d6117cc2b3f97" dependencies = [ "base64", "log", @@ -3086,9 +3079,9 @@ dependencies = [ [[package]] name = "url" -version = "2.4.1" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" +checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" dependencies = [ "form_urlencoded", "idna", diff --git a/Cargo.toml b/Cargo.toml index eea97becd742f..f29657660cb6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ dashmap = { version = "5.5.3" } env_logger = { version = "0.10.1", default-features = false, features = ["auto-color", "humantime"] } flate2 = { version = "1.0.28" } futures = { version = "0.3.29" } -ignore = { version = "0.4.20" } +ignore = { version = "0.4.21" } itertools = { version = "0.11.0" } jemallocator = { version = "0.5.4" } lazy_static = { version = "1.4.0" } @@ -111,7 +111,7 @@ num-bigint = { version = "0.4.4" } num-traits = { version = "0.2.17" } phf = { version = "0.11" } pico-args = { version = "0.5.0" } -proc-macro2 = { version = "1.0.69" } +proc-macro2 = { version = "1.0.70" } project-root = { version = "0.2.2" } quote = { version = "1.0.33" } rayon = { version = "1.8.0" } @@ -119,15 +119,15 @@ regex = { version = "1.10.2" } rustc-hash = { version = "1.1.0", default-features = false, features = ["std"] } ryu-js = { version = "0.2.2" } ropey = { version = "1.6.1" } -serde = { version = "1.0.192" } +serde = { version = "1.0.193" } serde_json = { version = "1.0.108" } syn = { version = "=1" } thiserror = { version = "1.0.50" } tokio = { version = "1" } tower-lsp = { version = "0.20.0", features = ["proposed"] } unicode-id-start = { version = "1.1.2" } -ureq = { version = "2.8.0", default-features = false, features = ["tls"] } -url = { version = "2.4.1" } +ureq = { version = "2.9.1", default-features = false, features = ["tls"] } +url = { version = "2.5.0" } walkdir = { version = "2.4.0" } indexmap = { version = "2.1.0" } index_vec = { version = "0.1.3" } @@ -137,7 +137,7 @@ tracing = { version = "0.1" } tracing-subscriber = { version = "0.3" } trustfall = { version = "0.6.1" } insta = { version = "1.34.0", features = ["glob"] } -codspeed-criterion-compat = { version = "2.3.1", default-features = false } +codspeed-criterion-compat = { version = "2.3.3", default-features = false } glob = { version = "0.3.1" } [profile.release.package.oxc_wasm]