Skip to content

Commit

Permalink
request update fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fertkir committed Mar 26, 2024
1 parent 8a0e9ee commit 4de7fbb
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 @@ -17,7 +17,7 @@ tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros"] }
log = "0.4.21"
env_logger = "0.11.3"
rust-i18n = "2.3.1"
reqwest = "0.12.2"
reqwest = { version = "0.12.2", features = ["json"] }
serde = "1.0.197"
chrono = { version = "0.4.35", features = ["serde"] }
byte-unit = "5.1.4"
Expand Down

0 comments on commit 4de7fbb

Please sign in to comment.