Skip to content

Commit

Permalink
chore(deps): update thiserror requirement from 1 to 2 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent 7a4968a commit 1cef624
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 @@ -17,7 +17,7 @@ cfg-if = "1"
futures-core = { version = "0.3", optional = true }
libc = { version = "0.2", features = ["extra_traits"] }
log = "0.4"
thiserror = "1"
thiserror = "2"
tokio = { version = "1", features = [
"net",
"macros",
Expand Down

0 comments on commit 1cef624

Please sign in to comment.