From c44681477aa3d436a18d2b8ca62fb685c154a548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 22:32:27 +0000 Subject: [PATCH] chore(deps): bump the rust-patch group with 5 updates (#171) Bumps the rust-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` | | [once_cell](https://github.com/matklad/once_cell) | `1.20.1` | `1.20.2` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.7` | `0.12.8` | | [pin-project](https://github.com/taiki-e/pin-project) | `1.1.5` | `1.1.6` | | [html2text](https://github.com/jugglerchris/rust-html2text) | `0.12.5` | `0.12.6` | Updates `futures-util` from 0.3.30 to 0.3.31 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.30...0.3.31) Updates `once_cell` from 1.20.1 to 1.20.2 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.20.1...v1.20.2) 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 `pin-project` from 1.1.5 to 1.1.6 - [Release notes](https://github.com/taiki-e/pin-project/releases) - [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/pin-project/compare/v1.1.5...v1.1.6) Updates `html2text` from 0.12.5 to 0.12.6 - [Changelog](https://github.com/jugglerchris/rust-html2text/blob/0.12.6/CHANGELOG.md) - [Commits](https://github.com/jugglerchris/rust-html2text/compare/0.12.5...0.12.6) --- updated-dependencies: - dependency-name: futures-util dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: pin-project dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: html2text dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 67 +++++++++++++++++--------------------- Cargo.toml | 6 ++-- crates/synd_api/Cargo.toml | 2 +- 3 files changed, 33 insertions(+), 42 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 55ed45a..237d4b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1333,9 +1333,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" +checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" dependencies = [ "futures-core", "futures-sink", @@ -1343,9 +1343,9 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" +checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" [[package]] name = "futures-executor" @@ -1360,15 +1360,15 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" +checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" [[package]] name = "futures-macro" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" +checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", @@ -1377,21 +1377,21 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" +checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" [[package]] name = "futures-task" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" +checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" [[package]] name = "futures-util" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" +checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" dependencies = [ "futures-channel", "futures-core", @@ -1638,9 +1638,9 @@ dependencies = [ [[package]] name = "html2text" -version = "0.12.5" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c66ee488a63a92237d5b48875b7e05bb293be8fb2894641c8118b60c08ab5ef" +checksum = "042a9677c258ac2952dd026bb0cd21972f00f644a5a38f5a215cb22cdaf6834e" dependencies = [ "html5ever", "markup5ever", @@ -2513,12 +2513,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.1" +version = "1.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82881c4be219ab5faaf2ad5e5e5ecdff8c66bd7402ca3160975c93b24961afd1" -dependencies = [ - "portable-atomic", -] +checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "oorandom" @@ -2837,18 +2834,18 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.1.5" +version = "1.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" +checksum = "baf123a161dde1e524adf36f90bc5d8d3462824a9c43553ad07a8183161189ec" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.5" +version = "1.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" +checksum = "a4502d8515ca9f32f1fb543d987f63d95a14934883db45bdb48060b6b69257f8" dependencies = [ "proc-macro2", "quote", @@ -2895,12 +2892,6 @@ dependencies = [ "plotters-backend", ] -[[package]] -name = "portable-atomic" -version = "1.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" - [[package]] name = "powerfmt" version = "0.2.0" @@ -3378,9 +3369,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 0.22.1", "bytes", @@ -4222,7 +4213,7 @@ dependencies = [ "kvsd", "moka", "pin-project", - "reqwest 0.12.7", + "reqwest 0.12.8", "serde", "serde_json", "synd-auth", @@ -4249,7 +4240,7 @@ dependencies = [ "http 1.1.0", "http-serde-ext", "jsonwebtoken", - "reqwest 0.12.7", + "reqwest 0.12.8", "serde", "serde_json", "thiserror", @@ -4270,7 +4261,7 @@ dependencies = [ "futures-util", "moka", "rand", - "reqwest 0.12.7", + "reqwest 0.12.8", "schemars", "serde", "serde_json", @@ -4331,7 +4322,7 @@ dependencies = [ "opentelemetry-stdout", "opentelemetry_sdk", "rand", - "reqwest 0.12.7", + "reqwest 0.12.8", "serde", "tokio", "tonic", @@ -4384,7 +4375,7 @@ dependencies = [ "pprof", "proptest", "ratatui", - "reqwest 0.12.7", + "reqwest 0.12.8", "schemars", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 3e33928..362406e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ fake = { version = "2.10.0", features = ["derive", "chrono"] } fdlimit = { version = "0.3.0", default-features = false } feed-rs = { version = "1.5", default-features = false } futures = { version = "0.3.30" } -futures-util = { version = "0.3.30", default-features = false } +futures-util = { version = "0.3.31", default-features = false } graphql_client = { version = "0.13.0", default-features = false } headers = { version = "0.4.0" } http = { version = "1.1" } @@ -41,11 +41,11 @@ kvsd = { version = "0.1.3", default-features = false } mockall = { version = "0.13.0" } moka = { version = "0.12.8", features = ["future"] } octocrab = { version = "0.38.0", features = ["rustls-webpki-tokio"] } -once_cell = { version = "1.20.1" } +once_cell = { version = "1.20.2" } pprof = { version = "0.13", features = ["flamegraph", "criterion"] } proptest = { version = "1.5.0" } rand = { version = "0.8.5" } -reqwest = { version = "0.12.5", default-features = false, features = ["rustls-tls", "json"] } +reqwest = { version = "0.12.8", default-features = false, features = ["rustls-tls", "json"] } schemars = { version = "0.8.21", default-features = false, features = ["derive"] } serde = { version = "1", features = ["derive"] } serde_json = { version = "1.0.128" } diff --git a/crates/synd_api/Cargo.toml b/crates/synd_api/Cargo.toml index 8a03b90..e923f57 100644 --- a/crates/synd_api/Cargo.toml +++ b/crates/synd_api/Cargo.toml @@ -36,7 +36,7 @@ futures-util = { workspace = true } graphql_client = { workspace = true } kvsd = { workspace = true } moka = { workspace = true, features = ["future"] } -pin-project = "1.1.4" +pin-project = "1.1.6" reqwest = { workspace = true } serde = { workspace = true } serde_json = "1.0.128"