From 504788c21eb7b65318cd694b3d885ac83c53cb19 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 04:18:28 +0000 Subject: [PATCH] Update Rust crate csv to 1.3.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a667cacef7..507a41baa5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1954,9 +1954,9 @@ dependencies = [ [[package]] name = "csv" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe" +checksum = "acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf" dependencies = [ "csv-core", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 8f4ba04ad1..cfaa506afd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -350,7 +350,7 @@ crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", rev crucible-pantry-client = { git = "https://github.com/oxidecomputer/crucible", rev = "b7b9d5660b28ca5e865242b2bdecd032c0852d40" } crucible-smf = { git = "https://github.com/oxidecomputer/crucible", rev = "b7b9d5660b28ca5e865242b2bdecd032c0852d40" } crucible-common = { git = "https://github.com/oxidecomputer/crucible", rev = "b7b9d5660b28ca5e865242b2bdecd032c0852d40" } -csv = "1.3.0" +csv = "1.3.1" curve25519-dalek = "4" datatest-stable = "0.2.9" display-error-chain = "0.2.2"