From aab5469db8750b74e0bf87e8fbdf883f7dc23e9a Mon Sep 17 00:00:00 2001 From: Aria Beingessner Date: Wed, 22 Nov 2023 08:17:53 -0500 Subject: [PATCH] chore: update gazenot to 0.1.4 --- Cargo.lock | 4 ++-- cargo-dist/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0b378b8b..74304dee2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -858,9 +858,9 @@ dependencies = [ [[package]] name = "gazenot" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5da8a49fae45cd39bfde93f31df04b118166ea53ca2513dfd216b6e38b4aa32" +checksum = "1087dc68c0b94691e7d2fb69460bb91c3da95cf5630fe6be21f67a5bc95161dc" dependencies = [ "axoasset", "backon", diff --git a/cargo-dist/Cargo.toml b/cargo-dist/Cargo.toml index 42f9b974a..b0827823d 100644 --- a/cargo-dist/Cargo.toml +++ b/cargo-dist/Cargo.toml @@ -35,7 +35,7 @@ cargo-dist-schema = { version = "=0.5.0-prerelease.5", path = "../cargo-dist-sch axoasset = { version = "0.6.0", features = ["json-serde", "toml-serde", "toml-edit", "compression"] } axoproject = { version = "0.6.0", default-features = false, features = ["cargo-projects", "generic-projects"] } -gazenot = { version = "0.1.3" } +gazenot = { version = "0.1.4" } comfy-table = "7.0.1" miette = { version = "5.6.0" }