Skip to content

Commit

Permalink
Upgrade compatible dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Jan 8, 2025
1 parent 0cb3149 commit 7f65db2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ version = "0.2.4"
readme = "README.md"

[dependencies]
async-trait = "0.1.80"
time = { version = "0.3.36", features = ["serde-well-known", "formatting", "parsing"] }
reqwest = { version = "0.12.4", features = ["json"], default-features = false }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
thiserror = "1.0.60"
async-trait = "0.1.85"
time = { version = "0.3.37", features = ["serde-well-known", "formatting", "parsing"] }
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"

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

0 comments on commit 7f65db2

Please sign in to comment.