From 1eb599fdd32d021018cc7c014e8fd0bb348de242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 08:11:08 +0000 Subject: [PATCH] chore(deps): Bump csv-core from 0.1.11 to 0.1.12 in the csv group Bumps the csv group with 1 update: [csv-core](https://github.com/BurntSushi/rust-csv). Updates `csv-core` from 0.1.11 to 0.1.12 - [Commits](https://github.com/BurntSushi/rust-csv/commits/csv-core-0.1.12) --- updated-dependencies: - dependency-name: csv-core dependency-version: 0.1.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: csv ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lib/codecs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d4e3ad137..ca00aa3766 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2694,9 +2694,9 @@ dependencies = [ [[package]] name = "csv-core" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" +checksum = "7d02f3b0da4c6504f86e9cd789d8dbafab48c2321be74e9987593de5a894d93d" dependencies = [ "memchr", ] diff --git a/lib/codecs/Cargo.toml b/lib/codecs/Cargo.toml index 992c162e89..073f7354bc 100644 --- a/lib/codecs/Cargo.toml +++ b/lib/codecs/Cargo.toml @@ -13,7 +13,7 @@ path = "tests/bin/generate-avro-fixtures.rs" apache-avro = { version = "0.16.0", default-features = false } bytes = { version = "1", default-features = false } chrono.workspace = true -csv-core = { version = "0.1.10", default-features = false } +csv-core = { version = "0.1.12", default-features = false } derivative = { version = "2", default-features = false } dyn-clone = { version = "1", default-features = false } flate2.workspace = true