Skip to content

Commit

Permalink
Upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Dec 8, 2024
1 parent 7a550c0 commit 82e986b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ license = "MIT OR Apache-2.0"
edition = "2021"

[dependencies]
log = "0.4.20"
thiserror = "1.0.50"
log = "0.4.22"
thiserror = "2.0.5"

[dev-dependencies]
serial_test = "2.0.0"
tempfile = "3.8.1"
serial_test = "3.2.0"
tempfile = "3.14.0"

[package.metadata.release]
tag-name = "v{{version}}"
Expand Down

0 comments on commit 82e986b

Please sign in to comment.