Skip to content

Commit

Permalink
chore(deps): bump thiserror from 1.0.38 to 1.0.39 (#308)
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.38 to 1.0.39.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.38...1.0.39)

---
updated-dependencies:
- dependency-name: thiserror
  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 29321b9 commit 7d221ea
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 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 @@ -10,7 +10,7 @@ fail-on-warnings = []
[dependencies]
shared = { path = "../shared", package = "stablesats-shared" }
reqwest = { version = "0.11.14", default-features = false, features = ["json", "rustls-tls"] }
thiserror = "1.0.38"
thiserror = "1.0.39"
tokio = { version = "1.26.0", features = ["full"] }
ring = "0.16.20"
data-encoding = "2.3.3"
Expand Down
2 changes: 1 addition & 1 deletion bitfinex-price/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ shared = { path = "../shared", package = "stablesats-shared" }
futures = "0.3.26"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
thiserror = "1.0.38"
thiserror = "1.0.39"
tokio = { version = "1.26.0", features = ["full"] }
tokio-tungstenite = { version = "0.18.0", features = ["rustls-tls-webpki-roots"] }
url = { version = "2.3.1", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion galoy-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ reqwest = { version = "0.11.14", default-features = false, features = ["json", "
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"

thiserror = "1.0.38"
thiserror = "1.0.39"
chrono = { version = "0.4", features = ["clock", "serde"], default-features = false }
tracing = "0.1.37"
rust_decimal = "1.28.1"
Expand Down
2 changes: 1 addition & 1 deletion hedging/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = "1.0.152"
serde_json = "1.0.93"
tokio = "1.26.0"
futures = "0.3.26"
thiserror = "1.0.38"
thiserror = "1.0.39"
opentelemetry = { version = "0.18.0", features = ["trace"] }
tracing-opentelemetry = "0.18.0"
tracing = "0.1.37"
Expand Down
2 changes: 1 addition & 1 deletion ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rust_decimal_macros = "1.28.0"
serde = "1.0.152"
serde_json = "1.0.93"
sqlx = { version = "0.6", features = [ "offline", "runtime-tokio-rustls", "postgres", "decimal", "uuid", "chrono"] }
thiserror = "1.0.38"
thiserror = "1.0.39"
tokio = "1.26.0"
tracing = "0.1.37"
uuid = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion okex-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fail-on-warnings = []

[dependencies]
reqwest = { version = "0.11.14", default-features = false, features = ["json", "rustls-tls"] }
thiserror = "1.0.38"
thiserror = "1.0.39"
tokio = { version = "1.26.0", features = ["full"] }
ring = "0.16.20"
data-encoding = "2.3.3"
Expand Down
2 changes: 1 addition & 1 deletion okex-price/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ shared = { path = "../shared", package = "stablesats-shared" }
futures = "0.3.26"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
thiserror = "1.0.38"
thiserror = "1.0.39"
tokio = { version = "1.26.0", features = ["full"] }
tokio-tungstenite = { version = "0.18.0", features = ["rustls-tls-webpki-roots"] }
url = { version = "2.3.1", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion price-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tonic = "0.8"
axum-core = "0.3.2"
tokio = "1.26.0"
futures = "0.3.26"
thiserror = "1.0.38"
thiserror = "1.0.39"
serde = { version = "1.0.152", features = ["derive"] }
rust_decimal = "1.28.1"
tracing = "0.1.37"
Expand Down
2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde_json = "1.0.93"
serde_with = "2.2.0"
sqlx = { version = "0.6", features = [ "offline", "runtime-tokio-rustls", "postgres", "decimal", "uuid", "chrono", "json" ] }
sqlxmq = { version = "0.4.1", default-features = false, features = [ "runtime-tokio-rustls" ] }
thiserror = "1.0.38"
thiserror = "1.0.39"
tokio = "1.26.0"
tracing = "0.1.37"
tracing-opentelemetry = "0.18.0"
Expand Down
2 changes: 1 addition & 1 deletion user-trades/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ shared = { path = "../shared", package = "stablesats-shared" }
ledger = { path = "../ledger", package = "stablesats-ledger" }
galoy_client = { path = "../galoy-client", package = "galoy-client" }

thiserror = "1.0.38"
thiserror = "1.0.39"
chrono = "0.4"
tokio = "1.26.0"
sqlx = { version = "0.6", features = [ "offline", "runtime-tokio-rustls", "postgres", "decimal", "uuid", "chrono", "json" ] }
Expand Down

0 comments on commit 7d221ea

Please sign in to comment.