Skip to content

Commit

Permalink
chore(performance): Update VRL to bring in Box<str> key string change
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceg committed Oct 18, 2024
1 parent dc441a2 commit 4fa6ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ tonic = { version = "0.11", default-features = false, features = ["transport", "
tonic-build = { version = "0.11", default-features = false, features = ["transport", "prost"] }
uuid = { version = "1.11.0", features = ["v4", "v7", "serde"] }
vector-lib = { path = "lib/vector-lib", default-features = false, features = ["vrl"] }
vrl = { git = "https://github.com/vectordotdev/vrl", branch = "main", features = ["arbitrary", "cli", "test", "test_framework"] }
vrl = { git = "https://github.com/vectordotdev/vrl", rev = "e5587d4c9878658363e50f50fb12b9be0be41bf9", features = ["arbitrary", "cli", "test", "test_framework"] }

[dependencies]
pin-project.workspace = true
Expand Down

0 comments on commit 4fa6ed8

Please sign in to comment.