Update Rust crate serde_yaml to 0.9.20 #56

Merged
kjuulh merged 1 commits from renovate/all into main 2023-04-06 01:11:27 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit eaaa5557f8 - Show all commits

4
Cargo.lock generated
View File

@@ -1469,9 +1469,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_yaml" name = "serde_yaml"
version = "0.9.19" version = "0.9.20"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f82e6c8c047aa50a7328632d067bcae6ef38772a79e28daf32f735e0e4f3dd10" checksum = "0feade41f4649f0549d22df8c0432b2c25128b50f5d926b22173022e25b7c69e"
dependencies = [ dependencies = [
"indexmap", "indexmap",
"itoa", "itoa",

View File

@@ -20,5 +20,5 @@ git2 = { version = "0.17.0", features = [
"vendored-openssl", "vendored-openssl",
] } ] }
serde = { version = "1.0.159", features = ["derive"] } serde = { version = "1.0.159", features = ["derive"] }
serde_yaml = "0.9.19" serde_yaml = "0.9.20"
octocrab = { version = "0.19.0", features = ["futures-core", "futures-util"] } octocrab = { version = "0.19.0", features = ["futures-core", "futures-util"] }