Skip to content

Commit 8ffb0c2

Browse files
authored
Merge pull request #122 from epage/toml
chore: Update toml
2 parents 54d413d + 01eb2f3 commit 8ffb0c2

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

Cargo.lock

Lines changed: 21 additions & 19 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
@@ -137,7 +137,7 @@ required-features = ["cli", "yaml", "json", "toml", "schema"]
137137
serde = { version = "1.0.150", features = ["derive"], optional = true }
138138
serde_yaml = { version = "0.8.17", optional = true }
139139
serde_json = { version = "1.0.85", optional = true }
140-
toml = { version = "0.8", optional = true }
140+
toml = { version = "0.9", optional = true }
141141
humantime = { version = "2", optional = true }
142142
humantime-serde = { version = "1", optional = true }
143143
bstr = { version = "1.4", features = ["serde"] }

0 commit comments

Comments
 (0)