From 8e7c0d25402fe5287ab419f0efee9d011daf6b63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 14:11:17 +0000 Subject: [PATCH] chore(deps): bump serde_yaml from 0.8.26 to 0.9.19 Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.26 to 0.9.19. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.26...0.9.19) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 39 ++++++++++++++----- explorer/Cargo.toml | 2 +- jcli/Cargo.toml | 2 +- jormungandr-lib/Cargo.toml | 2 +- jormungandr/Cargo.toml | 2 +- testing/hersir/Cargo.toml | 2 +- testing/jormungandr-automation/Cargo.toml | 2 +- .../jormungandr-integration-tests/Cargo.toml | 2 +- testing/loki/Cargo.toml | 2 +- testing/thor/Cargo.toml | 2 +- 10 files changed, 38 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef5b6bb56f..8ba077b48c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1508,7 +1508,7 @@ dependencies = [ "rand_chacha 0.3.1", "serde", "serde_json", - "serde_yaml", + "serde_yaml 0.9.19", "structopt", "thiserror", "thor", @@ -2042,7 +2042,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "serde_yaml", + "serde_yaml 0.9.19", "structopt", "thiserror", "thor", @@ -2376,7 +2376,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "serde_yaml", + "serde_yaml 0.9.19", "structopt", "thiserror", "versionisator", @@ -2435,7 +2435,7 @@ dependencies = [ "serde_derive", "serde_json", "serde_with", - "serde_yaml", + "serde_yaml 0.9.19", "structopt", "thiserror", "time", @@ -2500,7 +2500,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "serde_yaml", + "serde_yaml 0.9.19", "structopt", "strum", "sysinfo 0.23.13", @@ -2560,7 +2560,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "serde_yaml", + "serde_yaml 0.9.19", "tempfile", "thiserror", "thor", @@ -2600,7 +2600,7 @@ dependencies = [ "serde", "serde_json", "serde_with", - "serde_yaml", + "serde_yaml 0.9.19", "thiserror", "time", "typed-bytes", @@ -2636,7 +2636,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "serde_yaml", + "serde_yaml 0.8.26", "sha-1", "sha2 0.9.9", "sysinfo 0.14.15", @@ -2844,7 +2844,7 @@ dependencies = [ "rand_core 0.6.3", "reqwest", "serde", - "serde_yaml", + "serde_yaml 0.9.19", "structopt", "thiserror", "thor", @@ -4349,6 +4349,19 @@ dependencies = [ "yaml-rust", ] +[[package]] +name = "serde_yaml" +version = "0.9.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f82e6c8c047aa50a7328632d067bcae6ef38772a79e28daf32f735e0e4f3dd10" +dependencies = [ + "indexmap", + "itoa 1.0.3", + "ryu", + "serde", + "unsafe-libyaml", +] + [[package]] name = "settings" version = "0.1.0" @@ -4779,7 +4792,7 @@ dependencies = [ "rand_chacha 0.3.1", "rand_core 0.6.3", "serde", - "serde_yaml", + "serde_yaml 0.9.19", "structopt", "thiserror", "time", @@ -5342,6 +5355,12 @@ dependencies = [ "void", ] +[[package]] +name = "unsafe-libyaml" +version = "0.2.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ad2024452afd3874bf539695e04af6732ba06517424dbf958fdb16a01f3bef6c" + [[package]] name = "unsigned-varint" version = "0.5.1" diff --git a/explorer/Cargo.toml b/explorer/Cargo.toml index 643f00960d..06ed2e234e 100644 --- a/explorer/Cargo.toml +++ b/explorer/Cargo.toml @@ -17,7 +17,7 @@ async-graphql = "4.0.13" async-graphql-warp = "4.0.13" serde = {version = "1.0.114", features = ["derive"]} serde_json = "1.0.81" -serde_yaml = "0.8.13" +serde_yaml = "0.9.19" structopt = "0.3.15" thiserror = "1.0.20" anyhow = "1.0.56" diff --git a/jcli/Cargo.toml b/jcli/Cargo.toml index 1ebdf48319..c756c7e0e9 100644 --- a/jcli/Cargo.toml +++ b/jcli/Cargo.toml @@ -17,7 +17,7 @@ rand_chacha = "0.3" serde = "1.0" serde_derive = "1.0" serde_json = "1.0.81" -serde_yaml = "0.8" +serde_yaml = "0.9" bincode = "1.3.3" structopt = "^0.3" bech32 = "0.8" diff --git a/jormungandr-lib/Cargo.toml b/jormungandr-lib/Cargo.toml index 88431e4c69..e03702168d 100644 --- a/jormungandr-lib/Cargo.toml +++ b/jormungandr-lib/Cargo.toml @@ -40,7 +40,7 @@ chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.gi chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] } chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] } ed25519-bip32 = "0.4.1" -serde_yaml = "0.8" +serde_yaml = "0.9" serde_json = "1.0" [features] diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index f31eadb34c..0004c5dd69 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -41,7 +41,7 @@ rand_chacha = "0.3" serde = "1.0" serde_derive = "1.0" serde_json = "1.0.81" -serde_yaml = "0.8" +serde_yaml = "0.9" structopt = "^0.3" time = { version = "0.3", features = ["macros"] } thiserror = "1.0.30" diff --git a/testing/hersir/Cargo.toml b/testing/hersir/Cargo.toml index ddc66d0cd8..5dc954b6b6 100644 --- a/testing/hersir/Cargo.toml +++ b/testing/hersir/Cargo.toml @@ -23,7 +23,7 @@ jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch hex = "0.4" serde = "1.0" serde_derive = "1.0" -serde_yaml = "0.8.23" +serde_yaml = "0.9.19" serde_json = "1.0" structopt = "0.3.25" thiserror = "1.0" diff --git a/testing/jormungandr-automation/Cargo.toml b/testing/jormungandr-automation/Cargo.toml index 832253214f..fb20222b36 100644 --- a/testing/jormungandr-automation/Cargo.toml +++ b/testing/jormungandr-automation/Cargo.toml @@ -47,7 +47,7 @@ hex = "0.4" lazy_static = "1" serde_derive = "1.0" assert_fs = "1.0" -serde_yaml = "0.8" +serde_yaml = "0.9" regex = "1.6" fs_extra = "1.1.0" url = "2.2.0" diff --git a/testing/jormungandr-integration-tests/Cargo.toml b/testing/jormungandr-integration-tests/Cargo.toml index 2a01a22c48..dd0de5c80a 100644 --- a/testing/jormungandr-integration-tests/Cargo.toml +++ b/testing/jormungandr-integration-tests/Cargo.toml @@ -31,7 +31,7 @@ rand_chacha = "0.3" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" -serde_yaml = "0.8" +serde_yaml = "0.9" lazy_static = "1.4" assert_fs = "1.0" predicates = "2.0" diff --git a/testing/loki/Cargo.toml b/testing/loki/Cargo.toml index 2920aceda4..7e67ee5041 100644 --- a/testing/loki/Cargo.toml +++ b/testing/loki/Cargo.toml @@ -16,7 +16,7 @@ jormungandr-lib = { path = "../../jormungandr-lib" } thor = {path = "../thor"} tokio = { version = "1.15", features = ["macros","rt","rt-multi-thread"] } multiaddr = { package = "parity-multiaddr", version = "0.11" } -serde_yaml = "0.8.23" +serde_yaml = "0.9.19" serde = { version = "1.0", features = ["derive"] } structopt = "0.3.23" custom_debug = "0.5" diff --git a/testing/thor/Cargo.toml b/testing/thor/Cargo.toml index 0057bac0b7..7bc28df414 100644 --- a/testing/thor/Cargo.toml +++ b/testing/thor/Cargo.toml @@ -19,7 +19,7 @@ chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", b serde = { version = "1.0", features = ["derive"] } cocoon = { git = "https://github.com/dkijania/cocoon.git" } dirs = "4.0.0" -serde_yaml = "0.8" +serde_yaml = "0.9" structopt = "0.3" rand = "0.8" rand_core = "0.6"