From 11e6ab76c8f3db67c261f4fe5e17400f6c15b0ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 02:35:06 +0000 Subject: [PATCH] chore(deps): bump gazenot from 0.2.1 to 0.2.3 Bumps [gazenot](https://github.com/axodotdev/gazenot) from 0.2.1 to 0.2.3. - [Changelog](https://github.com/axodotdev/gazenot/blob/main/CHANGELOG.md) - [Commits](https://github.com/axodotdev/gazenot/commits) --- updated-dependencies: - dependency-name: gazenot dependency-type: direct:production update-type: version-update:semver-patch ... 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 92ee53b..7760bec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -457,9 +457,9 @@ dependencies = [ [[package]] name = "gazenot" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6089542424a1218a8637f37d066850bef5abdfda946464bce8c5865c18425dcb" +checksum = "9dc45110caf39dcd9ff367ac5d9f320ab712ba8ffbac166ed59882f4e24f2d9d" dependencies = [ "axoasset", "backon", diff --git a/Cargo.toml b/Cargo.toml index 7703825..3ba13ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ serde = "1.0.195" temp-dir = "0.1.12" # axo releases -gazenot = { version = "0.2.1", features = ["client_lib"], optional = true } +gazenot = { version = "0.2.3", features = ["client_lib"], optional = true } tokio = { version = "1.36.0", features = ["full"], optional = true } # github releases