Skip to content

Commit

Permalink
Upgrade incompatible dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Jan 8, 2025
1 parent 7f65db2 commit f1eaa46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ time = { version = "0.3.37", features = ["serde-well-known", "formatting", "pars
reqwest = { version = "0.12.12", features = ["json"], default-features = false }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135"
thiserror = "1.0.69"
thiserror = "2.0.9"

[dev-dependencies]
tokio = { version = "1", features = ["rt", "macros"], default-features = false }
Expand Down

0 comments on commit f1eaa46

Please sign in to comment.