Skip to content

Commit

Permalink
update thiserror to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraef committed Dec 3, 2024
1 parent 315edeb commit cbbf05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ json = ["dep:serde", "dep:serde_json"]
[dependencies]
futures-util = { version = "0.3", default-features = false, features = ["sink"] }
reqwest = { version = "0.12", default-features = false }
thiserror = "1"
thiserror = "2"
tracing = "0.1"
serde = { version = "1.0", default-features = false, optional = true }
serde_json = { version = "1.0", default-features = false, optional = true, features = ["alloc"] }
Expand Down

0 comments on commit cbbf05a

Please sign in to comment.