Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 733eb32 commit 3fa7983
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.6.0", default-features = false }
futures-util = { version = "0.3.30", default-features = false }
prost = "0.13.1"
reqwest = { version = "0.12.5", features = [ "gzip", "deflate", "stream" ], default-features = false }
thiserror = "1.0.61"
thiserror = "1.0.63"
tokio = { version = "1.38.0", default-features = false }
tokio-util = { version = "0.7.11", 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.5"
reqwest = { version = "0.12.5", default-features = false }
scraper = { version = "0.19.0", default-features = false }
thiserror = "1.0.61"
thiserror = "1.0.63"
time = { version = "0.3.36", features = [ "parsing", "macros" ] }
tokio = { version = "1.38.0", 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.12.5", default-features = false, features = [ "cookies"
scraper = { version = "0.19.0", default-features = false }
serde = { version = "1.0.204", features = [ "derive" ] }
serde_json = "1.0.120"
thiserror = "1.0.61"
thiserror = "1.0.63"
tokio = { version = "1.38.0", features = [ "time" ] }

[dev-dependencies]
Expand Down

0 comments on commit 3fa7983

Please sign in to comment.