Skip to content

Commit

Permalink
feat(cubestore): Upgrade warp to 0.3.3 (use crates.io instead of git) (
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Jan 23, 2023
1 parent a44ebbb commit d2307a8
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 26 deletions.
122 changes: 97 additions & 25 deletions rust/cubestore/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/cubestore/cubestore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ libc = { version = "0.2.97", optional = true }
base64 = "0.13.0"
bumpalo = "3.6.1"
tokio = { version = "1.0", features = ["full", "rt"] }
warp = { git = 'https://github.com/seanmonstar/warp', version = "0.3.0" }
warp = { version = "0.3.3" }
sqlparser = { git = 'https://github.com/cube-js/sqlparser-rs.git', rev = "a65390c81ffcc34eac2bd35c837c5683d44ec1e0" }
serde_derive = "1.0.115"
serde = "1.0.115"
Expand Down

0 comments on commit d2307a8

Please sign in to comment.