diff --git a/Cargo.lock b/Cargo.lock index 25bf9fd..459063e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,10 +62,10 @@ checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" [[package]] name = "amp-client" -version = "0.8.1" -source = "git+https://github.com/amphitheatre-app/amp-client-rust?tag=v0.8.1#ae4e0c13c92d402d956efaa15f2a228ae98b6b22" +version = "0.9.0" +source = "git+https://github.com/amphitheatre-app/amp-client-rust?tag=v0.9.0#4104242fd34208df5e4f98692438bcf3d1cd2899" dependencies = [ - "amp-common", + "amp-common 0.9.0", "futures", "reqwest-eventsource", "serde", @@ -101,6 +101,34 @@ dependencies = [ "validator", ] +[[package]] +name = "amp-common" +version = "0.9.0" +source = "git+https://github.com/amphitheatre-app/common?tag=v0.9.0#3221376c736d1101f8aaf410bd6462aae4c207d3" +dependencies = [ + "anyhow", + "chrono", + "confy", + "convert_case", + "data-encoding", + "dirs", + "json_comments", + "k8s-openapi", + "kube", + "notify", + "oci-distribution", + "schemars", + "serde", + "serde_json", + "thiserror", + "toml", + "tracing", + "ureq", + "url", + "utoipa", + "validator", +] + [[package]] name = "android-tzdata" version = "0.1.1" @@ -1852,7 +1880,7 @@ name = "playground-api" version = "0.3.0" dependencies = [ "amp-client", - "amp-common", + "amp-common 0.8.3", "anyhow", "axum", "chrono", diff --git a/Cargo.toml b/Cargo.toml index b464458..337abd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ name = "playground" path = "src/lib.rs" [dependencies] -amp-client = { git = "https://github.com/amphitheatre-app/amp-client-rust", tag = "v0.8.1" } +amp-client = { git = "https://github.com/amphitheatre-app/amp-client-rust", tag = "v0.9.0" } amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.8.3" } anyhow = "1.0.86" axum = { version = "0.7.5" }