From 23a4e45df34e9caa5598dba525d90d78d6185ecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 05:48:58 +0000 Subject: [PATCH] build(deps): update sys-mount requirement from 2.1.1 to 3.0.0 Updates the requirements on [sys-mount](https://github.com/pop-os/sys-mount) to permit the latest version. - [Release notes](https://github.com/pop-os/sys-mount/releases) - [Changelog](https://github.com/pop-os/sys-mount/blob/master/CHANGELOG.md) - [Commits](https://github.com/pop-os/sys-mount/compare/2.1.1...2.1.1) --- updated-dependencies: - dependency-name: sys-mount dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e4079a..abc99a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ version = "1.6.1" features = ["v4"] [workspace.dependencies.sys-mount] -version = "2.1.1" +version = "3.0.0" default-features = false [workspace.dependencies.clap]