diff --git a/Cargo.toml b/Cargo.toml index dfd7935..c845391 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ anyhow = "1.0.89" cap-tempfile = "4.0" clap = { version = "4", features = ["derive"] } oci-distribution = "0.11" -reqwest = { version = "0.12", features = ["json"] } +reqwest = { version = "0.13", features = ["json"] } tokio = { version = "1", features = ["rt-multi-thread", "macros"] } [features]