Skip to content

Commit

Permalink
chore(deps): update VRL to v0.19.0 (#21392)
Browse files Browse the repository at this point in the history
* chore(deps): update VRL to v0.19.0

* dd-rust-license-tool write

* bump msrv
  • Loading branch information
pront authored Oct 2, 2024
1 parent 230f0ca commit a0f3403
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
17 changes: 15 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ default-run = "vector"
autobenches = false # our benchmarks are not runnable on their own either way
# Minimum supported rust version
# See docs/DEVELOPING.md for policy
rust-version = "1.78"
rust-version = "1.79"

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

[dependencies]
pin-project.workspace = true
Expand Down
1 change: 1 addition & 0 deletions LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ executor-trait,https://github.com/amqp-rs/executor-trait,Apache-2.0 OR MIT,Marc-
exitcode,https://github.com/benwilber/exitcode,Apache-2.0,Ben Wilber <[email protected]>
fakedata_generator,https://github.com/kevingimbel/fakedata_generator,MIT,Kevin Gimbel <[email protected]>
fallible-iterator,https://github.com/sfackler/rust-fallible-iterator,MIT OR Apache-2.0,Steven Fackler <[email protected]>
fancy-regex,https://github.com/fancy-regex/fancy-regex,MIT,"Raph Levien <[email protected]>, Robin Stocker <[email protected]>"
fastrand,https://github.com/smol-rs/fastrand,Apache-2.0 OR MIT,Stjepan Glavina <[email protected]>
ff,https://github.com/zkcrypto/ff,MIT OR Apache-2.0,"Sean Bowe <[email protected]>, Jack Grigg <[email protected]>"
fiat-crypto,https://github.com/mit-plv/fiat-crypto,MIT OR Apache-2.0 OR BSD-1-Clause,Fiat Crypto library authors <[email protected]>
Expand Down

0 comments on commit a0f3403

Please sign in to comment.