diff --git a/Cargo.lock b/Cargo.lock index 493e4f2..44058c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/espanso-migrate/Cargo.toml b/espanso-migrate/Cargo.toml index 16aaab8..07d513c 100644 --- a/espanso-migrate/Cargo.toml +++ b/espanso-migrate/Cargo.toml @@ -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"