Skip to content

Commit

Permalink
fix(deps): update rust crate vrl to 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
org-internal-bot[bot] authored and davidB committed Jan 14, 2025
1 parent 668480f commit 9059ae6
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 4 deletions.
63 changes: 60 additions & 3 deletions 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 @@ -67,7 +67,7 @@ sqlx = { version = "0.8", features = [
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-opentelemetry-instrumentation-sdk = { version = "0.24" }
vrl = { version = "0.20", optional = true }
vrl = { version = "0.21", optional = true }

[dev-dependencies]
assert2 = "0.3"
Expand Down

0 comments on commit 9059ae6

Please sign in to comment.