From 642736a5e333bb03cfdbeabc6a13b96eb7fd63ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 23:38:25 +1300 Subject: [PATCH] build(deps): bump the deps group with 2 updates (#21) Bumps the deps group with 2 updates: [reqwest](https://github.com/seanmonstar/reqwest) and [serde_json](https://github.com/serde-rs/json). Updates `reqwest` from 0.12.11 to 0.12.12 - [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.11...v0.12.12) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aef66fd..41af70c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2120,9 +2120,9 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "reqwest" -version = "0.12.11" +version = "0.12.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fe060fe50f524be480214aba758c71f99f90ee8c83c5a36b5e9e1d568eb4eb3" +checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da" dependencies = [ "async-compression", "base64 0.22.1", @@ -2555,9 +2555,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.134" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" +checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 752f05a..da37dd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,12 +22,12 @@ diesel_migrations = "2.1.0" folktime = "0.2.1" futures = "0.3.31" node-semver = "2.1.0" -reqwest = { version = "0.12.11", default-features = false, features = ["gzip", "json"] } +reqwest = { version = "0.12.12", default-features = false, features = ["gzip", "json"] } rocket = { version = "0.5.1", features = ["json", "mtls", "uuid"] } rocket_db_pools = { version = "0.2.0", features = ["diesel_postgres"] } rocket_dyn_templates = { version = "0.2.0", features = ["tera"] } serde = { version = "1.0.217", features = ["derive"] } -serde_json = "1.0.134" +serde_json = "1.0.135" url = { version = "2.5.4", features = ["serde"] } uuid = { version = "1.11.0", features = ["serde", "v4"] }