From 2d22a939e7e2d3dd075044dd9e171e5ac076dbdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 02:18:16 +0000 Subject: [PATCH] chore(deps): update procspawn requirement from 0.10 to 1.0 Updates the requirements on [procspawn](https://github.com/mitsuhiko/procspawn) to permit the latest version. - [Changelog](https://github.com/mitsuhiko/procspawn/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/procspawn/compare/0.10.0...1.0.0) --- updated-dependencies: - dependency-name: procspawn 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 adf5091..abeff08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ dotenvy = "0.15.1" futures = "0.3" j4rs = "0.17.0" once_cell = "1.9" -procspawn = "0.10" +procspawn = "1.0" proptest = "1" proptest-derive = "0.4" rustls-pemfile = "1.0"