Skip to content

Commit

Permalink
chore(deps): bump serde_yaml from 0.9.17 to 0.9.19 (#307)
Browse files Browse the repository at this point in the history
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.17 to 0.9.19.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](dtolnay/serde-yaml@0.9.17...0.9.19)

---
updated-dependencies:
- dependency-name: serde_yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 14, 2023
1 parent 7d221ea commit 23be2e6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bitfinex-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ data-encoding = "2.3.3"
serde = { version = "1.0.150", features = ["derive"] }
serde_json = "1.0.93"
chrono = { version = "0.4", features = ["clock", "serde"], default-features = false }
serde_yaml = "0.9.17"
serde_yaml = "0.9.19"
rust_decimal = "1.28.1"
governor = "0.5.1"
lazy_static = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bitfinex-price = { path = "../bitfinex-price" }
anyhow = "1.0.69"
clap = { version = "4.1", features = ["derive", "env"] }
serde = { version = "1.0.152", features = ["derive"] }
serde_yaml = "0.9.17"
serde_yaml = "0.9.19"
tokio = "1.26.0"
futures = "0.3.26"
tonic = "0.8.3"
Expand Down
2 changes: 1 addition & 1 deletion okex-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ data-encoding = "2.3.3"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
chrono = { version = "0.4", features = ["clock", "serde"], default-features = false }
serde_yaml = "0.9.17"
serde_yaml = "0.9.19"
rust_decimal = "1.28.1"
governor = "0.5.1"
lazy_static = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ lazy_static = "1.4.0"

[dev-dependencies]
anyhow = "1.0.69"
serde_yaml = "0.9.17"
serde_yaml = "0.9.19"

0 comments on commit 23be2e6

Please sign in to comment.