mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 15:13:03 +00:00
Bump ron from 0.7.0 to 0.7.1
Bumps [ron](https://github.com/ron-rs/ron) from 0.7.0 to 0.7.1. - [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/compare/v0.7.0...v0.7.1) --- updated-dependencies: - dependency-name: ron dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6db8214260
commit
aef2539467
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -547,9 +547,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ron"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1b861ecaade43ac97886a512b360d01d66be9f41f3c61088b42cedf92e03d678"
|
||||
checksum = "88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bitflags",
|
||||
|
|
|
@ -21,7 +21,7 @@ crossterm = "0.23.2"
|
|||
dirs = "4.0.0"
|
||||
expand = "0.2.0"
|
||||
futures-lite = "1.12.0"
|
||||
ron = "0.7.0"
|
||||
ron = "0.7.1"
|
||||
serde = { version = "1.0.137", features = ["derive"] }
|
||||
|
||||
[dependencies.tui]
|
||||
|
|
Loading…
Reference in a new issue