We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c11aa4 commit 01d02adCopy full SHA for 01d02ad
catalyst-gateway/bin/Cargo.toml
@@ -104,6 +104,9 @@ poem-openapi-derive = { version = "=5.1.4" }
104
# Its a transitive dependency of the "poem-openapi-derive" crate,
105
# but its breaks API after version "0.20.11".
106
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" }
110
111
[dev-dependencies]
112
@@ -112,4 +115,4 @@ build-info-build = "0.0.39"
115
113
116
[package.metadata.cargo-machete]
114
117
# remove that after fixing issues with latest crates
-ignored = ["poem-openapi-derive", "darling"]
118
+ignored = ["poem-openapi-derive", "darling", "orx-iterable"]
0 commit comments