@@ -119,7 +119,7 @@ members = [
119
119
]
120
120
121
121
[workspace .dependencies ]
122
- vrl = { version = " 0.7.0 " , features = [" cli" ] }
122
+ vrl = { version = " 0.8.1 " , features = [" cli" ] }
123
123
124
124
pin-project = { version = " 1.1.3" , default-features = false }
125
125
@@ -269,7 +269,7 @@ http-body = { version = "0.4.5", default-features = false }
269
269
hyper = { version = " 0.14.27" , default-features = false , features = [" client" , " runtime" , " http1" , " http2" , " server" , " stream" ] }
270
270
hyper-openssl = { version = " 0.9.2" , default-features = false }
271
271
hyper-proxy = { version = " 0.9.1" , default-features = false , features = [" openssl-tls" ] }
272
- indexmap = { version = " ~2.0.2 " , default-features = false , features = [" serde" , " std" ] }
272
+ indexmap = { version = " 2.1.0 " , default-features = false , features = [" serde" , " std" ] }
273
273
infer = { version = " 0.15.0" , default-features = false , optional = true }
274
274
indoc = { version = " 2.0.4" , default-features = false }
275
275
inventory = { version = " 0.3.13" , default-features = false }
@@ -362,7 +362,7 @@ tokio = { version = "1.33.0", features = ["test-util"] }
362
362
tokio-test = " 0.4.3"
363
363
tower-test = " 0.4.0"
364
364
vector-lib = { path = " lib/vector-lib" , default-features = false , features = [" vrl" , " test" ] }
365
- vrl = { version = " 0.7.0 " , features = [" cli" , " test" , " test_framework" , " arbitrary" ] }
365
+ vrl = { version = " 0.8.1 " , features = [" cli" , " test" , " test_framework" , " arbitrary" ] }
366
366
367
367
wiremock = " 0.5.19"
368
368
zstd = { version = " 0.13.0" , default-features = false }
0 commit comments