Skip to content

Commit 5f5e0cf

Browse files
build(deps): bump ron from 0.9.0-alpha.1 to 0.10.1 (#330)
* build(deps): bump ron from 0.9.0-alpha.1 to 0.9.0 Bumps [ron](https://github.com/ron-rs/ron) from 0.9.0-alpha.1 to 0.9.0. - [Release notes](https://github.com/ron-rs/ron/releases) - [Changelog](https://github.com/ron-rs/ron/blob/master/CHANGELOG.md) - [Commits](https://github.com/ron-rs/ron/commits/v0.9.0) --- updated-dependencies: - dependency-name: ron dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Use SemVer again * Use SemVer again * Update ron to 0.10.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: konstin <konstin@mailbox.org>
1 parent 294245f commit 5f5e0cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 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
@@ -36,7 +36,7 @@ version-ranges = { version = "0.1.0", path = "version-ranges" }
3636
criterion = { version = "2.7.2", package = "codspeed-criterion-compat" }
3737
env_logger = "0.11.6"
3838
proptest = "1.6.0"
39-
ron = "=0.9.0-alpha.1"
39+
ron = "0.10.1"
4040
varisat = "0.2.2"
4141
version-ranges = { version = "0.1.0", path = "version-ranges", features = ["proptest"] }
4242

version-ranges/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ serde = ["dep:serde", "smallvec/serde"]
1818

1919
[dev-dependencies]
2020
proptest = "1.6.0"
21-
ron = "=0.9.0-alpha.1"
21+
ron = "0.10.1"

0 commit comments

Comments
 (0)