diff --git a/Cargo.lock b/Cargo.lock index 5f91939..5e5b66e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3539,7 +3539,7 @@ dependencies = [ [[package]] name = "superviseur" -version = "0.1.0-alpha.11" +version = "0.1.0-alpha.12" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 88288e1..8c823a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MPL-2.0" name = "superviseur" readme = "README.md" repository = "https://github.com/tsirysndr/superviseur" -version = "0.1.0-alpha.11" +version = "0.1.0-alpha.12" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -21,7 +21,7 @@ async-graphql-actix-web = "5.0.6" async-recursion = "1.0.4" async-trait = "0.1.68" bat = "0.22.1" -bollard = { version = "0.14.0", features = ["buildkit", "rustls", "tonic", "chrono", "ssl"] } +bollard = {version = "0.14.0", features = ["buildkit", "rustls", "tonic", "chrono", "ssl"]} chrono = "0.4.23" clap = "3.2.20" colored_json = "3.1.0"