Skip to content

Commit 8086e19

Browse files
authored
fix(deps): fix [dev-dependencies] for some libs (vectordotdev#18328)
* fix(deps): fix [dev-dependencies] for some libs * remove extra newline * fix bad rebase
1 parent 0d8ab26 commit 8086e19

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

Cargo.lock

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

lib/codecs/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ futures = { version = "0.3", default-features = false }
3838
indoc = { version = "2", default-features = false }
3939
tokio = { version = "1", features = ["test-util"] }
4040
similar-asserts = "1.5.0"
41+
vrl = { version = "0.6.0", features = ["cli", "test", "test_framework", "arbitrary"] }
42+
vector-core = { path = "../vector-core", default-features = false, features = ["test"] }
4143

4244
[features]
4345
syslog = ["dep:syslog_loose"]

lib/vector-config/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ vector-config-macros = { path = "../vector-config-macros" }
3434
[dev-dependencies]
3535
assert-json-diff = { version = "2", default-features = false }
3636
serde_with = { version = "3.3.0", default-features = false, features = ["std", "macros"] }
37+
vector-core = { path = "../vector-core", default-features = false, features = ["test"] }

lib/vector-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ rand = "0.8.5"
9595
rand_distr = "0.4.3"
9696
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["env-filter", "fmt", "ansi", "registry"] }
9797
vector-common = { path = "../vector-common", default-features = false, features = ["test"] }
98-
vrl.workspace = true
98+
vrl = { version = "0.6.0", features = ["cli", "test", "test_framework", "arbitrary"] }
9999

100100
[features]
101101
api = ["dep:async-graphql"]

0 commit comments

Comments
 (0)