Skip to content

Commit

Permalink
Merge pull request #177 from matrix-org/dependabot/cargo/sprintf-0.3
Browse files Browse the repository at this point in the history
build(deps): update sprintf requirement from 0.2 to 0.3
  • Loading branch information
sandhose authored Jun 28, 2024
2 parents 96829c2 + 64cf159 commit dc8d043
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 dc8d043

Please sign in to comment.