Skip to content

Commit

Permalink
fix(deps): update rust crate async-graphql-axum to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 10, 2025
1 parent 546cb63 commit 20ba37f
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 76 deletions.
189 changes: 114 additions & 75 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ dependencies = [
"tokio",
"tokio-rustls 0.26.2",
"tokio-stream",
"tokio-tungstenite 0.26.2",
"tokio-tungstenite",
"tokio-util",
"tonic 0.12.3",
"tonic-build",
Expand Down Expand Up @@ -584,9 +584,9 @@ version = "6.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "298a5d587d6e6fdb271bf56af2dc325a80eb291fd0fc979146584b9a05494a8c"
dependencies = [
"async-graphql-derive",
"async-graphql-parser",
"async-graphql-value",
"async-graphql-derive 6.0.11",
"async-graphql-parser 6.0.11",
"async-graphql-value 6.0.11",
"async-stream",
"async-trait",
"base64 0.13.1",
Expand All @@ -612,14 +612,43 @@ dependencies = [
]

[[package]]
name = "async-graphql-axum"
version = "6.0.11"
name = "async-graphql"
version = "7.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01a1c20a2059bffbc95130715b23435a05168c518fba9709c81fa2a38eed990c"
checksum = "bfff2b17d272a5e3e201feda444e2c24b011fa722951268d1bd8b9b5bc6dc449"
dependencies = [
"async-graphql",
"async-graphql-derive 7.0.15",
"async-graphql-parser 7.0.15",
"async-graphql-value 7.0.15",
"async-stream",
"async-trait",
"axum 0.6.20",
"base64 0.22.1",
"bytes",
"fnv",
"futures-timer",
"futures-util",
"http 1.2.0",
"indexmap 2.7.1",
"mime",
"multer 3.1.0",
"num-traits",
"pin-project-lite",
"regex",
"serde",
"serde_json",
"serde_urlencoded",
"static_assertions_next",
"thiserror 1.0.69",
]

[[package]]
name = "async-graphql-axum"
version = "7.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bf2882c816094fef6e39d381b8e9b710e5943e7bdef5198496441d5083164fa"
dependencies = [
"async-graphql 7.0.15",
"axum 0.8.1",
"bytes",
"futures-util",
"serde_json",
Expand All @@ -636,7 +665,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7f329c7eb9b646a72f70c9c4b516c70867d356ec46cb00dcac8ad343fd006b0"
dependencies = [
"Inflector",
"async-graphql-parser",
"async-graphql-parser 6.0.11",
"darling",
"proc-macro-crate 1.3.1",
"proc-macro2",
Expand All @@ -646,13 +675,42 @@ dependencies = [
"thiserror 1.0.69",
]

[[package]]
name = "async-graphql-derive"
version = "7.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8e5d0c6697def2f79ccbd972fb106b633173a6066e430b480e1ff9376a7561a"
dependencies = [
"Inflector",
"async-graphql-parser 7.0.15",
"darling",
"proc-macro-crate 3.2.0",
"proc-macro2",
"quote",
"strum 0.26.3",
"syn 2.0.90",
"thiserror 1.0.69",
]

[[package]]
name = "async-graphql-parser"
version = "6.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6139181845757fd6a73fbb8839f3d036d7150b798db0e9bb3c6e83cdd65bd53b"
dependencies = [
"async-graphql-value",
"async-graphql-value 6.0.11",
"pest",
"serde",
"serde_json",
]

[[package]]
name = "async-graphql-parser"
version = "7.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8531ee6d292c26df31c18c565ff22371e7bdfffe7f5e62b69537db0b8fd554dc"
dependencies = [
"async-graphql-value 7.0.15",
"pest",
"serde",
"serde_json",
Expand All @@ -670,6 +728,18 @@ dependencies = [
"serde_json",
]

[[package]]
name = "async-graphql-value"
version = "7.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "741110dda927420a28fbc1c310543d3416f789a6ba96859c2c265843a0a96887"
dependencies = [
"bytes",
"indexmap 2.7.1",
"serde",
"serde_json",
]

[[package]]
name = "async-io"
version = "2.4.0"
Expand Down Expand Up @@ -1145,11 +1215,9 @@ checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
dependencies = [
"async-trait",
"axum-core 0.3.4",
"base64 0.21.7",
"bitflags 1.3.2",
"bytes",
"futures-util",
"headers 0.3.9",
"http 0.2.12",
"http-body 0.4.6",
"hyper 0.14.31",
Expand All @@ -1164,10 +1232,8 @@ dependencies = [
"serde_json",
"serde_path_to_error",
"serde_urlencoded",
"sha1",
"sync_wrapper 0.1.2",
"tokio",
"tokio-tungstenite 0.20.1",
"tower 0.4.13",
"tower-layer",
"tower-service",
Expand Down Expand Up @@ -1230,7 +1296,7 @@ dependencies = [
"sha1",
"sync_wrapper 1.0.2",
"tokio",
"tokio-tungstenite 0.26.2",
"tokio-tungstenite",
"tower 0.5.2",
"tower-layer",
"tower-service",
Expand Down Expand Up @@ -1304,7 +1370,7 @@ dependencies = [
"axum-core 0.5.0",
"bytes",
"futures-util",
"headers 0.4.0",
"headers",
"http 1.2.0",
"http-body 1.0.1",
"http-body-util",
Expand Down Expand Up @@ -2479,7 +2545,7 @@ dependencies = [
name = "everything-subgraph"
version = "0.1.0"
dependencies = [
"async-graphql",
"async-graphql 6.0.11",
"async-graphql-axum",
"axum 0.6.20",
"env_logger",
Expand Down Expand Up @@ -3134,21 +3200,6 @@ dependencies = [
"num-traits",
]

[[package]]
name = "headers"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
dependencies = [
"base64 0.21.7",
"bytes",
"headers-core 0.2.0",
"http 0.2.12",
"httpdate",
"mime",
"sha1",
]

[[package]]
name = "headers"
version = "0.4.0"
Expand All @@ -3157,22 +3208,13 @@ checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9"
dependencies = [
"base64 0.21.7",
"bytes",
"headers-core 0.3.0",
"headers-core",
"http 1.2.0",
"httpdate",
"mime",
"sha1",
]

[[package]]
name = "headers-core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
dependencies = [
"http 0.2.12",
]

[[package]]
name = "headers-core"
version = "0.3.0"
Expand Down Expand Up @@ -6557,6 +6599,12 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"

[[package]]
name = "static_assertions_next"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7beae5182595e9a8b683fa98c4317f956c9a2dec3b9716990d20023cc60c766"

[[package]]
name = "str_inflector"
version = "0.12.0"
Expand All @@ -6582,6 +6630,15 @@ dependencies = [
"strum_macros 0.25.3",
]

[[package]]
name = "strum"
version = "0.26.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
dependencies = [
"strum_macros 0.26.4",
]

[[package]]
name = "strum"
version = "0.27.1"
Expand All @@ -6601,6 +6658,19 @@ dependencies = [
"syn 2.0.90",
]

[[package]]
name = "strum_macros"
version = "0.26.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
dependencies = [
"heck 0.5.0",
"proc-macro2",
"quote",
"rustversion",
"syn 2.0.90",
]

[[package]]
name = "strum_macros"
version = "0.27.1"
Expand Down Expand Up @@ -7038,18 +7108,6 @@ dependencies = [
"tokio-stream",
]

[[package]]
name = "tokio-tungstenite"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
dependencies = [
"futures-util",
"log",
"tokio",
"tungstenite 0.20.1",
]

[[package]]
name = "tokio-tungstenite"
version = "0.26.2"
Expand All @@ -7063,7 +7121,7 @@ dependencies = [
"rustls-pki-types",
"tokio",
"tokio-rustls 0.26.2",
"tungstenite 0.26.2",
"tungstenite",
]

[[package]]
Expand Down Expand Up @@ -7447,25 +7505,6 @@ dependencies = [
"syn 2.0.90",
]

[[package]]
name = "tungstenite"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
dependencies = [
"byteorder",
"bytes",
"data-encoding",
"http 0.2.12",
"httparse",
"log",
"rand 0.8.5",
"sha1",
"thiserror 1.0.69",
"url",
"utf-8",
]

[[package]]
name = "tungstenite"
version = "0.26.2"
Expand Down
2 changes: 1 addition & 1 deletion fuzz/subgraph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
axum = "0.6.20"
async-graphql = "6"
async-graphql-axum = "6"
async-graphql-axum = "7"
env_logger = "0.11"
tokio = { version = "1.22.0", features = ["time", "full"] }
tower = "0.4.0"

0 comments on commit 20ba37f

Please sign in to comment.