From 31aaeb7392b875f7d3614fe3000c94b21eac4e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 19:49:00 +0000 Subject: [PATCH] Bump the all group across 1 directory with 7 updates Bumps the all group with 7 updates in the /local-registry directory: | Package | From | To | | --- | --- | --- | | [bit-set](https://github.com/contain-rs/bit-set) | `0.6.0` | `0.8.0` | | [bstr](https://github.com/BurntSushi/bstr) | `1.9.1` | `1.10.0` | | [enumset](https://github.com/Lymia/enumset) | `1.1.3` | `1.1.5` | | [flagset](https://github.com/enarx/flagset) | `0.4.5` | `0.4.6` | | [num_enum](https://github.com/illicitonion/num_enum) | `0.7.2` | `0.7.3` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.61` | `1.0.63` | | [uuid](https://github.com/uuid-rs/uuid) | `1.9.1` | `1.10.0` | Updates `bit-set` from 0.6.0 to 0.8.0 - [Release notes](https://github.com/contain-rs/bit-set/releases) - [Changelog](https://github.com/contain-rs/bit-set/blob/master/RELEASES.md) - [Commits](https://github.com/contain-rs/bit-set/commits) Updates `bstr` from 1.9.1 to 1.10.0 - [Commits](https://github.com/BurntSushi/bstr/compare/1.9.1...1.10.0) Updates `enumset` from 1.1.3 to 1.1.5 - [Changelog](https://github.com/Lymia/enumset/blob/main/RELEASES.md) - [Commits](https://github.com/Lymia/enumset/compare/v1.1.3...v1.1.5) Updates `flagset` from 0.4.5 to 0.4.6 - [Commits](https://github.com/enarx/flagset/compare/v0.4.5...v0.4.6) Updates `num_enum` from 0.7.2 to 0.7.3 - [Commits](https://github.com/illicitonion/num_enum/compare/0.7.2...0.7.3) Updates `thiserror` from 1.0.61 to 1.0.63 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.61...1.0.63) Updates `uuid` from 1.9.1 to 1.10.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.9.1...1.10.0) --- updated-dependencies: - dependency-name: bit-set dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: bstr dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: enumset dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: flagset dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: num_enum dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- local-registry/Cargo.lock | 48 +++++++++++++++++++-------------------- local-registry/Cargo.toml | 14 ++++++------ 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/local-registry/Cargo.lock b/local-registry/Cargo.lock index d080ba8..68a7224 100644 --- a/local-registry/Cargo.lock +++ b/local-registry/Cargo.lock @@ -152,11 +152,11 @@ dependencies = [ [[package]] name = "bit-set" -version = "0.6.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0481a0e032742109b1133a095184ee93d88f3dc9e0d28a5d033dc77a073f44f" +checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" dependencies = [ - "bit-vec 0.7.0", + "bit-vec 0.8.0", ] [[package]] @@ -167,9 +167,9 @@ checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" [[package]] name = "bit-vec" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22" +checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" [[package]] name = "bitflags" @@ -215,9 +215,9 @@ dependencies = [ [[package]] name = "bstr" -version = "1.9.1" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" +checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" dependencies = [ "memchr", "regex-automata", @@ -660,7 +660,7 @@ dependencies = [ "bigdecimal", "bimap", "binary-heap-plus", - "bit-set 0.6.0", + "bit-set 0.8.0", "bitflags 2.6.0", "bitvec", "bstr", @@ -813,18 +813,18 @@ dependencies = [ [[package]] name = "enumset" -version = "1.1.3" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "226c0da7462c13fb57e5cc9e0dc8f0635e7d27f276a3a7fd30054647f669007d" +checksum = "d07a4b049558765cef5f0c1a273c3fc57084d768b44d2f98127aef4cceb17293" dependencies = [ "enumset_derive", ] [[package]] name = "enumset_derive" -version = "0.8.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e08b6c6ab82d70f08844964ba10c7babb716de2ecaeab9be5717918a5177d3af" +checksum = "59c3b24c345d8c314966bdc1832f6c2635bfcce8e7cf363bd115987bba2ee242" dependencies = [ "darling 0.20.3", "proc-macro2", @@ -872,9 +872,9 @@ checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" [[package]] name = "flagset" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdeb3aa5e95cf9aabc17f060cfa0ced7b83f042390760ca53bf09df9968acaa1" +checksum = "b3ea1ec5f8307826a5b71094dd91fc04d4ae75d5709b20ad351c7fb4815c86ec" [[package]] name = "fnv" @@ -1600,18 +1600,18 @@ dependencies = [ [[package]] name = "num_enum" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845" +checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" dependencies = [ "num_enum_derive", ] [[package]] name = "num_enum_derive" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b" +checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2347,18 +2347,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.61" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" +checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.61" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" +checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" dependencies = [ "proc-macro2", "quote", @@ -2565,9 +2565,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.9.1" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5de17fd2f7da591098415cff336e12965a28061ddace43b59cb3c430179c9439" +checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" [[package]] name = "version_check" diff --git a/local-registry/Cargo.toml b/local-registry/Cargo.toml index e15cc06..31faeb9 100644 --- a/local-registry/Cargo.toml +++ b/local-registry/Cargo.toml @@ -15,9 +15,9 @@ bigdecimal = "0.4.5" bimap = "0.6.3" binary-heap-plus = "0.5.0" bitflags = "2.6.0" -bit-set = "0.6.0" +bit-set = "0.8.0" bitvec = "1.0.1" -bstr = "1.9.1" +bstr = "1.10.0" bytecount = "0.6.8" cached = "0.49.3" cast = "0.3.0" @@ -38,9 +38,9 @@ easybench = "1.1.1" either = "1.13.0" enum-iterator = "2.1.0" enum-primitive-derive = "0.3.0" -enumset = "1.1.2" +enumset = "1.1.5" fixedbitset = "0.5.7" -flagset = "0.4.5" +flagset = "0.4.6" frunk = "0.4.2" gcd = "2.3.0" hashbag = "0.1.12" @@ -69,7 +69,7 @@ num = "0.4.3" num-bigint = "0.4.6" num_cpus = "1.16.0" num-derive = "0.4.2" -num_enum = "0.7.2" +num_enum = "0.7.3" num-format = "0.4.4" num-integer = "0.1.46" numtoa = "0.2.4" @@ -97,7 +97,7 @@ strfmt = "0.2.4" strum = "0.26.3" strum_macros = "0.26.4" subslice = "0.2.3" -thiserror = "1.0.61" +thiserror = "1.0.63" threadpool = "1.8.1" time = "0.3.36" tinyset = "0.4.15" @@ -107,6 +107,6 @@ unicode-normalization = "0.1.23" unicode-segmentation = "1.11.0" unic-segment = "0.9.0" unzip-n = "0.1.2" -uuid = "1.9.1" +uuid = "1.10.0" voca_rs = "1.15.2" xvii = "0.4.0"