Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit d5d39ad

Browse files
fix(deps): update rust crate serde_yaml to 0.9.31 (#392)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dotan Simha <dotansimha@gmail.com>
1 parent 5b51179 commit d5d39ad

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ reqwest-middleware = "0.2.4"
2020
tracing-subscriber = "0.3.18"
2121
base64 = "0.21.7"
2222
schemars = "0.8.16"
23-
vrl = { git = "https://github.com/vectordotdev/vrl.git", rev = "2b39353b3236e0aac26314ad47153238c52aa2ff", default-features = false, features = [
23+
vrl = { git = "https://github.com/dotansimha/vrl.git", rev = "d59b2f66727d3c345b4202b94265c580dfd0f0e9", default-features = false, features = [
2424
"string_path",
2525
"compiler",
2626
"value",

libs/config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ schemars = { workspace = true, features = ["preserve_order"] }
1515
tracing = { workspace = true }
1616
serde = { workspace = true }
1717
serde_json = { workspace = true }
18-
serde_yaml = "0.9.30"
18+
serde_yaml = "0.9.31"
1919
regex = "1.10.3"
2020
conductor_common = { path = "../common" }
2121
conductor_tracing = { path = "../tracing" }

0 commit comments

Comments
 (0)