diff --git a/Cargo.toml b/Cargo.toml index 215bb7e..7bab89a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ path = "src/migrator.rs" anyhow = { version = "1.0.75", features = ["std"] } async-trait = "0.1.81" axum = { version = "0.8.4", features = ["json", "macros"] } -bollard = "0.19.1" +bollard = "0.20.1" bytes = "1.6.0" chrono = { version = "0.4.31", features = ["serde"] } clap = { version = "4.4.10", features = ["derive"] }