mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 23:23:05 +00:00
Merge pull request #20 from figsoda/dependabot/cargo/ron-0.7.0
Bump ron from 0.6.6 to 0.7.0
This commit is contained in:
commit
a9972903dc
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -588,9 +588,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ron"
|
||||
version = "0.6.6"
|
||||
version = "0.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "86018df177b1beef6c7c8ef949969c4f7cb9a9344181b92486b23c79995bdaa4"
|
||||
checksum = "1b861ecaade43ac97886a512b360d01d66be9f41f3c61088b42cedf92e03d678"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bitflags",
|
||||
|
|
|
@ -21,7 +21,7 @@ crossterm = "0.22.1"
|
|||
dirs = "4.0.0"
|
||||
expand = "0.2.0"
|
||||
futures-lite = "1.12.0"
|
||||
ron = "0.6.6"
|
||||
ron = "0.7.0"
|
||||
serde = { version = "1.0.130", features = ["derive"] }
|
||||
|
||||
[dependencies.tui]
|
||||
|
|
Loading…
Reference in a new issue