diff --git a/Cargo.lock b/Cargo.lock index 6a2fab8..1ef4a53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1343,9 +1343,9 @@ dependencies = [ [[package]] name = "serde_yaml_bw" -version = "2.4.1" +version = "2.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e625d4f8798a3707dc8ec750f593156ff7605b9c1f07a04c2e66d75ef0ed2b3" +checksum = "b3dc81c391abf99881eb27ee73957d4aaa751d0f242548bfe6148ca360b23448" dependencies = [ "base64", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 61141bf..ef4132e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ anyhow = "1.0.100" clap = { version = "4.5.50", features = ["derive"] } reqwest = { version = "0.12.24", features = ["brotli", "charset", "deflate", "gzip", "http2", "json", "rustls-tls-native-roots", "system-proxy", "zstd"], default-features = false } serde_json = { version = "1.0.145", features = ["raw_value", "alloc", "preserve_order"] } -serde_yaml_bw = "2.4.1" +serde_yaml_bw = "2.5.1" tokio = { version = "1.48.0", features = ["full"] } serde = { version = "1.0.228", features = ["derive"] } http = "1.3.1"