Skip to content

Commit

Permalink
chore: bump dependencies and remove default features
Browse files Browse the repository at this point in the history
  • Loading branch information
Veirt committed Aug 2, 2024
1 parent 1bb2789 commit 5022194
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 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 @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
axum = "0.7.5"
chrono = { version = "0.4.38", features = ["serde"] }
chrono = { version = "0.4.38", features = ["clock", "serde"], default-features = false }
indexmap = { version = "2.2.6", features = ["serde"] }
maud = { version = "0.26.0", features = ["axum"] }
reqwest = { version = "0.12.5", features = ["json", "rustls-tls"], default-features = false }
Expand Down

0 comments on commit 5022194

Please sign in to comment.