Skip to content

Commit 15a6bf2

Browse files
committed
Widen the supported sprintf version range
1 parent cc18cbc commit 15a6bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ rand = { version = "0.8", optional = true }
4747
semver = { version = "1", optional = true }
4848
sha1 = { version = "0.10", optional = true }
4949
sha2 = { version = "0.10", optional = true }
50-
sprintf = { version = "0.4", optional = true }
50+
sprintf = { version = ">=0.3, <0.5", optional = true }
5151
parse-size = { version = "1", features = ["std"], optional = true }
5252
serde_yaml = { version = "0.9.1", optional = true }
5353
form_urlencoded = { version = "1", optional = true }

0 commit comments

Comments
 (0)