From 77c8ccafcaa8ef205a05886e72384ed80c5068ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 05:03:32 +0000 Subject: [PATCH] build(deps): bump derive_more from 1.0.0 to 2.0.1 Bumps [derive_more](https://github.com/JelteF/derive_more) from 1.0.0 to 2.0.1. - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md) - [Commits](https://github.com/JelteF/derive_more/compare/v1.0.0...v2.0.1) --- updated-dependencies: - dependency-name: derive_more dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- protobug/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fc14011..ec5104c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -239,18 +239,18 @@ dependencies = [ [[package]] name = "derive_more" -version = "1.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" +checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678" dependencies = [ "derive_more-impl", ] [[package]] name = "derive_more-impl" -version = "1.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" +checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3" dependencies = [ "proc-macro2", "quote", diff --git a/protobug/Cargo.toml b/protobug/Cargo.toml index 97908a6..bf4e1a5 100644 --- a/protobug/Cargo.toml +++ b/protobug/Cargo.toml @@ -11,7 +11,7 @@ base64 = { workspace = true } camino = { workspace = true } clap = { workspace = true, features = ["derive"] } crossterm = { workspace = true } -derive_more = { version = "1", features = ["display", "error"] } +derive_more = { version = "2", features = ["display", "error"] } error-stack = { workspace = true, features = ["anyhow"] } hex = { workspace = true } protobuf = { workspace = true }