From 48da1fdb9f47822f126b8b9226f7fcb631ee262a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 05:23:07 +0000 Subject: [PATCH] build(deps): bump amp-client from v0.9.2 to v0.9.3 Bumps [amp-client](https://github.com/amphitheatre-app/amp-client-rust) from v0.9.2 to v0.9.3. - [Commits](https://github.com/amphitheatre-app/amp-client-rust/compare/0d761d447778097425bcd84cd052b50158556362...a8495f6ead9823d6fb176341dc4fc13e36c5b7ab) --- updated-dependencies: - dependency-name: amp-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 95 +++++------------------------------------------------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 88 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e1cdd0..88e1c2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,10 +47,10 @@ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" [[package]] name = "amp-client" -version = "0.9.2" -source = "git+https://github.com/amphitheatre-app/amp-client-rust?tag=v0.9.2#0d761d447778097425bcd84cd052b50158556362" +version = "0.9.3" +source = "git+https://github.com/amphitheatre-app/amp-client-rust?tag=v0.9.3#a8495f6ead9823d6fb176341dc4fc13e36c5b7ab" dependencies = [ - "amp-common 0.9.3", + "amp-common", "futures", "reqwest-eventsource", "serde", @@ -58,34 +58,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "amp-common" -version = "0.9.3" -source = "git+https://github.com/amphitheatre-app/common?tag=v0.9.3#c4f17cc42e47cb1e135139cd421b63e083b4d254" -dependencies = [ - "anyhow", - "chrono", - "confy", - "convert_case", - "data-encoding", - "dirs", - "json_comments", - "k8s-openapi", - "kube", - "notify 6.1.1", - "oci-distribution", - "schemars", - "serde", - "serde_json", - "thiserror", - "toml", - "tracing", - "ureq", - "url", - "utoipa", - "validator", -] - [[package]] name = "amp-common" version = "0.9.4" @@ -100,7 +72,7 @@ dependencies = [ "json_comments", "k8s-openapi", "kube", - "notify 7.0.0", + "notify", "oci-distribution", "schemars", "serde", @@ -522,15 +494,6 @@ dependencies = [ "cfg-if", ] -[[package]] -name = "crossbeam-channel" -version = "0.5.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" -dependencies = [ - "crossbeam-utils", -] - [[package]] name = "crossbeam-utils" version = "0.8.20" @@ -1183,17 +1146,6 @@ dependencies = [ "serde", ] -[[package]] -name = "inotify" -version = "0.9.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" -dependencies = [ - "bitflags 1.3.2", - "inotify-sys", - "libc", -] - [[package]] name = "inotify" version = "0.10.2" @@ -1550,18 +1502,6 @@ dependencies = [ "adler2", ] -[[package]] -name = "mio" -version = "0.8.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" -dependencies = [ - "libc", - "log", - "wasi", - "windows-sys 0.48.0", -] - [[package]] name = "mio" version = "1.0.2" @@ -1585,25 +1525,6 @@ dependencies = [ "minimal-lexical", ] -[[package]] -name = "notify" -version = "6.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" -dependencies = [ - "bitflags 2.6.0", - "crossbeam-channel", - "filetime", - "fsevent-sys", - "inotify 0.9.6", - "kqueue", - "libc", - "log", - "mio 0.8.11", - "walkdir", - "windows-sys 0.48.0", -] - [[package]] name = "notify" version = "7.0.0" @@ -1613,11 +1534,11 @@ dependencies = [ "bitflags 2.6.0", "filetime", "fsevent-sys", - "inotify 0.10.2", + "inotify", "kqueue", "libc", "log", - "mio 1.0.2", + "mio", "notify-types", "walkdir", "windows-sys 0.52.0", @@ -1856,7 +1777,7 @@ name = "playground-api" version = "0.3.1" dependencies = [ "amp-client", - "amp-common 0.9.4", + "amp-common", "anyhow", "axum", "clap", @@ -2631,7 +2552,7 @@ dependencies = [ "backtrace", "bytes", "libc", - "mio 1.0.2", + "mio", "parking_lot", "pin-project-lite", "signal-hook-registry", diff --git a/Cargo.toml b/Cargo.toml index 4ce8db1..938ca00 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.9.2" } +amp-client = { git = "https://github.com/amphitheatre-app/amp-client-rust", tag = "v0.9.3" } amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.9.4" } anyhow = "1.0.92" axum = { version = "0.7.7" }