From 27a8cf7cb46b509592546a79535fdea5525c8a24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:06:12 +0000 Subject: [PATCH] Bump the backend group across 1 directory with 6 updates Bumps the backend group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.94` | `1.0.95` | | [deadpool-postgres](https://github.com/bikeshedder/deadpool) | `0.14.0` | `0.14.1` | | [hyper](https://github.com/hyperium/hyper) | `1.5.1` | `1.5.2` | | [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.216` | | [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.134` | | [tower](https://github.com/tower-rs/tower) | `0.5.1` | `0.5.2` | Updates `anyhow` from 1.0.94 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.94...1.0.95) Updates `deadpool-postgres` from 0.14.0 to 0.14.1 - [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md) - [Commits](https://github.com/bikeshedder/deadpool/compare/deadpool-postgres-v0.14.0...deadpool-postgres-v0.14.1) Updates `hyper` from 1.5.1 to 1.5.2 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v1.5.1...v1.5.2) Updates `serde` from 1.0.215 to 1.0.216 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.215...v1.0.216) Updates `serde_json` from 1.0.133 to 1.0.134 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.133...v1.0.134) Updates `tower` from 0.5.1 to 0.5.2 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/tower-0.5.1...tower-0.5.2) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: deadpool-postgres dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: tower dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend ... Signed-off-by: dependabot[bot] --- Cargo.lock | 44 ++++++++++++++++++++++---------------------- Cargo.toml | 12 ++++++------ 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5940a7..9e0e15d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,9 +88,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.94" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" +checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" [[package]] name = "assert-json-diff" @@ -139,7 +139,7 @@ dependencies = [ "http 1.2.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.2", "hyper-util", "itoa", "matchit", @@ -339,7 +339,7 @@ dependencies = [ "config", "deadpool-postgres", "futures", - "hyper 1.5.1", + "hyper 1.5.2", "mime", "mockall", "openssl", @@ -508,9 +508,9 @@ dependencies = [ [[package]] name = "deadpool-postgres" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ab8a4ea925ce79678034870834602a2980f4b88c09e97feb266496dbb4493d2" +checksum = "3d697d376cbfa018c23eb4caab1fd1883dd9c906a8c034e8d9a3cb06a7e0bef9" dependencies = [ "async-trait", "deadpool", @@ -1010,9 +1010,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.1" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" +checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" dependencies = [ "bytes", "futures-channel", @@ -1037,7 +1037,7 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.2.0", - "hyper 1.5.1", + "hyper 1.5.2", "hyper-util", "rustls", "rustls-pki-types", @@ -1067,7 +1067,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" dependencies = [ "bytes", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.2", "hyper-util", "native-tls", "tokio", @@ -1086,7 +1086,7 @@ dependencies = [ "futures-util", "http 1.2.0", "http-body 1.0.1", - "hyper 1.5.1", + "hyper 1.5.2", "pin-project-lite", "socket2", "tokio", @@ -1440,7 +1440,7 @@ dependencies = [ "http 1.2.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.2", "hyper-util", "log", "rand", @@ -1961,7 +1961,7 @@ dependencies = [ "http 1.2.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.2", "hyper-rustls", "hyper-tls 0.6.0", "hyper-util", @@ -2144,18 +2144,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.215" +version = "1.0.216" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f" +checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.215" +version = "1.0.216" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" +checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e" dependencies = [ "proc-macro2", "quote", @@ -2164,9 +2164,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" dependencies = [ "itoa", "memchr", @@ -2652,14 +2652,14 @@ dependencies = [ [[package]] name = "tower" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f" +checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" dependencies = [ "futures-core", "futures-util", "pin-project-lite", - "sync_wrapper 0.1.2", + "sync_wrapper 1.0.2", "tokio", "tower-layer", "tower-service", diff --git a/Cargo.toml b/Cargo.toml index c68bb4f..07f664c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,19 +13,19 @@ edition = "2021" rust-version = "1.83" [workspace.dependencies] -anyhow = "1.0.94" +anyhow = "1.0.95" async-trait = "0.1.83" axum = { version = "0.7.9", features = ["macros"] } bincode = "1.3.3" clap = { version = "4.5.23", features = ["derive"] } config = "0.13.4" deadpool = "0.12.1" -deadpool-postgres = { version = "0.14.0", features = ["serde"] } +deadpool-postgres = { version = "0.14.1", features = ["serde"] } futures = "0.3.31" graphql_client = { version = "0.14.0", features = ["reqwest"] } hex = "0.4.3" http = "1.2.0" -hyper = "1.5.1" +hyper = "1.5.2" lazy_static = "1.5.0" mime = "0.3.17" mockall = "0.13.1" @@ -35,8 +35,8 @@ postgres-openssl = "0.5.0" postgres-types = { version = "0.2.8", features = ["derive"] } regex = "1.11.1" reqwest = { version = "0.12.9", features = ["json"] } -serde = { version = "1.0.215", features = ["derive"] } -serde_json = "1.0.133" +serde = { version = "1.0.216", features = ["derive"] } +serde_json = "1.0.134" serde_qs = "0.13.0" serde_yaml = "0.9.34" sha2 = "0.10.8" @@ -58,7 +58,7 @@ tokio-postgres = { version = "0.7.12", features = [ "with-serde_json-1", "with-uuid-1", ] } -tower = { version = "0.5.1", features = ["util"] } +tower = { version = "0.5.2", features = ["util"] } tower-http = { version = "0.6.2", features = ["fs", "set-header", "trace"] } tracing = "0.1.41" tracing-subscriber = { version = "0.3.19", features = ["env-filter", "json"] }