Skip to content

Commit 10a5ca2

Browse files
fix(dev): add toml to codecs dev-dependencies (#24766)
fix(dev): add toml to codec's dev-dependencies
1 parent f839e42 commit 10a5ca2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/codecs/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ toml = { version = "0.9.8", optional = true }
6161
futures.workspace = true
6262
indoc.workspace = true
6363
tokio = { workspace = true, features = ["test-util"] }
64+
toml.workspace = true
6465
similar-asserts = "1.7.0"
6566
vector-core = { path = "../vector-core", default-features = false, features = ["vrl", "test"] }
6667
rstest = "0.26.1"

0 commit comments

Comments
 (0)