From 96be4c725f16b0efcbec5a6e7fd2866735450148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 20:00:39 +0000 Subject: [PATCH] Bump the all group in /local-registry with 3 updates Bumps the all group in /local-registry with 3 updates: [anyhow](https://github.com/dtolnay/anyhow), [hashbag](https://github.com/jonhoo/hashbag) and [int-enum](https://github.com/Juici/int-enum-rs). Updates `anyhow` from 1.0.79 to 1.0.80 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.79...1.0.80) Updates `hashbag` from 0.1.11 to 0.1.12 - [Commits](https://github.com/jonhoo/hashbag/compare/v0.1.11...v0.1.12) Updates `int-enum` from 1.0.0 to 1.0.1 - [Release notes](https://github.com/Juici/int-enum-rs/releases) - [Commits](https://github.com/Juici/int-enum-rs/compare/1.0.0...1.0.1) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: hashbag dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: int-enum dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- local-registry/Cargo.lock | 12 ++++++------ local-registry/Cargo.toml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/local-registry/Cargo.lock b/local-registry/Cargo.lock index 63f45ee..68df462 100644 --- a/local-registry/Cargo.lock +++ b/local-registry/Cargo.lock @@ -69,9 +69,9 @@ checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87" [[package]] name = "anyhow" -version = "1.0.79" +version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" +checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" [[package]] name = "arr_macro" @@ -1060,9 +1060,9 @@ checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" [[package]] name = "hashbag" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d44c238cb72d3e8993a30c32e97b2b2c2c1a12388603f28c4f19a44c4396bc" +checksum = "98f494b2060b2a8f5e63379e1e487258e014cee1b1725a735816c0107a2e9d93" [[package]] name = "hashbrown" @@ -1177,9 +1177,9 @@ dependencies = [ [[package]] name = "int-enum" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b68d2529309f2a6f06a25be89f1b8b83723f63239864c57da193e0086df585c0" +checksum = "b2e6a45c18bc4873fef226acaabbc8cfe1e28c6778d6de4ea58c7cf903339db0" dependencies = [ "proc-macro2", "proc-macro2-diagnostics", diff --git a/local-registry/Cargo.toml b/local-registry/Cargo.toml index f447fa0..43b7a17 100644 --- a/local-registry/Cargo.toml +++ b/local-registry/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" path = "dummy.rs" [dependencies] -anyhow = "1.0.78" +anyhow = "1.0.80" arrayvec = "0.7.4" arr_macro = "0.2.1" ascii = "1.1.0" @@ -43,14 +43,14 @@ fixedbitset = "0.4.2" flagset = "0.4.3" frunk = "0.4.2" gcd = "2.3.0" -hashbag = "0.1.11" +hashbag = "0.1.12" hexlit = "0.5.5" if_chain = "1.0.2" im = "15.1.0" indexmap = "2.2.3" indoc = "2.0.3" integer-sqrt = "0.1.5" -int-enum = "1.0.0" +int-enum = "1.0.1" itertools = "0.12.1" itoa = "1.0.10" kmp = "0.1.1"