From 11822a224533e31bc626eaee7b10b2ecc953edaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 22:16:23 +0000 Subject: [PATCH] chore(deps): bump the rust-patch group across 1 directory with 5 updates Bumps the rust-patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [async-graphql](https://github.com/async-graphql/async-graphql) | `7.0.13` | `7.0.14` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.85` | `0.1.86` | | [insta](https://github.com/mitsuhiko/insta) | `1.42.0` | `1.42.1` | | [serde_json](https://github.com/serde-rs/json) | `1.0.136` | `1.0.138` | | [async-graphql-axum](https://github.com/async-graphql/async-graphql) | `7.0.13` | `7.0.14` | Updates `async-graphql` from 7.0.13 to 7.0.14 - [Changelog](https://github.com/async-graphql/async-graphql/blob/master/CHANGELOG.md) - [Commits](https://github.com/async-graphql/async-graphql/commits) Updates `async-trait` from 0.1.85 to 0.1.86 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.85...0.1.86) Updates `insta` from 1.42.0 to 1.42.1 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.42.0...1.42.1) Updates `serde_json` from 1.0.136 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.136...v1.0.138) Updates `async-graphql-axum` from 7.0.13 to 7.0.14 - [Changelog](https://github.com/async-graphql/async-graphql/blob/master/CHANGELOG.md) - [Commits](https://github.com/async-graphql/async-graphql/commits) --- updated-dependencies: - dependency-name: async-graphql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: async-graphql-axum dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 110 ++++++++++++++++++++++++++---------- Cargo.toml | 4 +- crates/synd_api/Cargo.toml | 2 +- crates/synd_term/Cargo.toml | 2 +- 4 files changed, 85 insertions(+), 33 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82c4eb2..b78af52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,9 +183,9 @@ dependencies = [ [[package]] name = "async-graphql" -version = "7.0.13" +version = "7.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59fd6bd734afb8b6e4d0f84a3e77305ce0a7ccc60d70f6001cb5e1c3f38d8ff1" +checksum = "e0a9916334e00a14428e03b9b1c73a0baf1c834ebe0ff1be146e1247390b31f1" dependencies = [ "async-graphql-derive", "async-graphql-parser", @@ -218,13 +218,12 @@ dependencies = [ [[package]] name = "async-graphql-axum" -version = "7.0.13" +version = "7.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec8c1bb47161c37286e40e2fa58055e97b2a2b6cf1022a6686967e10636fa5d7" +checksum = "0344482a065904d2595377810e0bb35ad445ca4712b459757436303251d81b65" dependencies = [ "async-graphql", - "async-trait", - "axum", + "axum 0.8.1", "bytes", "futures-util", "serde_json", @@ -236,9 +235,9 @@ dependencies = [ [[package]] name = "async-graphql-derive" -version = "7.0.13" +version = "7.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac38b4dd452d529d6c0248b51df23603f0a875770352e26ae8c346ce6c149b3e" +checksum = "88d6f3ad293f7b9974aef6297673ac3e9097824f84264a9548cbb87006c94044" dependencies = [ "Inflector", "async-graphql-parser", @@ -253,9 +252,9 @@ dependencies = [ [[package]] name = "async-graphql-parser" -version = "7.0.13" +version = "7.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42d271ddda2f55b13970928abbcbc3423cfc18187c60e8769b48f21a93b7adaa" +checksum = "7ca5697e57fcad289d26948e2ab2f11b9cfe7d645503a1f37fa86640c061c772" dependencies = [ "async-graphql-value", "pest", @@ -265,9 +264,9 @@ dependencies = [ [[package]] name = "async-graphql-value" -version = "7.0.13" +version = "7.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aefe909173a037eaf3281b046dc22580b59a38b765d7b8d5116f2ffef098048d" +checksum = "6266ea7ab3ce41585e16caa0e1e8d97de37827227950820fdab6b69d9c09a63a" dependencies = [ "bytes", "indexmap 2.2.5", @@ -310,9 +309,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.85" +version = "0.1.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" +checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d" dependencies = [ "proc-macro2", "quote", @@ -350,9 +349,36 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" dependencies = [ "async-trait", - "axum-core", + "axum-core 0.4.5", + "bytes", + "futures-util", + "http", + "http-body", + "http-body-util", + "itoa", + "matchit 0.7.3", + "memchr", + "mime", + "percent-encoding", + "pin-project-lite", + "rustversion", + "serde", + "sync_wrapper", + "tower 0.5.2", + "tower-layer", + "tower-service", +] + +[[package]] +name = "axum" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d6fd624c75e18b3b4c6b9caf42b1afe24437daaee904069137d8bab077be8b8" +dependencies = [ + "axum-core 0.5.0", "base64 0.22.1", "bytes", + "form_urlencoded", "futures-util", "http", "http-body", @@ -360,7 +386,7 @@ dependencies = [ "hyper", "hyper-util", "itoa", - "matchit", + "matchit 0.8.4", "memchr", "mime", "percent-encoding", @@ -398,6 +424,25 @@ dependencies = [ "sync_wrapper", "tower-layer", "tower-service", +] + +[[package]] +name = "axum-core" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df1362f362fd16024ae199c1970ce98f9661bf5ef94b9808fee734bc3698b733" +dependencies = [ + "bytes", + "futures-util", + "http", + "http-body", + "http-body-util", + "mime", + "pin-project-lite", + "rustversion", + "sync_wrapper", + "tower-layer", + "tower-service", "tracing", ] @@ -2054,15 +2099,16 @@ dependencies = [ [[package]] name = "insta" -version = "1.42.0" +version = "1.42.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6513e4067e16e69ed1db5ab56048ed65db32d10ba5fc1217f5393f8f17d8b5a5" +checksum = "71c1b125e30d93896b365e156c33dadfffab45ee8400afcbba4752f59de08a86" dependencies = [ "console", "linked-hash-map", "once_cell", "pest", "pest_derive", + "pin-project", "serde", "similar", ] @@ -2330,6 +2376,12 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" +[[package]] +name = "matchit" +version = "0.8.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" + [[package]] name = "memchr" version = "2.7.1" @@ -3838,9 +3890,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.136" +version = "1.0.138" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "336a0c23cf42a38d9eaa7cd22c7040d04e1228a19a933890805ffd00a16437d2" +checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" dependencies = [ "itoa", "memchr", @@ -4233,7 +4285,7 @@ dependencies = [ "async-graphql", "async-graphql-axum", "async-trait", - "axum", + "axum 0.7.9", "axum-server", "chrono", "clap", @@ -4344,7 +4396,7 @@ dependencies = [ name = "synd-o11y" version = "0.1.9" dependencies = [ - "axum", + "axum 0.7.9", "http", "insta", "opentelemetry", @@ -4440,7 +4492,7 @@ name = "synd-test" version = "0.1.0" dependencies = [ "anyhow", - "axum", + "axum 0.7.9", "chrono", "futures-util", "headers", @@ -4720,9 +4772,9 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.24.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9" +checksum = "be4bf6fecd69fcdede0ec680aaf474cdab988f9de6bc73d3758f0160e3b7025a" dependencies = [ "futures-util", "log", @@ -4797,7 +4849,7 @@ checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52" dependencies = [ "async-stream", "async-trait", - "axum", + "axum 0.7.9", "base64 0.22.1", "bytes", "h2", @@ -5042,9 +5094,9 @@ dependencies = [ [[package]] name = "tungstenite" -version = "0.24.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a" +checksum = "413083a99c579593656008130e29255e54dcaae495be556cc26888f211648c24" dependencies = [ "byteorder", "bytes", @@ -5054,7 +5106,7 @@ dependencies = [ "log", "rand", "sha1", - "thiserror 1.0.69", + "thiserror 2.0.11", "utf-8", ] diff --git a/Cargo.toml b/Cargo.toml index e600ade..6df7002 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ repository = "https://github.com/ymgyt/syndicationd" anyhow = { version = "1", default-features = false, features = ["std"] } assert_cmd = { version = "2.0.16" } async-graphql = { version = "7.0" } -async-trait = { version = "0.1.85", default-features = false } +async-trait = { version = "0.1.86", default-features = false } axum = { version = "0.7.9", default-features = false } axum-server = { version = "0.6.0", features = ["tls-rustls"] } bitflags = { version = "2.8.0", default-features = false } @@ -49,7 +49,7 @@ rand = { version = "0.8.5" } reqwest = { version = "0.12.12", 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.136" } +serde_json = { version = "1.0.138" } tempfile = { version = "3" } thiserror = { version = "2.0.11" } tokio = { version = "1.43", default-features = false } diff --git a/crates/synd_api/Cargo.toml b/crates/synd_api/Cargo.toml index 9b1840d..a11e055 100644 --- a/crates/synd_api/Cargo.toml +++ b/crates/synd_api/Cargo.toml @@ -39,7 +39,7 @@ moka = { workspace = true, features = ["future"] } pin-project = "1.1.8" reqwest = { workspace = true } serde = { workspace = true } -serde_json = "1.0.136" +serde_json = "1.0.138" thiserror = { workspace = true } tokio = { workspace = true, features = ["macros", "rt-multi-thread", "sync"] } tokio-metrics = { version = "0.4.0", default-features = false, features = ["rt"] } diff --git a/crates/synd_term/Cargo.toml b/crates/synd_term/Cargo.toml index 09e7914..80d90de 100644 --- a/crates/synd_term/Cargo.toml +++ b/crates/synd_term/Cargo.toml @@ -44,7 +44,7 @@ ratatui = { version = "0.29.0" } reqwest = { workspace = true } schemars = { workspace = true, features = ["derive"] } serde = { workspace = true, features = ["derive"] } -serde_json = "1.0.136" +serde_json = "1.0.138" thiserror = { workspace = true } tokio = { workspace = true, features = ["macros", "rt-multi-thread", "sync", "time"] } tokio-stream = { version = "0.1.17", optional = true }