Skip to content

Commit

Permalink
fix(deps): update rust crate serde_yaml to 0.9.31 (#392)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dotan Simha <dotansimha@gmail.com>
  • Loading branch information
renovate[bot] and dotansimha authored Jan 30, 2024
1 parent 5b51179 commit d5d39ad
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 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 @@ -20,7 +20,7 @@ reqwest-middleware = "0.2.4"
tracing-subscriber = "0.3.18"
base64 = "0.21.7"
schemars = "0.8.16"
vrl = { git = "https://github.com/vectordotdev/vrl.git", rev = "2b39353b3236e0aac26314ad47153238c52aa2ff", default-features = false, features = [
vrl = { git = "https://github.com/dotansimha/vrl.git", rev = "d59b2f66727d3c345b4202b94265c580dfd0f0e9", default-features = false, features = [
"string_path",
"compiler",
"value",
Expand Down
2 changes: 1 addition & 1 deletion libs/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ schemars = { workspace = true, features = ["preserve_order"] }
tracing = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
serde_yaml = "0.9.30"
serde_yaml = "0.9.31"
regex = "1.10.3"
conductor_common = { path = "../common" }
conductor_tracing = { path = "../tracing" }
Expand Down

0 comments on commit d5d39ad

Please sign in to comment.