mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 15:13:03 +00:00
Bump ron from 0.6.4 to 0.6.5
Bumps [ron](https://github.com/ron-rs/ron) from 0.6.4 to 0.6.5. - [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) --- 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
db6982751c
commit
ffeb0c5526
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -577,9 +577,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ron"
|
||||
version = "0.6.4"
|
||||
version = "0.6.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "064ea8613fb712a19faf920022ec8ddf134984f100090764a4e1d768f3827f1f"
|
||||
checksum = "45005aa836116903a49cf3461474da697cfe66221762c6e95871092009ec86d6"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bitflags",
|
||||
|
|
|
@ -21,7 +21,7 @@ crossterm = "0.21.0"
|
|||
dirs-next = "2.0.0"
|
||||
expand = "0.2.0"
|
||||
futures-lite = "1.12.0"
|
||||
ron = "0.6.4"
|
||||
ron = "0.6.5"
|
||||
serde = { version = "1.0.130", features = ["derive"] }
|
||||
|
||||
[dependencies.tui]
|
||||
|
|
Loading…
Reference in a new issue