From a60ac7bf93d2356dba10d4015e74e831cb7471d3 Mon Sep 17 00:00:00 2001 From: zancas Date: Tue, 24 Feb 2026 17:58:45 -0800 Subject: [PATCH 1/2] unify edition --- Cargo.toml | 2 +- zingo-netutils/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e65b906..1996785 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [workspace] members = ["zingo_common_components", "zingo-netutils"] resolver = "2" +package.edition = "2024" [workspace.dependencies] - # network http = "1.1.0" hyper-util = "0.1.20" diff --git a/zingo-netutils/Cargo.toml b/zingo-netutils/Cargo.toml index d994331..eeef8f2 100644 --- a/zingo-netutils/Cargo.toml +++ b/zingo-netutils/Cargo.toml @@ -3,7 +3,7 @@ name = "zingo-netutils" version = "2.0.1" description = "network utility crate" authors = ["zingo@zingolabs.org"] -edition = "2024" +edition.workspace = true repository = "https://github.com/zingolabs/zingo-common" homepage = "https://github.com/zingolabs/zingo-common" license = "MIT" From cb2ae46328ca05cc9eb096c9cc59091b410b9b6e Mon Sep 17 00:00:00 2001 From: zancas Date: Wed, 25 Feb 2026 09:40:11 -0800 Subject: [PATCH 2/2] cargo update --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9156ddb..69568f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -226,9 +226,9 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "async-compression" -version = "0.4.40" +version = "0.4.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d67d43201f4d20c78bcda740c142ca52482d81da80681533d33bf3f0596c8e2" +checksum = "d0f9ee0f6e02ffd7ad5816e9464499fba7b3effd01123b515c41d1697c43dad1" dependencies = [ "compression-codecs", "compression-core", @@ -6664,7 +6664,7 @@ dependencies = [ [[package]] name = "zingo_common_components" -version = "0.2.0" +version = "0.3.0" [[package]] name = "zip32"