Skip to content

Commit

Permalink
chore: use influxdb line protocol in crates (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 authored Mar 24, 2023
1 parent 13a81c2 commit 2fba966
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions 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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ datafusion-expr = { workspace = true }
df_operator = { workspace = true }
futures = { workspace = true }
http = "0.2"
influxdb_line_protocol = { git = "https://github.com/jiacai2050/influxdb_line_protocol" }
influxdb-line-protocol = "1.0"
interpreters = { workspace = true }
lazy_static = { workspace = true }
log = { workspace = true }
Expand Down

0 comments on commit 2fba966

Please sign in to comment.