From f152858d83df182b5bf7956f0acbba8934013a1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 14:52:49 +0000 Subject: [PATCH] Bump dtparse from 1.4.0 to 1.5.0 (#9412) --- Cargo.lock | 4 ++-- crates/nu-command/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 36a9e4d538..041043299a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1063,9 +1063,9 @@ dependencies = [ [[package]] name = "dtparse" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbd3b6a23c50eb90a80bdb748042620328617e76276b99dc5c97906e47f807c3" +checksum = "68235de3c014ade82e550337b2c88a2a884361793ed3be2d74ee703bd810e401" dependencies = [ "chrono", "lazy_static", diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index 53a74d7009..d73dcf77f5 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -45,7 +45,7 @@ crossterm = "0.26" csv = "1.2" dialoguer = { default-features = false, features = ["fuzzy-select"], version = "0.10" } digest = { default-features = false, version = "0.10" } -dtparse = "1.4" +dtparse = "1.5" encoding_rs = "0.8" fancy-regex = "0.11" filesize = "0.2"