Skip to content

Commit 1471e30

Browse files
Update ureq requirement from 2.6 to 3.0
Updates the requirements on [ureq](https://github.com/algesten/ureq) to permit the latest version. - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](algesten/ureq@2.6.0...3.0.3) --- updated-dependencies: - dependency-name: ureq dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d88dac commit 1471e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version = "1.76.0"
1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

1717
[dependencies]
18-
ureq = { version = "2.6", features = ["json"] }
18+
ureq = { version = "3.0", features = ["json"] }
1919
serde = { version = "1.0", features = ["derive"] }
2020
serde_json = { version = "1.0", features = ["raw_value"] }
2121
thiserror = "1.0"

0 commit comments

Comments
 (0)