Skip to content

Commit

Permalink
build(deps): upgrade thiserror to version 2
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Nov 14, 2024
1 parent 647a75f commit d7d9bb5
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 9 deletions.
34 changes: 27 additions & 7 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 edu-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ regex = "1.5"
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "stream"] }
serde = { version = "1.0", features = ["derive"] }
serde_with = "3"
thiserror = "1.0"
thiserror = "2"
tokio = { version = "1", default-features = false, features = ["fs"] }
toml = "0.8"
tracing = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion edu-ws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_repr = "0.1"
serde_with = "3"
thiserror = "1.0"
thiserror = "2"
time = { version = "0.3", features = ["serde"] }
tracing = "0.1"
url = { version = "2.2", features = ["serde"] }
Expand Down

0 comments on commit d7d9bb5

Please sign in to comment.