Skip to content

Commit

Permalink
build(deps): update sprintf requirement from 0.2 to 0.3
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.2.0...v0.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 96829c2 commit 64cf159
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 @@ -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 }
Expand Down

0 comments on commit 64cf159

Please sign in to comment.