Skip to content

Commit d90ef74

Browse files
dependabot[bot]alien11689
authored andcommitted
Update reqwest requirement from 0.12.9 to 0.13.1 in /aoc-bins
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.9...v0.13.1) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1d9e564 commit d90ef74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aoc-bins/aoc-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ edition = "2024"
66
[dependencies]
77
cookie = "0.18.1"
88
home = "0.5.9"
9-
reqwest = { version = "0.12.9", features = ["cookies"] }
9+
reqwest = { version = "0.13.1", features = ["cookies"] }
1010
serde = { version = "1.0.216", features = ["derive"] }

0 commit comments

Comments
 (0)