Skip to content

Commit 01d02ad

Browse files
authored
fix cat-gateway (#2164)
1 parent 6c11aa4 commit 01d02ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

catalyst-gateway/bin/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ poem-openapi-derive = { version = "=5.1.4" }
104104
# Its a transitive dependency of the "poem-openapi-derive" crate,
105105
# but its breaks API after version "0.20.11".
106106
darling = { version = "=0.20.10" }
107+
# Its a transitive dependency of the "orx-concurrent-vec" crate,
108+
# but its breaks API after version "1.3.0".
109+
orx-iterable = { version = "=1.2.0" }
107110

108111
[dev-dependencies]
109112

@@ -112,4 +115,4 @@ build-info-build = "0.0.39"
112115

113116
[package.metadata.cargo-machete]
114117
# remove that after fixing issues with latest crates
115-
ignored = ["poem-openapi-derive", "darling"]
118+
ignored = ["poem-openapi-derive", "darling", "orx-iterable"]

0 commit comments

Comments
 (0)