From a5a7c4f8be0675cc7db0f8f2a31e6dcb7241103b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 12:22:46 +0100 Subject: [PATCH] chore(deps): bump flate2 from 1.1.8 to 1.1.9 (#6) Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.1.8 to 1.1.9. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.1.8...1.1.9) --- updated-dependencies: - dependency-name: flate2 dependency-version: 1.1.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 14 +++++++------- nora-cli/Cargo.toml | 2 +- nora-registry/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 842c27d..27e632e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -495,9 +495,9 @@ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" [[package]] name = "flate2" -version = "1.1.8" +version = "1.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369" +checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" dependencies = [ "crc32fast", "miniz_oxide", @@ -1201,7 +1201,7 @@ checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" [[package]] name = "nora-cli" -version = "0.2.20" +version = "0.2.22" dependencies = [ "clap", "flate2", @@ -1215,7 +1215,7 @@ dependencies = [ [[package]] name = "nora-registry" -version = "0.2.20" +version = "0.2.22" dependencies = [ "async-trait", "axum", @@ -1253,7 +1253,7 @@ dependencies = [ [[package]] name = "nora-storage" -version = "0.2.20" +version = "0.2.22" dependencies = [ "axum", "base64", @@ -3038,9 +3038,9 @@ dependencies = [ [[package]] name = "zlib-rs" -version = "0.5.5" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40990edd51aae2c2b6907af74ffb635029d5788228222c4bb811e9351c0caad3" +checksum = "c745c48e1007337ed136dc99df34128b9faa6ed542d80a1c673cf55a6d7236c8" [[package]] name = "zmij" diff --git a/nora-cli/Cargo.toml b/nora-cli/Cargo.toml index 8fb0378..1f7a515 100644 --- a/nora-cli/Cargo.toml +++ b/nora-cli/Cargo.toml @@ -20,4 +20,4 @@ serde_json.workspace = true clap = { version = "4", features = ["derive"] } indicatif = "0.17" tar = "0.4" -flate2 = "1.0" +flate2 = "1.1" diff --git a/nora-registry/Cargo.toml b/nora-registry/Cargo.toml index 7e89f85..1215550 100644 --- a/nora-registry/Cargo.toml +++ b/nora-registry/Cargo.toml @@ -37,7 +37,7 @@ utoipa = { version = "5", features = ["axum_extras"] } utoipa-swagger-ui = { version = "9", features = ["axum", "reqwest"] } clap = { version = "4", features = ["derive"] } tar = "0.4" -flate2 = "1.0" +flate2 = "1.1" indicatif = "0.17" chrono = { version = "0.4", features = ["serde"] } thiserror = "2"