diff --git a/Cargo.lock b/Cargo.lock index 3e5f90dfcd8..20b4c997695 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -618,7 +618,7 @@ dependencies = [ "crucible-common", "crucible-protocol", "crucible-scope", - "dropshot 0.6.1-dev (git+https://github.com/oxidecomputer/dropshot?branch=main)", + "dropshot", "futures", "futures-core", "rand 0.8.5", @@ -971,45 +971,7 @@ dependencies = [ "base64", "bytes", "chrono", - "dropshot_endpoint 0.6.1-dev (git+https://github.com/oxidecomputer/dropshot?branch=main)", - "futures", - "hostname", - "http", - "hyper", - "indexmap", - "openapiv3", - "paste", - "percent-encoding", - "proc-macro2", - "rustls", - "rustls-pemfile", - "schemars", - "serde", - "serde_json", - "serde_urlencoded", - "slog", - "slog-async", - "slog-bunyan", - "slog-json", - "slog-term", - "tokio", - "tokio-rustls", - "toml", - "usdt", - "uuid", -] - -[[package]] -name = "dropshot" -version = "0.6.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot#0590171143964e32d913113df85174771d4699d9" -dependencies = [ - "async-stream", - "async-trait", - "base64", - "bytes", - "chrono", - "dropshot_endpoint 0.6.1-dev (git+https://github.com/oxidecomputer/dropshot)", + "dropshot_endpoint", "futures", "hostname", "http", @@ -1049,18 +1011,6 @@ dependencies = [ "syn", ] -[[package]] -name = "dropshot_endpoint" -version = "0.6.1-dev" -source = "git+https://github.com/oxidecomputer/dropshot#0590171143964e32d913113df85174771d4699d9" -dependencies = [ - "proc-macro2", - "quote", - "serde", - "serde_tokenstream", - "syn", -] - [[package]] name = "dtrace-parser" version = "0.1.12" @@ -1851,7 +1801,7 @@ version = "0.1.0" dependencies = [ "anyhow", "clap 3.1.8", - "dropshot 0.6.1-dev (git+https://github.com/oxidecomputer/dropshot)", + "dropshot", "expectorate", "internal-dns-client", "omicron-test-utils", @@ -2222,7 +2172,7 @@ dependencies = [ "anyhow", "bytes", "chrono", - "dropshot 0.6.1-dev (git+https://github.com/oxidecomputer/dropshot?branch=main)", + "dropshot", "headers", "http", "hyper", @@ -2337,7 +2287,7 @@ dependencies = [ "api_identity", "backoff", "chrono", - "dropshot 0.6.1-dev (git+https://github.com/oxidecomputer/dropshot?branch=main)", + "dropshot", "expectorate", "futures", "http", @@ -2384,7 +2334,7 @@ name = "omicron-gateway" version = "0.1.0" dependencies = [ "clap 3.1.8", - "dropshot 0.6.1-dev (git+https://github.com/oxidecomputer/dropshot?branch=main)", + "dropshot", "expectorate", "futures", "gateway-messages", @@ -2428,7 +2378,7 @@ dependencies = [ "db-macros", "diesel", "diesel-dtrace", - "dropshot 0.6.1-dev (git+https://github.com/oxidecomputer/dropshot?branch=main)", + "dropshot", "expectorate", "futures", "headers", @@ -2524,7 +2474,7 @@ dependencies = [ "cfg-if", "chrono", "crucible-agent-client", - "dropshot 0.6.1-dev (git+https://github.com/oxidecomputer/dropshot?branch=main)", + "dropshot", "expectorate", "futures", "http", @@ -2571,7 +2521,7 @@ name = "omicron-test-utils" version = "0.1.0" dependencies = [ "anyhow", - "dropshot 0.6.1-dev (git+https://github.com/oxidecomputer/dropshot?branch=main)", + "dropshot", "expectorate", "futures", "libc", @@ -2752,7 +2702,7 @@ dependencies = [ name = "oximeter-collector" version = "0.1.0" dependencies = [ - "dropshot 0.6.1-dev (git+https://github.com/oxidecomputer/dropshot?branch=main)", + "dropshot", "expectorate", "nexus-client", "omicron-common", @@ -2782,7 +2732,7 @@ dependencies = [ "async-trait", "bytes", "chrono", - "dropshot 0.6.1-dev (git+https://github.com/oxidecomputer/dropshot?branch=main)", + "dropshot", "itertools", "omicron-test-utils", "oximeter", @@ -2806,7 +2756,7 @@ name = "oximeter-instruments" version = "0.1.0" dependencies = [ "chrono", - "dropshot 0.6.1-dev (git+https://github.com/oxidecomputer/dropshot?branch=main)", + "dropshot", "futures", "http", "oximeter", @@ -2828,7 +2778,7 @@ name = "oximeter-producer" version = "0.1.0" dependencies = [ "chrono", - "dropshot 0.6.1-dev (git+https://github.com/oxidecomputer/dropshot?branch=main)", + "dropshot", "nexus-client", "omicron-common", "oximeter", @@ -4276,7 +4226,7 @@ version = "0.1.0" dependencies = [ "anyhow", "async-trait", - "dropshot 0.6.1-dev (git+https://github.com/oxidecomputer/dropshot?branch=main)", + "dropshot", "gateway-messages", "hex", "omicron-common", diff --git a/internal-dns/Cargo.toml b/internal-dns/Cargo.toml index 6abe17b75f0..04a1543fbd9 100644 --- a/internal-dns/Cargo.toml +++ b/internal-dns/Cargo.toml @@ -7,7 +7,7 @@ license = "MPL-2.0" [dependencies] anyhow = "1.0" clap = { version = "3.1", features = [ "derive" ] } -dropshot = { git = "https://github.com/oxidecomputer/dropshot" } +dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] } pretty-hex = "0.2.1" schemars = "0.8" serde = { version = "1.0", features = [ "derive" ] } diff --git a/oximeter/db/Cargo.toml b/oximeter/db/Cargo.toml index bc7460da621..53ace001245 100644 --- a/oximeter/db/Cargo.toml +++ b/oximeter/db/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0" async-trait = "0.1.53" bytes = { version = "1.0.1", features = [ "serde" ] } chrono = { version = "0.4.19", features = [ "serde" ] } -dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main" } +dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] } oximeter = { path = "../oximeter" } regex = "1.5.5" reqwest = { version = "0.11.8", features = [ "json" ] }