diff --git a/CHANGELOG.md b/CHANGELOG.md index caa6dc4..a800f5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ ## Unreleased - ReleaseDate +### Fixed + +Updated drift to 0.1.1 to enable proper handling of OpenAPI type graph cycles. + ## [0.2.2] - 2025-10-01 ### Added diff --git a/Cargo.lock b/Cargo.lock index 3502bb7..5176ee5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -413,9 +413,9 @@ dependencies = [ [[package]] name = "drift" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43eb40edecda6106744f5e4f3d4dc78b3adf19d3cfb2d81cc4faa007da91e527" +checksum = "beebeb5f38023a0c6586ffd39e43bb3280926e18faf576a3e10c95895c99651e" dependencies = [ "anyhow", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 69d51da..5d06fff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ camino-tempfile-ext = "0.3.3" chrono = { version = "0.4.38", features = ["serde"] } clap = "4.5" debug-ignore = "1.0.5" -drift = "0.1.0" +drift = "0.1.1" dropshot = "0.16.4" dropshot-api-manager = { path = "crates/dropshot-api-manager", version = "0.2.2" } dropshot-api-manager-types = { path = "crates/dropshot-api-manager-types", version = "0.2.2" }