From 64cf1591ac43bb5b80c0634a572d9f1ea5ba95ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 15:50:04 +0000 Subject: [PATCH] build(deps): update sprintf requirement from 0.2 to 0.3 Updates the requirements on [sprintf](https://github.com/tjol/sprintf-rs) to permit the latest version. - [Release notes](https://github.com/tjol/sprintf-rs/releases) - [Changelog](https://github.com/tjol/sprintf-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/tjol/sprintf-rs/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: sprintf 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 ec5f641..fe2e08f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ rand = { version = "0.8", optional = true } semver = { version = "1", optional = true } sha1 = { version = "0.10", optional = true } sha2 = { version = "0.10", optional = true } -sprintf = { version = "0.2", optional = true } +sprintf = { version = "0.3", optional = true } parse-size = { version = "1", features = ["std"], optional = true } serde_yaml = { version = "0.9.1", optional = true } form_urlencoded = { version = "1", optional = true }