From cefdfae4b87d2f592a6fa3a33eb4dd575e513fcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 17:10:42 +0000 Subject: [PATCH] chore(deps): bump iamgroot from v0.2.8 to v0.3.0 Bumps [iamgroot](https://github.com/sergey-melnychuk/iamgroot) from v0.2.8 to v0.3.0. - [Commits](https://github.com/sergey-melnychuk/iamgroot/compare/23179929c7c506b37d5762dd4deafe93aea8f698...e73307a4e134e3d2ef56629a0a65e9326ddd36cb) --- updated-dependencies: - dependency-name: iamgroot dependency-version: e73307a4e134e3d2ef56629a0a65e9326ddd36cb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae2fc5c1..d470c5bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4962,8 +4962,8 @@ dependencies = [ [[package]] name = "iamgroot" -version = "0.2.8" -source = "git+https://github.com/sergey-melnychuk/iamgroot?tag=v0.2.8#23179929c7c506b37d5762dd4deafe93aea8f698" +version = "0.3.0" +source = "git+https://github.com/sergey-melnychuk/iamgroot?tag=v0.3.0#e73307a4e134e3d2ef56629a0a65e9326ddd36cb" dependencies = [ "once_cell", "regex", diff --git a/Cargo.toml b/Cargo.toml index 35a3b250..d3c20500 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ tracing = "0.1.40" tracing-subscriber = "0.3.17" thiserror = "1.0.63" axum = { version = "0.7.7", optional = true } -iamgroot = { git = "https://github.com/sergey-melnychuk/iamgroot", tag = "v0.2.8" } +iamgroot = { git = "https://github.com/sergey-melnychuk/iamgroot", tag = "v0.3.0" } regex = "1.11.1" once_cell = "1.16.0-pre.1"