From b4f511f561bf5588546182164416053e451584c0 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-schema/Cargo.toml | 2 +- cargo-dist/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 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-schema/Cargo.toml b/cargo-dist-schema/Cargo.toml index f16d864dd..c978c38dd 100644 --- a/cargo-dist-schema/Cargo.toml +++ b/cargo-dist-schema/Cargo.toml @@ -18,7 +18,7 @@ schemars = "0.8.16" semver = "1.0.14" serde = { version = "1.0.192", features = ["derive"] } serde_json = "1.0.87" -gazenot = { version = "0.1.3", default-features = false } +gazenot = { version = "0.1.4", default-features = false } [dev-dependencies] insta = "1.26.0" 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" }