From cbe607304f227deb4f56920649af1640b4351421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:23:02 +0000 Subject: [PATCH] Bump the all group with 2 updates Bumps the all group with 2 updates: [reqwest](https://github.com/seanmonstar/reqwest) and [rust_team_data](https://github.com/rust-lang/team). Updates `reqwest` from 0.12.7 to 0.12.8 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.7...v0.12.8) Updates `rust_team_data` from `88e8817` to `88504c8` - [Commits](https://github.com/rust-lang/team/compare/88e8817f7ca6e2cbd109e2a196bdad91d2cb3768...88504c8c6172ada5ff1400ccda6b7202a75039ed) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: rust_team_data dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1c5dc33f..48da5758 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1550,9 +1550,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.7" +version = "0.12.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8f4955649ef5c38cc7f9e8aa41761d48fb9677197daea9984dc54f56aad5e63" +checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b" dependencies = [ "base64", "bytes", @@ -1703,7 +1703,7 @@ dependencies = [ [[package]] name = "rust_team_data" version = "1.0.0" -source = "git+https://github.com/rust-lang/team#88e8817f7ca6e2cbd109e2a196bdad91d2cb3768" +source = "git+https://github.com/rust-lang/team#88504c8c6172ada5ff1400ccda6b7202a75039ed" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index 50a24404..26ef34ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ rocket = "0.5.1" rocket_dyn_templates = { version = "0.2.0", features = ["handlebars"] } serde = { version = "1.0", features = ["derive"] } sass-rs = "0.2.1" -reqwest = { version = "0.12.7", features = ["json"] } +reqwest = { version = "0.12.8", features = ["json"] } toml = "0.8" serde_json = "1.0" rust_team_data = { git = "https://github.com/rust-lang/team" }