From dbfa47e0d8959b067131b5ae5c8277ffbf1a3027 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 13:20:57 +0000 Subject: [PATCH] build(deps): bump shellexpand from 3.1.0 to 3.1.1 Bumps [shellexpand](https://gitlab.com/ijackson/rust-shellexpand) from 3.1.0 to 3.1.1. - [Commits](https://gitlab.com/ijackson/rust-shellexpand/compare/shellexpand-3.1.0...shellexpand-3.1.1) --- updated-dependencies: - dependency-name: shellexpand dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- node/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b04b8c049b8..22bb6589497 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4920,9 +4920,9 @@ dependencies = [ [[package]] name = "shellexpand" -version = "3.1.0" +version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" +checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb" dependencies = [ "dirs", ] diff --git a/node/Cargo.toml b/node/Cargo.toml index 9885f6d800b..b391c3327ae 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -38,7 +38,7 @@ graph-store-postgres = { path = "../store/postgres" } graphman-server = { workspace = true } graphman = { workspace = true } serde = { workspace = true } -shellexpand = "3.1.0" +shellexpand = "3.1.1" termcolor = "1.4.1" diesel = { workspace = true } prometheus = { version = "0.14.0", features = ["push"] }