Skip to content

Commit

Permalink
dependencies: Update thiserror to v2.0 (#300)
Browse files Browse the repository at this point in the history
* Update pre-commit hooks

* dependencies: Update thiserror to v2.0
  • Loading branch information
uklotzde authored Nov 24, 2024
1 parent 5ac0123 commit 64794c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ db-urls = ["https://github.com/rustsec/advisory-db"]
yanked = "deny"

[licenses]
allow = ["Apache-2.0", "BSD-2-Clause", "MIT", "MPL-2.0", "Unicode-DFS-2016"]
allow = ["Apache-2.0", "BSD-2-Clause", "MIT", "MPL-2.0", "Unicode-3.0"]

[bans]
# Multiple versions of dependencies are inevitable and cannot be avoided.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ futures-util = { version = "0.3.30", optional = true, default-features = false }
log = "0.4.20"
smallvec = { version = "1.13.1", optional = true, default-features = false }
socket2 = { version = "0.5.5", optional = true, default-features = false }
thiserror = "1.0.58"
thiserror = "2.0.3"
tokio = { version = "1.35.1", default-features = false, features = ["io-util"] }
# Disable default-features to exclude unused dependency on libudev
tokio-serial = { version = "5.4.4", optional = true, default-features = false }
Expand Down

0 comments on commit 64794c9

Please sign in to comment.