Update Rust crate serde_yaml to 0.9.20
This commit is contained in:
parent
38d2dc932e
commit
eaaa5557f8
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||||
|
@ -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"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user