From f3faa5bf9458b656ef068cd3aebff5343cd924c6 Mon Sep 17 00:00:00 2001 From: bytedream Date: Thu, 11 Jan 2024 13:47:31 +0100 Subject: [PATCH] Update dependencies and version --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- crunchy-cli-core/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2edb15a7..3cec7e06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -381,7 +381,7 @@ dependencies = [ [[package]] name = "crunchy-cli" -version = "3.2.3" +version = "3.2.4" dependencies = [ "chrono", "clap", @@ -394,7 +394,7 @@ dependencies = [ [[package]] name = "crunchy-cli-core" -version = "3.2.3" +version = "3.2.4" dependencies = [ "anyhow", "async-speed-limit", @@ -787,9 +787,9 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" [[package]] name = "h2" -version = "0.3.22" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178" +checksum = "b553656127a00601c8ae5590fcfdc118e4083a7924b6cf4ffc1ea4b99dc429d7" dependencies = [ "bytes", "fnv", diff --git a/Cargo.toml b/Cargo.toml index 43d64ddc..ae62c610 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "crunchy-cli" authors = ["Crunchy Labs Maintainers"] -version = "3.2.3" +version = "3.2.4" edition = "2021" license = "MIT" diff --git a/crunchy-cli-core/Cargo.toml b/crunchy-cli-core/Cargo.toml index 56b5a046..3df8090c 100644 --- a/crunchy-cli-core/Cargo.toml +++ b/crunchy-cli-core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "crunchy-cli-core" authors = ["Crunchy Labs Maintainers"] -version = "3.2.3" +version = "3.2.4" edition = "2021" license = "MIT"