Skip to content

Commit

Permalink
Bump thiserror from 1.0.53 to 1.0.57 (#294)
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.53 to 1.0.57.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.53...1.0.57)

---
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 Feb 13, 2024
1 parent bdfec19 commit f1f91c7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 lib/borderlands-launcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bytes = { version = "1.5.0", default-features = false }
futures-util = { version = "0.3.30", default-features = false }
prost = "0.12.3"
reqwest = { version = "0.11.24", features = [ "gzip", "deflate", "stream" ], default-features = false }
thiserror = "1.0.53"
thiserror = "1.0.57"
tokio = { version = "1.35.1", default-features = false }
tokio-util = { version = "0.7.10", features = [ "io" ], default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion lib/shift-orcz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ once_cell = "1.19.0"
regex = "1.10.3"
reqwest = { version = "0.11.24", default-features = false }
scraper = { version = "0.18.1", default-features = false }
thiserror = "1.0.53"
thiserror = "1.0.57"
time = { version = "0.3.31", features = [ "parsing", "macros" ] }
tokio = { version = "1.35.1", features = [ "rt" ] }

Expand Down
2 changes: 1 addition & 1 deletion shift-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ reqwest = { version = "0.11.24", default-features = false, features = [ "cookies
scraper = { version = "0.18.1", default-features = false }
serde = { version = "1.0.196", features = [ "derive" ] }
serde_json = "1.0.109"
thiserror = "1.0.53"
thiserror = "1.0.57"
tokio = { version = "1.35.1", features = [ "time" ] }

[dev-dependencies]
Expand Down

0 comments on commit f1f91c7

Please sign in to comment.