fix(migrate): update yaml-rust dependency to fix bad handling of multiline strings starting with a space. Fix #771
This commit is contained in:
parent
3ac6835c45
commit
84b029854a
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -787,7 +787,7 @@ dependencies = [
|
|||
"test-case",
|
||||
"thiserror",
|
||||
"walkdir",
|
||||
"yaml-rust 0.4.5 (git+https://github.com/federico-terzi/yaml-rust)",
|
||||
"yaml-rust 0.4.6",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -2399,7 +2399,7 @@ dependencies = [
|
|||
"dtoa",
|
||||
"linked-hash-map",
|
||||
"serde",
|
||||
"yaml-rust 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"yaml-rust 0.4.5",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -3312,8 +3312,8 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "yaml-rust"
|
||||
version = "0.4.5"
|
||||
source = "git+https://github.com/federico-terzi/yaml-rust#b1a195252fcdabf743f68d03f4d84d151a5a3f62"
|
||||
version = "0.4.6"
|
||||
source = "git+https://github.com/federico-terzi/yaml-rust#454221bebabc93307bbf7aa7f556407dd3027363"
|
||||
dependencies = [
|
||||
"linked-hash-map",
|
||||
]
|
||||
|
|
|
@ -13,7 +13,7 @@ regex = "1.4.3"
|
|||
lazy_static = "1.4.0"
|
||||
dunce = "1.0.1"
|
||||
walkdir = "2.3.1"
|
||||
yaml-rust = { git = "https://github.com/federico-terzi/yaml-rust" }
|
||||
yaml-rust = { version = "0.4.6", git = "https://github.com/federico-terzi/yaml-rust" }
|
||||
path-slash = "0.1.4"
|
||||
tempdir = "0.3.7"
|
||||
fs_extra = "1.2.0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user