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"] }