Skip to content

Commit

Permalink
Update thiserror requirement from 1.0.56 to 2.0.7 (#93)
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
...
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent 8aee8d9 commit 89061e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/lyrebird/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ clap = { version = "4.4", features = ["derive"]}
fast-socks5 = "0.9.1"
futures = "0.3.29"
safelog = "0.4.0"
thiserror = "1.0.56"
thiserror = "2.0.7"
tokio = { version = "1.34", features = ["io-util", "net", "macros", "sync", "signal"] }
tokio-util = "0.7.10"
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion crates/ptrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ crate-type = ["cdylib", "rlib"]
futures = "0.3.30"
itertools = "0.13.0"
subtle = "2.5.0"
thiserror = "1"
thiserror = "2"
tokio = { version = "1.40", features = ["full"] }
tracing = "0.1.40"
url = "2.5.0"
Expand Down

0 comments on commit 89061e4

Please sign in to comment.