Skip to content

Commit

Permalink
Bump ron from 0.8.0 to 0.8.1
Browse files Browse the repository at this point in the history
Bumps [ron](https://github.com/ron-rs/ron) from 0.8.0 to 0.8.1.
- [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.8.0...v0.8.1)

---
updated-dependencies:
- dependency-name: ron
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and brunocodutra committed Aug 19, 2023
1 parent 97551c2 commit 49f88cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ humantime-serde = { version = "1.1.1", default-features = false }
num-traits = { version = "0.2.16", default-features = false, features = ["std"] }
proptest = { version = "1.2.0", default-features = false, features = ["std"] }
rayon = { version = "1.7.0", default-features = false }
ron = { version = "0.8.0", default-features = false }
ron = { version = "0.8.1", default-features = false }
serde = { version = "1.0.183", default-features = false, features = ["derive", "std"] }
shakmaty = { version = "0.26.0", default-features = false, features = ["std"] }
test-strategy = { version = "0.3.1", default-features = false }
Expand Down

0 comments on commit 49f88cf

Please sign in to comment.