Skip to content

Commit 32df3cd

Browse files
authored
chore(releasing): bump vector version to 0.44.0 (vectordotdev#21955)
* chore(releasing): bump vector version to 0.44.0 * cargo update -p vrl * fix rebase
1 parent 53e4c66 commit 32df3cd

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vector"
3-
version = "0.43.0"
3+
version = "0.44.0"
44
authors = ["Vector Contributors <[email protected]>"]
55
edition = "2021"
66
description = "A lightweight and ultra-fast tool for building observability pipelines"
@@ -164,7 +164,7 @@ vector-lib = { path = "lib/vector-lib", default-features = false, features = ["v
164164
vector-config = { path = "lib/vector-config" }
165165
vector-config-common = { path = "lib/vector-config-common" }
166166
vector-config-macros = { path = "lib/vector-config-macros" }
167-
vrl = { version = "0.20.0", features = ["arbitrary", "cli", "test", "test_framework"] }
167+
vrl = { git = "https://github.com/vectordotdev/vrl", branch = "main", features = ["arbitrary", "cli", "test", "test_framework"] }
168168

169169
[dependencies]
170170
pin-project.workspace = true

0 commit comments

Comments
 (0)