From 93bb5a96097b10c850bc33dda343327c666be341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 08:45:08 +0100 Subject: [PATCH] Bump shellexpand from 2.1.2 to 3.1.0 (#1186) Bumps [shellexpand](https://gitlab.com/ijackson/rust-shellexpand) from 2.1.2 to 3.1.0. - [Commits](https://gitlab.com/ijackson/rust-shellexpand/compare/shellexpand/2.1.2...shellexpand-3.1.0) --- updated-dependencies: - dependency-name: shellexpand dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- atuin-client/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b3ccdd8..5140b78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2633,9 +2633,9 @@ dependencies = [ [[package]] name = "shellexpand" -version = "2.1.2" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4" +checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" dependencies = [ "dirs", ] diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index 9e8a050..aaa2509 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -35,7 +35,7 @@ parse_duration = "2.1.1" async-trait = { workspace = true } itertools = { workspace = true } rand = { workspace = true } -shellexpand = "2" +shellexpand = "3" sqlx = { workspace = true, features = ["sqlite"] } minspan = "0.1.1" regex = "1.9.1"