Skip to content

Commit e6b256b

Browse files
Update ron requirement from 0.9.0 to 0.10.1 (#115)
Updates the requirements on [ron](https://github.com/ron-rs/ron) to permit the latest version. - [Release notes](https://github.com/ron-rs/ron/releases) - [Changelog](https://github.com/ron-rs/ron/blob/master/CHANGELOG.md) - [Commits](ron-rs/ron@v0.9.0...v0.10.1) --- updated-dependencies: - dependency-name: ron dependency-version: 0.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b8eb39 commit e6b256b

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
@@ -10,7 +10,7 @@ readme = "README.md"
1010
edition = "2021"
1111

1212
[dependencies]
13-
ron = { version = "0.9.0", optional = true }
13+
ron = { version = "0.10.1", optional = true }
1414
directories = "6"
1515
serde = "^1.0"
1616
serde_yaml = { version = "0.9", optional = true }

0 commit comments

Comments
 (0)