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 70e9cf9 commit 8d65706Copy full SHA for 8d65706
1 file changed
server/Cargo.toml
@@ -20,7 +20,7 @@ log = "0.4"
20
env_logger = "0.10"
21
bolt4rs = { path = "../lib", features = ["unstable-bolt-protocol-impl-v2", "unstable-serde-packstream-format"] }
22
anyhow = "1.0"
23
-clap = { version = "4.4", features = ["derive"] }
+clap = { version = ">=4.4, <=4.5.56", features = ["derive"] }
24
lbug = { version = "^0.15.2", features = ["arrow"] }
25
arrow-array = { version = "55.0.0", default-features = false }
26
arrow = { version = "55.0.0", default-features = false }
0 commit comments