Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 8e711dd

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): bump reqwest from 0.12.5 to 0.12.7
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.5 to 0.12.7. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.5...v0.12.7) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a5648da commit 8e711dd

File tree

2 files changed

+68
-45
lines changed

2 files changed

+68
-45
lines changed

Cargo.lock

+67-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/iana-codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ camino.workspace = true
1818
convert_case = "0.6.0"
1919
csv = "1.3.0"
2020
futures-util = "0.3.30"
21-
reqwest = { version = "0.12.5", default-features = false, features = [
21+
reqwest = { version = "0.12.7", default-features = false, features = [
2222
"rustls-tls",
2323
] }
2424
serde.workspace = true

0 commit comments

Comments
 (0)