mirror of
https://github.com/figsoda/mmtc
synced 2024-11-10 10:14:13 +00:00
Bump ron from 0.8.0 to 0.8.1
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](https://github.com/ron-rs/ron/compare/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] <support@github.com>
This commit is contained in:
parent
f2148ff7d9
commit
527a0d1ad8
2 changed files with 7 additions and 6 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
@ -129,9 +129,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|||
|
||||
[[package]]
|
||||
name = "base64"
|
||||
version = "0.13.1"
|
||||
version = "0.21.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
||||
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
|
||||
|
||||
[[package]]
|
||||
name = "bitflags"
|
||||
|
@ -673,13 +673,14 @@ checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316"
|
|||
|
||||
[[package]]
|
||||
name = "ron"
|
||||
version = "0.8.0"
|
||||
version = "0.8.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "300a51053b1cb55c80b7a9fde4120726ddf25ca241a1cbb926626f62fb136bff"
|
||||
checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bitflags 1.3.2",
|
||||
"bitflags 2.3.3",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -20,7 +20,7 @@ crossterm = "0.27.0"
|
|||
dirs = "5.0.1"
|
||||
expand = "0.3.0"
|
||||
futures-lite = "1.13.0"
|
||||
ron = "0.8.0"
|
||||
ron = "0.8.1"
|
||||
secular = { version = "1.0.1", features = ["normalization"] }
|
||||
serde = { version = "1.0.183", features = ["derive"] }
|
||||
|
||||
|
|
Loading…
Reference in a new issue