From 722a9b15645c48d95db2366b03b9353c1eafc4e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Feb 2022 01:30:21 +0000 Subject: [PATCH] build(deps): bump uuid from 0.8.1 to 0.8.2 Bumps [uuid](https://github.com/uuid-rs/uuid) from 0.8.1 to 0.8.2. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/0.8.1...0.8.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 25 +++++++------------------ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46324814..f2e247b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -637,17 +637,6 @@ dependencies = [ "subtle", ] -[[package]] -name = "derivative" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "derive_more" version = "0.99.11" @@ -1584,19 +1573,18 @@ dependencies = [ [[package]] name = "num_enum" -version = "0.5.1" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "226b45a5c2ac4dd696ed30fa6b94b057ad909c7b7fc2e0d0808192bced894066" +checksum = "720d3ea1055e4e4574c0c0b0f8c3fd4f24c4cdaf465948206dea090b57b526ad" dependencies = [ - "derivative", "num_enum_derive", ] [[package]] name = "num_enum_derive" -version = "0.5.1" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c0fd9eba1d5db0994a239e09c1be402d35622277e35468ba891aa5e3188ce7e" +checksum = "0d992b768490d7fe0d8586d9b5745f6c49f557da6d81dc982b1d167ad4edbb21" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -1880,10 +1868,11 @@ checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" [[package]] name = "proc-macro-crate" -version = "0.1.5" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785" +checksum = "738b5123081e03ec93bdd0229f33e39891e6ee18745b72bfc8fdc04a080d5c38" dependencies = [ + "thiserror", "toml", ] diff --git a/Cargo.toml b/Cargo.toml index ffdfab85..68308862 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ jsonwebtoken = "7.2.0" lazy_static = "1.4.0" log = "0.4.14" nix = "0.20.0" -num_enum = "0.5.1" +num_enum = "0.5.6" orchestra = { git = "https://github.com/gcomte/orchestra.git", branch = "master", features = [ "exchange" ] } paperclip = { git = "https://github.com/fluidex/paperclip.git", features = [ "actix", "chrono", "rust_decimal" ] } qstring = "0.7.2"