Skip to content

Commit

Permalink
chore(deps): bump thiserror from 1.0.66 to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Nov 15, 2024
1 parent 78c686b commit fcef4aa
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 14 deletions.
46 changes: 33 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ serde_bytes = "0"
serde_json = { version = "1", features = ["preserve_order"] }
serde_repr = "0"
serde_with = { version = "3", features = ["json"] }
thiserror = "1"
thiserror = "2"
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread", "signal", "sync"] }
torrust-tracker-clock = { version = "3.0.0-develop", path = "packages/clock" }
torrust-tracker-configuration = { version = "3.0.0-develop", path = "packages/configuration" }
Expand Down

0 comments on commit fcef4aa

Please sign in to comment.