Skip to content

Commit

Permalink
chore: fix greptime-proto
Browse files Browse the repository at this point in the history
  • Loading branch information
QuenKar committed Sep 18, 2023
1 parent c579023 commit 493d32c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ datafusion-substrait = { git = "https://github.com/waynexia/arrow-datafusion.git
derive_builder = "0.12"
futures = "0.3"
futures-util = "0.3"
greptime-proto = { git = "https://github.com/Quenkar/greptime-proto.git", rev = "9a5dfe9ba412c80827a425d0b38dcd7acd69c561" }
greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "9d3f28d07d29607d0e3c1823f4a4d2bc229d05b9" }
humantime-serde = "1.1"
itertools = "0.10"
lazy_static = "1.4"
Expand Down

0 comments on commit 493d32c

Please sign in to comment.