Skip to content

Commit 08fcb86

Browse files
committed
remove more extraneous stuff
Signed-off-by: Toby Lawrence <[email protected]>
1 parent 8965672 commit 08fcb86

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

Cargo.lock

+1-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/vector-core/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ regex = { version = "1.5.4", default-features = false, features = ["std", "perf"
4242
serde = { version = "1.0.130", default-features = false, features = ["derive"] }
4343
serde_json = { version = "1.0.68", default-features = false }
4444
shared = { path = "../shared" }
45-
sketches-ddsketch = { git = "https://github.com/vectordotdev/rust-sketches-ddsketch", branch = "add-lower-bound-fn", default-features = false }
4645
snafu = { version = "0.6.10", default-features = false }
4746
substring = { version = "1.4", default-features = false }
4847
tokio = { version = "1.12.0", default-features = false }

lib/vector-core/proto/event.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ message Sketch {
147147
oneof sketch {
148148
AgentDDSketch agent_dd_sketch = 1;
149149
}
150-
}
150+
}

0 commit comments

Comments
 (0)