Skip to content

Commit

Permalink
Upgrade ureq
Browse files Browse the repository at this point in the history
Ureq was being held back for minimum rust versions, but limitation has
been lifted in Umar.
  • Loading branch information
lookback-hugotunius committed May 30, 2024
1 parent a0d0d38 commit 14ad96c
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 @@ -20,5 +20,5 @@ rustls = { version = "*", optional = true }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tracing = "0.1"
ureq = { version = "=2.1.0", features = ["json"], optional = true }
ureq = { version = "2.9.7", features = ["json"], optional = true }
webpki-roots = { version = "0.26", optional = true }

0 comments on commit 14ad96c

Please sign in to comment.