Skip to content

Commit cb9b64d

Browse files
authored
Merge pull request #52 from gitext-rs/renovate/toml-0.x
chore(deps): update rust crate toml to 0.7
2 parents f52ed23 + fe7519f commit cb9b64d

File tree

2 files changed

+46
-3
lines changed

2 files changed

+46
-3
lines changed

Cargo.lock

Lines changed: 45 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ required-features = ["cli", "yaml", "json", "toml", "schema"]
4343
serde = { version = "1", features = ["derive"], optional = true }
4444
serde_yaml = { version = "0.8.17", optional = true }
4545
serde_json = { version = "1.0", optional = true }
46-
toml = { version = "0.5", optional = true }
46+
toml = { version = "0.7", optional = true }
4747
humantime = { version = "2", optional = true }
4848
humantime-serde = { version = "1", optional = true }
4949
bstr = { version = "1.1", features = ["serde"] }

0 commit comments

Comments
 (0)