Skip to content

Commit

Permalink
chore(deps): update dependencies to match crates.io versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrielFR committed Jan 3, 2025
1 parent c50dc71 commit 27c22b2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ edition = "2021"
exclude = [".github/*", ".rusty-hook.toml"]

[dependencies]
tokio = { version = "1", features = ["macros"] }
serde = { version = "1", features = ["derive"] }
chrono = "*"
reqwest = "*"
thiserror = "2"
serde_json = "1"
tokio = { version = "1.42.0", features = ["macros"] }
serde = { version = "1.0.217", features = ["derive"] }
chrono = "0.4.39"
reqwest = "0.12.12"
thiserror = "2.0.9"
serde_json = "1.0.134"

[dev-dependencies]
rusty-hook = "*"
rusty-hook = "0.11.2"

0 comments on commit 27c22b2

Please sign in to comment.