Skip to content

Commit

Permalink
build(deps): update sprintf requirement from 0.3 to 0.4
Browse files Browse the repository at this point in the history
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](tjol/sprintf-rs@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: sprintf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 59bd788 commit 5450db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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.3", optional = true }
sprintf = { version = "0.4", optional = true }
parse-size = { version = "1", features = ["std"], optional = true }
serde_yaml = { version = "0.9.1", optional = true }
form_urlencoded = { version = "1", optional = true }
Expand Down

0 comments on commit 5450db6

Please sign in to comment.