From 31edfa105e0e21ab2b56979fff44ccf138f16acc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:07:02 +0800 Subject: [PATCH] chore(deps): bump the dependencies group with 4 updates (#1037) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the dependencies group with 4 updates: [regex](https://github.com/rust-lang/regex), [ropey](https://github.com/cessen/ropey), [thiserror](https://github.com/dtolnay/thiserror) and [codspeed-criterion-compat](https://github.com/CodSpeedHQ/codspeed-rust). Updates `regex` from 1.10.1 to 1.10.2
Changelog

Sourced from regex's changelog.

1.10.2 (2023-10-16)

This is a new patch release that fixes a search regression where incorrect matches could be reported.

Bug fixes:

Commits

Updates `ropey` from 1.6.0 to 1.6.1
Changelog

Sourced from ropey's changelog.

[1.6.1] - 2023-10-18

Commits

Updates `thiserror` from 1.0.49 to 1.0.50
Release notes

Sourced from thiserror's releases.

1.0.50

Commits

Updates `codspeed-criterion-compat` from 2.2.0 to 2.3.0
Release notes

Sourced from codspeed-criterion-compat's releases.

v2.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/CodSpeedHQ/codspeed-rust/compare/v2.2.0...v2.3.0

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 | 30 +++++++++++++++--------------- Cargo.toml | 8 ++++---- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50d609349..364e61b36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -329,9 +329,9 @@ dependencies = [ [[package]] name = "codspeed" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b3238416c10f19985b52a937c5b3efc3ed7efe8f7ae263d2aab29a09bca9f57" +checksum = "d680ccd1eedd2dd7c7a3649a78c7d06e0f16b191b30d81cc58e7bc906488d344" dependencies = [ "colored", "libc", @@ -340,9 +340,9 @@ dependencies = [ [[package]] name = "codspeed-criterion-compat" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fecc18f65b942d2b033545bb3bd8430a23eecbbe53fad3b1342fb0e5514bca7b" +checksum = "58b48b6c8e890d7d4ad0ed85e9ab4949bf7023198c006000ef6338ba84cf5b71" dependencies = [ "codspeed", "colored", @@ -2161,13 +2161,13 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.1" +version = "1.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aaac441002f822bc9705a681810a4dd2963094b9ca0ddc41cb963a4c189189ea" +checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.4.2", + "regex-automata 0.4.3", "regex-syntax 0.8.2", ] @@ -2182,9 +2182,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5011c7e263a695dc8ca064cddb722af1be54e517a280b12a5356f98366899e5d" +checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" dependencies = [ "aho-corasick", "memchr", @@ -2220,9 +2220,9 @@ dependencies = [ [[package]] name = "ropey" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53ce7a2c43a32e50d666e33c5a80251b31147bb4b49024bcab11fb6f20c671ed" +checksum = "93411e420bcd1a75ddd1dc3caf18c23155eda2c090631a85af21ba19e97093b5" dependencies = [ "smallvec", "str_indices", @@ -2631,18 +2631,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.49" +version = "1.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" +checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.49" +version = "1.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" +checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index b15bca136..211d7ef5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,14 +68,14 @@ proc-macro2 = { version = "1.0.69" } project-root = { version = "0.2.2" } quote = { version = "1.0.33" } rayon = { version = "1.8.0" } -regex = { version = "1.10.1" } +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.0" } +ropey = { version = "1.6.1" } serde = { version = "1.0.189" } serde_json = { version = "1.0.107" } syn = { version = "=1" } -thiserror = { version = "1.0.49" } +thiserror = { version = "1.0.50" } tokio = { version = "1" } tower-lsp = { version = "0.20.0", features = ["proposed"] } unicode-id-start = { version = "1.1.2" } @@ -90,7 +90,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.2.0", default-features = false } +codspeed-criterion-compat = { version = "2.3.0", default-features = false } [profile.release.package.oxc_wasm] opt-level = 'z'