Skip to content

Commit 453a40e

Browse files
committed
chore/deps: Upgrade reqwest, which used an older version of tokio, causing a panic
Jira: IAM-1908
1 parent d9cda26 commit 453a40e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ chrono = "0.4.38"
3030
env_logger = "0.7"
3131
log = "0.4"
3232
ttl_cache = "0.5"
33-
reqwest = { version = "0.10", features = ["json"] }
33+
reqwest = { version = "0.11", features = ["json"] }

0 commit comments

Comments
 (0)