Skip to content

Commit a0f3403

Browse files
authored
chore(deps): update VRL to v0.19.0 (#21392)
* chore(deps): update VRL to v0.19.0 * dd-rust-license-tool write * bump msrv
1 parent 230f0ca commit a0f3403

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

Cargo.lock

Lines changed: 15 additions & 2 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
@@ -12,7 +12,7 @@ default-run = "vector"
1212
autobenches = false # our benchmarks are not runnable on their own either way
1313
# Minimum supported rust version
1414
# See docs/DEVELOPING.md for policy
15-
rust-version = "1.78"
15+
rust-version = "1.79"
1616

1717
[[bin]]
1818
name = "vector"
@@ -149,7 +149,7 @@ toml = { version = "0.8.19", default-features = false, features = ["display", "p
149149
tonic = { version = "0.11", default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] }
150150
tonic-build = { version = "0.11", default-features = false, features = ["transport", "prost"] }
151151
uuid = { version = "1.10.0", features = ["v4", "v7", "serde"] }
152-
vrl = { git = "https://github.com/vectordotdev/vrl", rev="cfcef6626e9131fbce5f45e7d05a6d82bc9f7116", features = ["arbitrary", "cli", "test", "test_framework"] }
152+
vrl = { version = "0.19.0", features = ["arbitrary", "cli", "test", "test_framework"] }
153153

154154
[dependencies]
155155
pin-project.workspace = true

LICENSE-3rdparty.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ executor-trait,https://github.com/amqp-rs/executor-trait,Apache-2.0 OR MIT,Marc-
210210
exitcode,https://github.com/benwilber/exitcode,Apache-2.0,Ben Wilber <benwilber@gmail.com>
211211
fakedata_generator,https://github.com/kevingimbel/fakedata_generator,MIT,Kevin Gimbel <hallo@kevingimbel.com>
212212
fallible-iterator,https://github.com/sfackler/rust-fallible-iterator,MIT OR Apache-2.0,Steven Fackler <sfackler@gmail.com>
213+
fancy-regex,https://github.com/fancy-regex/fancy-regex,MIT,"Raph Levien <raph@google.com>, Robin Stocker <robin@nibor.org>"
213214
fastrand,https://github.com/smol-rs/fastrand,Apache-2.0 OR MIT,Stjepan Glavina <stjepang@gmail.com>
214215
ff,https://github.com/zkcrypto/ff,MIT OR Apache-2.0,"Sean Bowe <ewillbefull@gmail.com>, Jack Grigg <thestr4d@gmail.com>"
215216
fiat-crypto,https://github.com/mit-plv/fiat-crypto,MIT OR Apache-2.0 OR BSD-1-Clause,Fiat Crypto library authors <jgross@mit.edu>

0 commit comments

Comments
 (0)