1
Fork 0

Merge pull request 'fix(deps): update rust crate reqwest to v0.12.19' (#237) from renovate/reqwest-0.x-lockfile into master
All checks were successful
build/lua-clib Building image lua-clib
build/node-script Building image node-script
build/base Building image base
build/ruby-script Building image ruby-script
build/python-script Building image python-script
build/rust-xwin Building image rust-xwin
build/gitea Building images gitea-package, gitea-pr, gitea-status

Reviewed-on: #237
This commit is contained in:
Lucas Schwiderski 2025-06-03 17:03:38 +02:00
commit 3a7a5788c5
Signed by: Forgejo (git.sclu1034.dev)
GPG key ID: B1C9C29730D3D366

View file

@ -1012,9 +1012,9 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
[[package]] [[package]]
name = "reqwest" name = "reqwest"
version = "0.12.18" version = "0.12.19"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e98ff6b0dbbe4d5a37318f433d4fc82babd21631f194d370409ceb2e40b2f0b5" checksum = "a2f8e5513d63f2e5b386eb5106dc67eaf3f84e95258e210489136b8b92ad6119"
dependencies = [ dependencies = [
"base64", "base64",
"bytes", "bytes",
@ -1467,9 +1467,9 @@ dependencies = [
[[package]] [[package]]
name = "tower-http" name = "tower-http"
version = "0.6.4" version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fdb0c213ca27a9f57ab69ddb290fd80d970922355b83ae380b395d3986b8a2e" checksum = "5cc2d9e086a412a451384326f521c8123a99a466b329941a9403696bff9b0da2"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"bytes", "bytes",