Skip to content

Commit 4cab946

Browse files
chore(deps): update toml requirement from 0.9.6 to 1.0.1
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](toml-rs/toml@toml-v0.9.6...toml-v1.0.1) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.1+spec-1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f6f223 commit 4cab946

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
@@ -23,7 +23,7 @@ name = "node"
2323
path = "examples/node/src/main.rs"
2424

2525
[build-dependencies]
26-
toml = "0.9.6"
26+
toml = "1.0.1"
2727

2828
[dependencies]
2929
bitcoin = "0.32.8"

0 commit comments

Comments
 (0)