diff --git a/Cargo.toml b/Cargo.toml index 2693604..b265c3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tar = "0.4" flate2 = "1.0" reqwest = { version = "0.13", features = ["json", "stream"] } bytes = "1.0" -yaml-rust2 = "0.10" +yaml-rust2 = "0.11" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } dirs = "6.0"