Update pretty requirement from ~0.10 to ~0.11
Updates the requirements on [pretty](https://github.com/Marwes/pretty.rs) to permit the latest version. - [Release notes](https://github.com/Marwes/pretty.rs/releases) - [Changelog](https://github.com/Marwes/pretty.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/Marwes/pretty.rs/compare/v0.10.0...v0.11.3) --- updated-dependencies: - dependency-name: pretty dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b19a994c68
commit
84c1f33809
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ chrono = "~0.4"
|
|||
itertools = "~0.10"
|
||||
num = "~0.4"
|
||||
ordered-float = "~2.8"
|
||||
pretty = "~0.10"
|
||||
uuid = { version = "~0.8", features = ["v4", "serde"] }
|
||||
pretty = "~0.11"
|
||||
uuid = { version = "~1.0", features = ["v4", "serde"] }
|
||||
serde = { version = "~1.0", optional = true }
|
||||
serde_derive = { version = "~1.0", optional = true }
|
||||
peg = "~0.7"
|
||||
|
|
Loading…
Reference in a new issue