From 5986e2784acb8e2d3ace7f19e76b7953abc707c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 00:49:43 +0000 Subject: [PATCH] Bump the patch group with 4 updates Bumps the patch group with 4 updates: [bumpalo](https://github.com/fitzgen/bumpalo), [cc](https://github.com/rust-lang/cc-rs), [thread_local](https://github.com/Amanieu/thread_local-rs) and [unicode-normalization](https://github.com/unicode-rs/unicode-normalization). Updates `bumpalo` from 3.15.0 to 3.15.1 - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](https://github.com/fitzgen/bumpalo/compare/3.15.0...3.15.1) Updates `cc` from 1.0.85 to 1.0.86 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.85...1.0.86) Updates `thread_local` from 1.1.7 to 1.1.8 - [Commits](https://github.com/Amanieu/thread_local-rs/compare/1.1.7...1.1.8) Updates `unicode-normalization` from 0.1.22 to 0.1.23 - [Commits](https://github.com/unicode-rs/unicode-normalization/compare/v0.1.22...v0.1.23) --- updated-dependencies: - dependency-name: bumpalo dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: thread_local dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: unicode-normalization dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e0fb26bc..40ed33b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -265,9 +265,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.15.0" +version = "3.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d32a994c2b3ca201d9b263612a374263f05e7adde37c4707f693dcd375076d1f" +checksum = "c764d619ca78fccbf3069b37bd7af92577f044bb15236036662d79b6559f25b7" [[package]] name = "bytecheck" @@ -395,9 +395,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.85" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b918671670962b48bc23753aef0c51d072dca6f52f01f800854ada6ddb7f7d3" +checksum = "7f9fa1897e4325be0d68d48df6aa1a71ac2ed4d27723887e7754192705350730" dependencies = [ "libc", ] @@ -3753,9 +3753,9 @@ dependencies = [ [[package]] name = "thread_local" -version = "1.1.7" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" +checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" dependencies = [ "cfg-if", "once_cell", @@ -4103,9 +4103,9 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" [[package]] name = "unicode-normalization" -version = "0.1.22" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" +checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" dependencies = [ "tinyvec", ]