Skip to content

Commit

Permalink
fix(deps): fix [dev-dependencies] for some libs (vectordotdev#18328)
Browse files Browse the repository at this point in the history
* fix(deps): fix [dev-dependencies] for some libs

* remove extra newline

* fix bad rebase
  • Loading branch information
pront committed Aug 23, 2023
1 parent 0d8ab26 commit 8086e19
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions lib/codecs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ futures = { version = "0.3", default-features = false }
indoc = { version = "2", default-features = false }
tokio = { version = "1", features = ["test-util"] }
similar-asserts = "1.5.0"
vrl = { version = "0.6.0", features = ["cli", "test", "test_framework", "arbitrary"] }
vector-core = { path = "../vector-core", default-features = false, features = ["test"] }

[features]
syslog = ["dep:syslog_loose"]
1 change: 1 addition & 0 deletions lib/vector-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +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"] }
vector-core = { path = "../vector-core", default-features = false, features = ["test"] }
2 changes: 1 addition & 1 deletion lib/vector-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ rand = "0.8.5"
rand_distr = "0.4.3"
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["env-filter", "fmt", "ansi", "registry"] }
vector-common = { path = "../vector-common", default-features = false, features = ["test"] }
vrl.workspace = true
vrl = { version = "0.6.0", features = ["cli", "test", "test_framework", "arbitrary"] }

[features]
api = ["dep:async-graphql"]
Expand Down

0 comments on commit 8086e19

Please sign in to comment.