From 0f7b9b3981988aabe90051e008206a0a9f824ca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 14:06:01 +0000 Subject: [PATCH] chore(deps): bump csv-core from 0.1.11 to 0.1.12 Bumps [csv-core](https://github.com/BurntSushi/rust-csv) 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-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/rayexec_bullet/Cargo.toml | 2 +- crates/rayexec_csv/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 45b9c3aba6..9b2a5541f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -641,9 +641,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/crates/rayexec_bullet/Cargo.toml b/crates/rayexec_bullet/Cargo.toml index 09c5c124f5..38523b539d 100644 --- a/crates/rayexec_bullet/Cargo.toml +++ b/crates/rayexec_bullet/Cargo.toml @@ -10,7 +10,7 @@ rayexec_error = { path = "../rayexec_error" } rayexec_proto = { path = "../rayexec_proto" } half = { workspace = true } num = "0.4.3" -csv-core = { version = "0.1.11", default-features = false } # Default features has libc dependency. +csv-core = { version = "0.1.12", default-features = false } # Default features has libc dependency. chrono = "0.4.39" textwrap = { version = "0.16.1", default-features = false, features = ["unicode-width"] } serde = { workspace = true } diff --git a/crates/rayexec_csv/Cargo.toml b/crates/rayexec_csv/Cargo.toml index 4889cb57bd..2a4842bf32 100644 --- a/crates/rayexec_csv/Cargo.toml +++ b/crates/rayexec_csv/Cargo.toml @@ -13,7 +13,7 @@ tracing = { workspace = true } regex = { workspace = true } url = { workspace = true } bytes = { workspace = true } -csv-core = "0.1.11" +csv-core = "0.1.12" csv = "1.3.0" serde = { workspace = true } erased-serde = { workspace = true }