From b140086f6131d1206ebde695b1325cf432721a41 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 06:49:38 +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 b0461ec842..82a535786a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1939,9 +1939,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 797f7394d8..da2e75e6b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -345,7 +345,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"