Skip to content

Commit

Permalink
fix: snappy decode error for prom remote write (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 authored May 10, 2023
1 parent c18cb53 commit 3d432b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ parquet = { version = "36.0.0" }
paste = "1.0"
pin-project-lite = "0.2.8"
profile = { path = "components/profile" }
prom-remote-api = { version = "0.2.1" }
prom-remote-api = { version = "0.2.2" }
prometheus = "0.12"
prometheus-static-metric = "0.5"
prost = "0.11"
Expand Down

0 comments on commit 3d432b9

Please sign in to comment.