Skip to content

Commit

Permalink
fix bad rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Aug 22, 2023
1 parent 5e6447b commit f763642
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/codecs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ futures = { version = "0.3", default-features = false }
indoc = { version = "2", default-features = false }
tokio = { version = "1", features = ["test-util"] }
similar-asserts = "1.5.0"
similar-asserts = "1.4.2"
vrl = { version = "0.6.0", features = ["cli", "test", "test_framework", "arbitrary"] }
vector-core = { path = "../vector-core", default-features = false, features = ["test"] }

Expand Down
1 change: 0 additions & 1 deletion lib/vector-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ vector-config-macros = { path = "../vector-config-macros" }
[dev-dependencies]
assert-json-diff = { version = "2", default-features = false }
serde_with = { version = "3.3.0", default-features = false, features = ["std", "macros"] }
serde_with = { version = "3.2.0", default-features = false, features = ["std", "macros"] }
vector-core = { path = "../vector-core", default-features = false, features = ["test"] }

0 comments on commit f763642

Please sign in to comment.