Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 18, 2024
1 parent 1c86f64 commit 20c850e
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 35 deletions.
86 changes: 53 additions & 33 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ serde = { version = "1.0", default-features = false }
serde_json = { version = "1.0", default-features = false }
sha2 = "0.10.8"
sha3 = "0.10.8"
thiserror = "1.0"
thiserror = "2.0"
tls_codec = "0.4.1"
tokio = { version = "1.35.1", default-features = false }
# Changing this version and rustls may potentially break the android build. Use Caution.
Expand Down
2 changes: 1 addition & 1 deletion xmtp_api_http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tracing.workspace = true
reqwest = { version = "0.12.5", features = ["json", "stream"] }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = "1.0"
thiserror = "2.0"
tokio = { workspace = true, features = ["sync", "rt", "macros"] }
xmtp_proto = { path = "../xmtp_proto", features = ["proto_full"] }
async-trait = "0.1"
Expand Down

0 comments on commit 20c850e

Please sign in to comment.