From bd1f28e448c8d78c5583ccd5e8e3c9c675c75ee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 03:54:08 +0000 Subject: [PATCH] deps: bump rust_xlsxwriter from 0.95.0 to 0.96.0 Bumps [rust_xlsxwriter](https://github.com/jmcnamara/rust_xlsxwriter) from 0.95.0 to 0.96.0. - [Changelog](https://github.com/jmcnamara/rust_xlsxwriter/blob/main/CHANGELOG.md) - [Commits](https://github.com/jmcnamara/rust_xlsxwriter/compare/v0.95.0...v0.96.0) --- updated-dependencies: - dependency-name: rust_xlsxwriter dependency-version: 0.96.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/psql/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a94f1f2..94a2f8a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6015,9 +6015,9 @@ dependencies = [ [[package]] name = "rust_xlsxwriter" -version = "0.95.0" +version = "0.96.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f281b687352597d29efaad39701d1167d5c48aa76fb973e392bc13e9d44e7f36" +checksum = "dd1746025420e17b5d62528b930e550e016e857038794d74e169018126ef3d14" dependencies = [ "zip 7.2.0", ] diff --git a/crates/psql/Cargo.toml b/crates/psql/Cargo.toml index d13273a2..522617c8 100644 --- a/crates/psql/Cargo.toml +++ b/crates/psql/Cargo.toml @@ -44,7 +44,7 @@ pg_query = "6.1.1" rand.workspace = true redb = "4.1.0" reflink-copy = "0.1.20" -rust_xlsxwriter = "0.95.0" +rust_xlsxwriter = "0.96.0" rustyline = { version = "18.0.0", features = ["signal-hook"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.145"