Skip to content

Commit

Permalink
Update Rust crate serde_yaml to 0.9.31 (#139)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 31, 2024
1 parent 346471e commit c92a461
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ clap = { version = "4.4.18", optional = true, features = ["derive"] }
octocrab = "0.33.3"
indoc = "2.0.4"
serde = { version = "1.0.196", optional = true, features = ["derive"] }
serde_yaml = { version = "0.9.30", optional = true }
serde_yaml = { version = "0.9.31", optional = true }
thiserror = "1.0.56"
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread"] }
typed-builder = "0.18.1"
Expand All @@ -43,7 +43,7 @@ url = "2.5.0"
mockito = "1.2.0"
serde_json = "1.0.113"
tempfile = "3.9.0"
serde_yaml = { version = "0.9.30" }
serde_yaml = { version = "0.9.31" }

[profile.dist]
inherits = "release"
Expand Down

0 comments on commit c92a461

Please sign in to comment.