Skip to content

Commit c56f81d

Browse files
chore(deps): bump serde_yaml from 0.8.26 to 0.9.13
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.26 to 0.9.13. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](dtolnay/serde-yaml@0.8.26...0.9.13) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 79eb8f3 commit c56f81d

File tree

10 files changed

+38
-19
lines changed

10 files changed

+38
-19
lines changed

Cargo.lock

Lines changed: 29 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

explorer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ async-graphql = "4.0.13"
1717
async-graphql-warp = "4.0.13"
1818
serde = {version = "1.0.114", features = ["derive"]}
1919
serde_json = "1.0.81"
20-
serde_yaml = "0.8.13"
20+
serde_yaml = "0.9.13"
2121
structopt = "0.3.15"
2222
thiserror = "1.0.20"
2323
anyhow = "1.0.56"

jcli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rand_chacha = "0.3"
1717
serde = "1.0"
1818
serde_derive = "1.0"
1919
serde_json = "1.0.81"
20-
serde_yaml = "0.8"
20+
serde_yaml = "0.9"
2121
bincode = "1.3.3"
2222
structopt = "^0.3"
2323
bech32 = "0.8"

jormungandr-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.gi
4040
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
4141
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
4242
ed25519-bip32 = "0.4.1"
43-
serde_yaml = "0.8"
43+
serde_yaml = "0.9"
4444
serde_json = "1.0"
4545

4646
[features]

jormungandr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ rand_chacha = "0.3"
4141
serde = "1.0"
4242
serde_derive = "1.0"
4343
serde_json = "1.0.81"
44-
serde_yaml = "0.8"
44+
serde_yaml = "0.9"
4545
structopt = "^0.3"
4646
time = { version = "0.3", features = ["macros"] }
4747
thiserror = "1.0.30"

testing/hersir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch
2222
hex = "0.4"
2323
serde = "1.0"
2424
serde_derive = "1.0"
25-
serde_yaml = "0.8.23"
25+
serde_yaml = "0.9.13"
2626
serde_json = "1.0"
2727
structopt = "0.3.25"
2828
thiserror = "1.0"

testing/jormungandr-automation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ hex = "0.4"
4646
lazy_static = "1"
4747
serde_derive = "1.0"
4848
assert_fs = "1.0"
49-
serde_yaml = "0.8"
49+
serde_yaml = "0.9"
5050
regex = "1.6"
5151
fs_extra = "1.1.0"
5252
url = "2.2.0"

testing/jormungandr-integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ rand_chacha = "0.3"
3131
serde = "1.0"
3232
serde_derive = "1.0"
3333
serde_json = "1.0"
34-
serde_yaml = "0.8"
34+
serde_yaml = "0.9"
3535
lazy_static = "1.4"
3636
assert_fs = "1.0"
3737
predicates = "2.0"

testing/loki/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jormungandr-lib = { path = "../../jormungandr-lib" }
1616
thor = {path = "../thor"}
1717
tokio = { version = "1.15", features = ["macros","rt","rt-multi-thread"] }
1818
multiaddr = { package = "parity-multiaddr", version = "0.11" }
19-
serde_yaml = "0.8.23"
19+
serde_yaml = "0.9.13"
2020
serde = { version = "1.0", features = ["derive"] }
2121
structopt = "0.3.23"
2222
custom_debug = "0.5"

testing/thor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", b
1919
serde = { version = "1.0", features = ["derive"] }
2020
cocoon = { git = "https://github.com/dkijania/cocoon.git" }
2121
dirs = "4.0.0"
22-
serde_yaml = "0.8"
22+
serde_yaml = "0.9"
2323
structopt = "0.3"
2424
rand = "0.8"
2525
rand_core = "0.6"

0 commit comments

Comments
 (0)