Skip to content

Commit

Permalink
Bump reqwest from 0.12.9 to 0.12.11
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.9 to 0.12.11.
- [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.12.11)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent a036d65 commit a5ac606
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
26 changes: 24 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gosub_engine = { version = "0.1.2", registry = "gosub" }
gtk-macros = "0.3"
gtk4 = { version = "0.9.5", features = ["v4_6", "v4_14"] }
chrono = { version = "0.4.39", features = [] }
reqwest = { version = "0.12.9", features = ["blocking", "gzip", "brotli", "cookies", "deflate", "http2", "rustls-tls"] }
reqwest = { version = "0.12.11", features = ["blocking", "gzip", "brotli", "cookies", "deflate", "http2", "rustls-tls"] }
uuid = { version = "1.11.0", features = ["v4", "v7"] }
log = "0.4.22"
once_cell = "1.5"
Expand Down

0 comments on commit a5ac606

Please sign in to comment.