Skip to content

Commit

Permalink
update: upgrade thiserror from 1.0.0 to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roardom committed Nov 11, 2024
1 parent 8e1aaf1 commit b2b8490
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_bytes = "0.11.14"
serde_repr = { version = "0.1", default-features = false }
sqlx = { version = "0.8.0", default-features = false, features = ["runtime-tokio-rustls", "macros", "mysql", "chrono", "ipnetwork"] }
thiserror = { version = "1.0.0", default-features = false }
thiserror = { version = "2.0.0", default-features = false }
tokio = { version = "1", default-features = false, features = ["rt-multi-thread", "macros", "signal", "sync"] }

[target.'cfg(not(target_env = "msvc"))'.dependencies]
Expand Down

0 comments on commit b2b8490

Please sign in to comment.