From 94f3e04903a6af8b047960f98acbbf1bec511d7c Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Tue, 15 Oct 2024 04:48:56 -0400 Subject: [PATCH] `deps`: use latest version of our csvlens fork with bumped dependencies also bumped rustls-pki-types from 1.9.0 to 1.10.0 --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c876a03f..e2ebd25ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1791,7 +1791,7 @@ dependencies = [ [[package]] name = "csvlens" version = "0.10.1" -source = "git+https://github.com/jqnatividad/csvlens?branch=bump-dependencies-especially-arrow#3fcedb92c3d800f0ecfc2427bbe8eee3ce33fcdd" +source = "git+https://github.com/jqnatividad/csvlens?branch=bump-dependencies-especially-arrow#5c5c438f73669bb287c88d0c9dbff5c58bba9cfa" dependencies = [ "anyhow", "arboard", @@ -6233,9 +6233,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55" +checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b" [[package]] name = "rustls-webpki"