Skip to content

Commit

Permalink
chore(deps): bump serde from 1.0.152 to 1.0.156 (#318)
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.152 to 1.0.156.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.152...v1.0.156)

---
updated-dependencies:
- dependency-name: serde
  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 15, 2023
1 parent b53aaf0 commit fdd5e62
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 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 @@ -14,7 +14,7 @@ thiserror = "1.0.39"
tokio = { version = "1.26.0", features = ["full"] }
ring = "0.16.20"
data-encoding = "2.3.3"
serde = { version = "1.0.150", features = ["derive"] }
serde = { version = "1.0.156", features = ["derive"] }
serde_json = "1.0.93"
chrono = { version = "0.4", features = ["clock", "serde"], default-features = false }
serde_yaml = "0.9.19"
Expand Down
2 changes: 1 addition & 1 deletion bitfinex-price/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fail-on-warnings = []
shared = { path = "../shared", package = "stablesats-shared" }

futures = "0.3.26"
serde = { version = "1.0.152", features = ["derive"] }
serde = { version = "1.0.156", features = ["derive"] }
serde_json = "1.0.94"
thiserror = "1.0.39"
tokio = { version = "1.26.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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 = { version = "1.0.156", features = ["derive"] }
serde_yaml = "0.9.19"
tokio = "1.26.0"
futures = "0.3.26"
Expand Down
2 changes: 1 addition & 1 deletion galoy-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fail-on-warnings = []
futures = "0.3.26"
graphql_client = {version = "0.12.0", features = ["reqwest"]}
reqwest = { version = "0.11.14", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1.0.152", features = ["derive"] }
serde = { version = "1.0.156", features = ["derive"] }
serde_json = "1.0.93"

thiserror = "1.0.39"
Expand Down
2 changes: 1 addition & 1 deletion hedging/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bitfinex-client = { path = "../bitfinex-client" }
galoy-client = { path = "../galoy-client" }

rust_decimal_macros = "1.28.1"
serde = "1.0.152"
serde = "1.0.156"
serde_json = "1.0.93"
tokio = "1.26.0"
futures = "0.3.26"
Expand Down
2 changes: 1 addition & 1 deletion ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sqlx-ledger = "0.5.5"
chrono = "0.4.23"
rust_decimal = "1.28.1"
rust_decimal_macros = "1.28.0"
serde = "1.0.152"
serde = "1.0.156"
serde_json = "1.0.93"
sqlx = { version = "0.6", features = [ "offline", "runtime-tokio-rustls", "postgres", "decimal", "uuid", "chrono"] }
thiserror = "1.0.39"
Expand Down
2 changes: 1 addition & 1 deletion okex-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ thiserror = "1.0.39"
tokio = { version = "1.26.0", features = ["full"] }
ring = "0.16.20"
data-encoding = "2.3.3"
serde = { version = "1.0.152", features = ["derive"] }
serde = { version = "1.0.156", features = ["derive"] }
serde_json = "1.0.93"
chrono = { version = "0.4", features = ["clock", "serde"], default-features = false }
serde_yaml = "0.9.19"
Expand Down
2 changes: 1 addition & 1 deletion okex-price/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fail-on-warnings = []
shared = { path = "../shared", package = "stablesats-shared" }

futures = "0.3.26"
serde = { version = "1.0.152", features = ["derive"] }
serde = { version = "1.0.156", features = ["derive"] }
serde_json = "1.0.94"
thiserror = "1.0.39"
tokio = { version = "1.26.0", features = ["full"] }
Expand Down
4 changes: 2 additions & 2 deletions price-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ axum-core = "0.3.3"
tokio = "1.26.0"
futures = "0.3.26"
thiserror = "1.0.39"
serde = { version = "1.0.152", features = ["derive"] }
serde = { version = "1.0.156", features = ["derive"] }
rust_decimal = "1.28.1"
tracing = "0.1.37"
opentelemetry = { version = "0.18.0", features = ["trace"] }
Expand All @@ -40,5 +40,5 @@ tonic-build = { version = "0.8", features = ["prost"] }

[dev-dependencies]
anyhow = "1.0.69"
serde = "1.0.152"
serde = "1.0.156"
serde_json = "1.0.93"
2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ futures = "0.3.26"
opentelemetry = "0.18.0"
rust_decimal = "1.28.1"
rust_decimal_macros = "1.28.1"
serde = { version = "1.0.152", features = ["derive"] }
serde = { version = "1.0.156", features = ["derive"] }
serde_json = "1.0.93"
serde_with = "2.3.1"
sqlx = { version = "0.6", features = [ "offline", "runtime-tokio-rustls", "postgres", "decimal", "uuid", "chrono", "json" ] }
Expand Down
2 changes: 1 addition & 1 deletion user-trades/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sqlxmq = { version = "0.4.1", default-features = false, features = [ "runtime-to
serde_json = "1.0.93"
uuid = "1.3.0"
tracing = "0.1.37"
serde = "1.0.152"
serde = "1.0.156"
anyhow = "1.0.69"
rust_decimal = "1.28.1"
rust_decimal_macros = "1.28.1"
Expand Down

0 comments on commit fdd5e62

Please sign in to comment.