Skip to content

Commit 08c9f1e

Browse files
chore(deps): bump VRL and add feature for enable_crypto_functions (#25205)
1 parent 2d14034 commit 08c9f1e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ tokio-console = ["dep:console-subscriber", "tokio/tracing"]
533533
vrl-functions-env = ["vrl/enable_env_functions"]
534534
vrl-functions-system = ["vrl/enable_system_functions"]
535535
vrl-functions-network = ["vrl/enable_network_functions"]
536+
vrl-functions-crypto = ["vrl/enable_crypto_functions"]
536537

537538
# Enables the binary secret-backend-example
538539
secret-backend-example = ["transforms"]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ test-behavior-config: ## Runs configuration related behavioral tests
373373

374374
.PHONY: test-behavior-%
375375
test-behavior-%: ## Runs behavioral test for a given category
376-
${MAYBE_ENVIRONMENT_EXEC} cargo run --no-default-features --features transforms,vrl-functions-env,vrl-functions-system,vrl-functions-network -- test tests/behavior/$*/*
376+
${MAYBE_ENVIRONMENT_EXEC} cargo run --no-default-features --features transforms,vrl-functions-env,vrl-functions-system,vrl-functions-network,vrl-functions-crypto -- test tests/behavior/$*/*
377377

378378
.PHONY: test-behavior
379379
test-behavior: ## Runs all behavioral tests

0 commit comments

Comments
 (0)