Skip to content

Commit

Permalink
update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
irevoire committed May 7, 2024
1 parent b5a3485 commit 9bd3ad8
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.3"
readme = "README.md"

[dependencies]
async-trait = "0.1.74"
time = { version = "0.3.30", features = ["serde-well-known", "formatting", "parsing"] }
reqwest = { version = "0.11.22", features = ["json"], default-features = false }
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
thiserror = "1.0.50"
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"

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

0 comments on commit 9bd3ad8

Please sign in to comment.