Skip to content

Commit d2307a8

Browse files
authored
feat(cubestore): Upgrade warp to 0.3.3 (use crates.io instead of git) (#6043)
1 parent a44ebbb commit d2307a8

File tree

2 files changed

+98
-26
lines changed

2 files changed

+98
-26
lines changed

rust/cubestore/Cargo.lock

Lines changed: 97 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/cubestore/cubestore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ libc = { version = "0.2.97", optional = true }
1717
base64 = "0.13.0"
1818
bumpalo = "3.6.1"
1919
tokio = { version = "1.0", features = ["full", "rt"] }
20-
warp = { git = 'https://github.com/seanmonstar/warp', version = "0.3.0" }
20+
warp = { version = "0.3.3" }
2121
sqlparser = { git = 'https://github.com/cube-js/sqlparser-rs.git', rev = "a65390c81ffcc34eac2bd35c837c5683d44ec1e0" }
2222
serde_derive = "1.0.115"
2323
serde = "1.0.115"

0 commit comments

Comments
 (0)