From 5fdb9a4970b911587c6075b0de692599751fb2a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 10:02:12 +0000 Subject: [PATCH 1/2] Update tempfile requirement from ~3.2 to ~3.5 Updates the requirements on [tempfile](https://github.com/Stebalien/tempfile) to permit the latest version. - [Release notes](https://github.com/Stebalien/tempfile/releases) - [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS) - [Commits](https://github.com/Stebalien/tempfile/commits) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cli/Cargo.toml b/tools/cli/Cargo.toml index 5bf10e9d..e9176f5a 100644 --- a/tools/cli/Cargo.toml +++ b/tools/cli/Cargo.toml @@ -29,7 +29,7 @@ lazy_static = "~1.4" linefeed = "~0.6" log = "~0.4" tabwriter = "~1.2" -tempfile = "~3.2" +tempfile = "~3.5" termion = "~1.5" time = "~0.3" bytes = { version = "1.0.1", features = ["serde"] } From c10575e04d43ec0f7ca7dcab953edbf0ed6274b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 10:02:08 +0000 Subject: [PATCH 2/2] Update pretty requirement from ~0.10 to ~0.12 Updates the requirements on [pretty](https://github.com/Marwes/pretty.rs) to permit the latest version. - [Release notes](https://github.com/Marwes/pretty.rs/releases) - [Changelog](https://github.com/Marwes/pretty.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/Marwes/pretty.rs/compare/v0.10.0...v0.12.0) --- updated-dependencies: - dependency-name: pretty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- edn/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edn/Cargo.toml b/edn/Cargo.toml index 9ac64a04..3a4b73d4 100644 --- a/edn/Cargo.toml +++ b/edn/Cargo.toml @@ -14,7 +14,7 @@ chrono = "~0.4" itertools = "~0.10" num = "~0.4" ordered-float = "~2.8" -pretty = "~0.10" +pretty = "~0.12" uuid = { version = "~1.0", features = ["v4", "serde"] } serde = { version = "~1.0", optional = true } serde_derive = { version = "~1.0", optional = true }