Skip to content

Commit

Permalink
chore(deps): bump serde from 1.0.157 to 1.0.158
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.157 to 1.0.158.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.157...v1.0.158)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 21, 2023
1 parent 6109632 commit f0d00bf
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
18 changes: 9 additions & 9 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.40"
tokio = { version = "1.26.0", features = ["full"] }
ring = "0.16.20"
data-encoding = "2.3.3"
serde = { version = "1.0.157", features = ["derive"] }
serde = { version = "1.0.158", 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.27"
serde = { version = "1.0.157", features = ["derive"] }
serde = { version = "1.0.158", features = ["derive"] }
serde_json = "1.0.94"
thiserror = "1.0.40"
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.70"
clap = { version = "4.1", features = ["derive", "env"] }
serde = { version = "1.0.157", features = ["derive"] }
serde = { version = "1.0.158", features = ["derive"] }
serde_yaml = "0.9.19"
tokio = "1.26.0"
futures = "0.3.27"
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.27"
graphql_client = {version = "0.12.0", features = ["reqwest"]}
reqwest = { version = "0.11.15", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1.0.157", features = ["derive"] }
serde = { version = "1.0.158", features = ["derive"] }
serde_json = "1.0.93"

thiserror = "1.0.40"
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.29.0"
serde = "1.0.157"
serde = "1.0.158"
serde_json = "1.0.93"
tokio = "1.26.0"
futures = "0.3.27"
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.24"
rust_decimal = "1.29.0"
rust_decimal_macros = "1.29.0"
serde = "1.0.157"
serde = "1.0.158"
serde_json = "1.0.93"
sqlx = { version = "0.6", features = [ "offline", "runtime-tokio-rustls", "postgres", "decimal", "uuid", "chrono"] }
thiserror = "1.0.40"
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.40"
tokio = { version = "1.26.0", features = ["full"] }
ring = "0.16.20"
data-encoding = "2.3.3"
serde = { version = "1.0.157", features = ["derive"] }
serde = { version = "1.0.158", 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.27"
serde = { version = "1.0.157", features = ["derive"] }
serde = { version = "1.0.158", features = ["derive"] }
serde_json = "1.0.94"
thiserror = "1.0.40"
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.27"
thiserror = "1.0.40"
serde = { version = "1.0.157", features = ["derive"] }
serde = { version = "1.0.158", features = ["derive"] }
rust_decimal = "1.29.0"
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.70"
serde = "1.0.157"
serde = "1.0.158"
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.27"
opentelemetry = "0.18.0"
rust_decimal = "1.29.0"
rust_decimal_macros = "1.29.0"
serde = { version = "1.0.157", features = ["derive"] }
serde = { version = "1.0.158", 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.157"
serde = "1.0.158"
anyhow = "1.0.70"
rust_decimal = "1.29.0"
rust_decimal_macros = "1.29.0"
Expand Down

0 comments on commit f0d00bf

Please sign in to comment.