Skip to content

Commit

Permalink
Update thiserror requirement from 1.0 to 2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.0...2.0.0)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent b3baa1d commit faac05d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/addon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bedrockrs_core = { path = "../core" }
uuid = { version = "1.8", features = ["serde"] }
semver = { version = "1.0", features = ["serde"] }
image = "0.25"
thiserror = "1.0"
thiserror = "2.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
json_comments = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/form/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
thiserror = "1.0"
thiserror = "2.0"

serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
2 changes: 1 addition & 1 deletion crates/proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ nbtx = { git = "https://github.com/bedrock-crustaceans/nbtx" }
xuid = "1.0.0"

log = "0.4"
thiserror = "1.0"
thiserror = "2.0"
dyn-clone = "1.0"

jsonwebtoken = "9.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/proto_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bedrockrs_proto_macros = { path = "../proto_macros" }
nbtx = { git = "https://github.com/bedrock-crustaceans/nbtx" }
xuid = "1.0.0"

thiserror = "1.0"
thiserror = "2.0"
serde_json = "1.0"
jsonwebtoken = "9.3"
base64 = "0.22"
Expand Down
2 changes: 1 addition & 1 deletion crates/world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ bedrockrs_paletted_storage = { path = "../paletted_storage" }
nbtx = { git = "https://github.com/bedrock-crustaceans/nbtx" }

mojang-leveldb = "0.6"
thiserror = "1.0"
thiserror = "2.0"
byteorder = "1.5"
uuid = { version = "1.10", features = ["v4"] }

0 comments on commit faac05d

Please sign in to comment.