diff --git a/Cargo.lock b/Cargo.lock index bd30b2a8..45db8bed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1730,9 +1730,9 @@ dependencies = [ [[package]] name = "drift" -version = "0.1.0" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43eb40edecda6106744f5e4f3d4dc78b3adf19d3cfb2d81cc4faa007da91e527" +checksum = "44cc7f4e6337c9c0d0402e2dccaeaea63fc38467a3e5ab3f465372dafce2cd89" dependencies = [ "anyhow", "indexmap 2.13.0", @@ -1795,9 +1795,9 @@ dependencies = [ [[package]] name = "dropshot-api-manager" -version = "0.2.2" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d0c9a9b3587eb5c7da419466203773307767124fa20e84068d9dd06ee34caa9" +checksum = "c38a99616a680fafd8b7a03cc300aab80b0bbf0fb17c6baac53431d9d12b64b5" dependencies = [ "anyhow", "atomicwrites", @@ -1808,12 +1808,15 @@ dependencies = [ "dropshot", "dropshot-api-manager-types", "fs-err", + "git-stub", + "git-stub-vcs", "hex", "indent_write", "newtype_derive", "openapiv3", "owo-colors", "paste", + "rayon", "semver 1.0.27", "serde_json", "sha2", @@ -1825,9 +1828,9 @@ dependencies = [ [[package]] name = "dropshot-api-manager-types" -version = "0.2.2" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00be3e4459aae391b88805e9f735c7cf9cf4ed6aad02bc0e92b224b590af39ab" +checksum = "f5116e3d69b975bb89824a721d0326707b8643e4fd3ba69ca880de1aada768cf" dependencies = [ "anyhow", "camino", @@ -2396,6 +2399,30 @@ dependencies = [ "zeroize", ] +[[package]] +name = "git-stub" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a42c6ab99e8c06cf862540c646368223b12225328d094fb0ed7755434376a1e" +dependencies = [ + "camino", + "hex", + "thiserror 2.0.18", +] + +[[package]] +name = "git-stub-vcs" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "030ad7aaa1d066e8fb39ac2748f1a12b072eed4a4af8d2e073fc80ba74ab173c" +dependencies = [ + "atomicwrites", + "camino", + "fs-err", + "git-stub", + "thiserror 2.0.18", +] + [[package]] name = "git2" version = "0.19.0" @@ -4472,9 +4499,9 @@ dependencies = [ [[package]] name = "owo-colors" -version = "4.2.2" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48dd4f4a2c8405440fd0462561f0e5806bd0f77e86f51c761481bdd4018b545e" +checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d" [[package]] name = "oxide-tokio-rt" diff --git a/Cargo.toml b/Cargo.toml index e9071901..ed8d6e48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,8 +70,8 @@ csv = "1.3" curl = "0.4" display-error-chain = "0.2" dropshot = "0.16.6" -dropshot-api-manager = "0.2.2" -dropshot-api-manager-types = "0.2.2" +dropshot-api-manager = "0.5.2" +dropshot-api-manager-types = "0.5.2" expectorate = "1" futures = "0.3" http = "1.2.0"