Skip to content

Commit 4a11084

Browse files
chore(deps): bump reqwest from 0.12.25 to 0.12.26 (#256)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.25 to 0.12.26. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.25...v0.12.26) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.26 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f65da97 commit 4a11084

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 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
@@ -14,7 +14,7 @@ exclude = [".github/"]
1414
log = "0.4"
1515
env_logger = "0.11"
1616
regex = "1.12"
17-
reqwest = { version = "0.12.25", default-features = false, features = ["blocking", "rustls-tls"] }
17+
reqwest = { version = "0.12.28", default-features = false, features = ["blocking", "rustls-tls"] }
1818
clap = { version = "4.5", features = ["derive"] }
1919
serde = { version = "1.0", features = ["derive"] }
2020
csv = "1.3.0"

0 commit comments

Comments
 (0)