Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update cargo pre-1.0 packages (minor) #6614

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ hex = { version = "0.4.3", features = ["serde"] }
http = "1.1.0"
insta = { version = "1.38.0", features = ["json", "redactions", "yaml", "glob"] }
once_cell = "1.19.0"
reqwest = { version = "0.11.0", default-features = false, features = [
reqwest = { version = "0.12.0", default-features = false, features = [
"rustls-tls",
"rustls-native-certs",
"gzip",
Expand Down
10 changes: 5 additions & 5 deletions apollo-federation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ derive_more = "0.99.17"
http.workspace = true
hashbrown = "0.15.1"
indexmap = { version = "2.2.6", features = ["serde"] }
itertools = "0.13.0"
itertools = "0.14.0"
line-col = "0.2.1"
multimap = "0.10.0"
nom = "7.1.3"
nom_locate = "4.2.0"
once_cell = "1.19.0"
petgraph = { version = "0.6.4", features = ["serde-1"] }
petgraph = { version = "0.7.0", features = ["serde-1"] }
regex = "1.11.1"
serde.workspace = true
serde_json.workspace = true
serde_json_bytes.workspace = true
strum = "0.26.0"
strum_macros = "0.26.0"
strum = "0.27.0"
strum_macros = "0.27.0"
thiserror = "1.0"
url = "2"
either = "1.13.0"
Expand All @@ -53,7 +53,7 @@ insta.workspace = true
sha1.workspace = true
tempfile.workspace = true
pretty_assertions = "1.4.0"
rstest = "0.22.0"
rstest = "0.24.0"
dhat = "0.3.3"

[[test]]
Expand Down
32 changes: 16 additions & 16 deletions apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,20 +111,20 @@ hyper = { version = "1.5.1", features = ["full"] }
hyper-util = { version = "0.1.10", features = ["full"] }
hyper-rustls = { version = "0.27.3", features = ["http1", "http2", "rustls-native-certs"] }
indexmap = { version = "2.2.6", features = ["serde"] }
itertools = "0.13.0"
itertools = "0.14.0"
jsonpath_lib = "0.3.0"
jsonpath-rust = "0.3.5"
jsonschema = { version = "0.17.1", default-features = false }
jsonpath-rust = "0.7.0"
jsonschema = { version = "0.29.0", default-features = false }
jsonwebtoken = "9.3.0"
libc = "0.2.155"
linkme = "0.3.27"
lru = "0.12.3"
lru = "0.13.0"
maplit = "1.0.2"
mediatype = "0.19.18"
mockall = "0.13.0"
mime = "0.3.17"
multer = "3.1.0"
multimap = "0.9.1" # Warning: part of the public API
multimap = "0.10.0" # Warning: part of the public API
# To avoid tokio issues
notify = { version = "6.1.1", default-features = false, features = [
"macos_kqueue",
Expand Down Expand Up @@ -176,10 +176,10 @@ opentelemetry-prometheus = "0.17.0"
paste = "1.0.15"
pin-project-lite = "0.2.14"
prometheus = "0.13"
prost = "0.12.6"
prost-types = "0.12.6"
prost = "0.13.0"
prost-types = "0.13.0"
proteus = "0.5.0"
rand = "0.8.5"
rand = "0.9.0"
rhai = { version = "1.19.0", features = ["sync", "serde", "internals"] }
regex = "1.10.5"
reqwest = { version = "0.12.9", default-features = false, features = [
Expand All @@ -203,11 +203,11 @@ serde_derive_default = "0.1"
serde_json_bytes.workspace = true
serde_json.workspace = true
serde_urlencoded = "0.7.1"
serde_yaml = "0.8.26"
serde_yaml = "0.9.0"
static_assertions = "1.1.0"
strum_macros = "0.26.0"
strum_macros = "0.27.0"
sys-info = "0.9.1"
sysinfo = { version = "0.32.0", features = ["system", "windows"], default-features = false }
sysinfo = { version = "0.33.0", features = ["system", "windows"], default-features = false }
thiserror = "1.0.61"
tokio.workspace = true
tokio-stream = { version = "0.1.15", features = ["sync", "net"] }
Expand All @@ -230,7 +230,7 @@ url = { version = "2.5.4", features = ["serde"] }
urlencoding = "2.1.3"
uuid = { version = "1.9.1", features = ["serde", "v4"] }
yaml-rust = "0.4.5"
wiremock = "0.5.22"
wiremock = "0.6.0"
wsl = "0.1.0"
tokio-tungstenite = { version = "0.26.1", features = [
"rustls-tls-native-roots",
Expand Down Expand Up @@ -300,7 +300,7 @@ opentelemetry-proto = { version = "0.5.0", features = [
opentelemetry-datadog = { version = "0.12.0", features = ["reqwest-client"] }
p256 = "0.13.2"
pretty_assertions = "1.4.0"
rand_core = "0.6.4"
rand_core = "0.9.0"
reqwest = { version = "0.12.9", default-features = false, features = [
"json",
"multipart",
Expand Down Expand Up @@ -329,9 +329,9 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
tracing-opentelemetry = "0.25.0"
tracing-test = "0.2.5"
walkdir = "2.5.0"
wiremock = "0.5.22"
libtest-mimic = "0.7.3"
rstest = "0.22.0"
wiremock = "0.6.0"
libtest-mimic = "0.8.0"
rstest = "0.24.0"

[target.'cfg(target_os = "linux")'.dev-dependencies]
rstack = { version = "0.3.3", features = ["dw"], default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions fuzz/subgraph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ version = "0.1.0"
edition = "2021"

[dependencies]
axum = "0.6.20"
axum = "0.8.0"
async-graphql = "6"
async-graphql-axum = "6"
env_logger = "0.11"
tokio = { version = "1.22.0", features = ["time", "full"] }
tower = "0.4.0"
tower = "0.5.0"
Loading