Skip to content

Commit 5b0a578

Browse files
chore(deps): bump the http-serialization-utils group
Bumps the http-serialization-utils group in /core with 2 updates: [reqwest](https://github.com/seanmonstar/reqwest) and [rustls-native-certs](https://github.com/rustls/rustls-native-certs). Updates `reqwest` from 0.12.23 to 0.12.24 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.23...v0.12.24) Updates `rustls-native-certs` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/rustls/rustls-native-certs/releases) - [Commits](rustls/rustls-native-certs@v/0.8.1...v/0.8.2) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: http-serialization-utils - dependency-name: rustls-native-certs dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: http-serialization-utils ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ffec492 commit 5b0a578

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

core/Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ md-5 = "0.10"
254254
percent-encoding = "2"
255255
url = "2.5"
256256
quick-xml = { version = "0.38", features = ["serialize", "overlapped-lists"] }
257-
reqwest = { version = "0.12.23", features = [
257+
reqwest = { version = "0.12.24", features = [
258258
"stream",
259259
], default-features = false }
260260
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)