Skip to content

Commit

Permalink
Update Rust crate serde_yaml to 0.9.27 (#74)
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 Oct 26, 2023
1 parent 94e733f commit 7908107
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -32,7 +32,7 @@ base64 = "0.21.5"
clap = { version = "4.4.7", optional = true, features = ["derive"] }
octocrab = "0.31.2"
serde = { version = "1.0.190", optional = true, features = ["derive"] }
serde_yaml = { version = "0.9.25", optional = true }
serde_yaml = { version = "0.9.27", optional = true }
thiserror = "1.0.50"
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }
typed-builder = "0.18.0"
Expand All @@ -43,4 +43,4 @@ indoc = "2.0.4"
mockito = "1.2.0"
serde_json = "1.0.107"
tempfile = "3.8.0"
serde_yaml = { version = "0.9.25" }
serde_yaml = { version = "0.9.27" }

0 comments on commit 7908107

Please sign in to comment.