Skip to content

Commit 7e86e9f

Browse files
Bump Vector + use git VRL
1 parent b310fb5 commit 7e86e9f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vector"
3-
version = "0.53.0"
3+
version = "0.54.0"
44
authors = ["Vector Contributors <[email protected]>"]
55
edition = "2024"
66
description = "A lightweight and ultra-fast tool for building observability pipelines"
@@ -205,7 +205,7 @@ vector-config-macros = { path = "lib/vector-config-macros" }
205205
vector-common-macros = { path = "lib/vector-common-macros" }
206206
vector-lib = { path = "lib/vector-lib", default-features = false, features = ["vrl"] }
207207
vector-vrl-functions = { path = "lib/vector-vrl/functions" }
208-
vrl = { features = ["arbitrary", "cli", "test", "test_framework"] , version = "0.30.0" }
208+
vrl = { git = "https://github.com/vectordotdev/vrl.git", branch = "main", features = ["arbitrary", "cli", "test", "test_framework"] }
209209
mock_instant = { version = "0.6" }
210210
serial_test = { version = "3.2" }
211211

0 commit comments

Comments
 (0)