Skip to content

Commit

Permalink
fix(deps): update cargo pre-1.0 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent 38b10c6 commit bc8d1b2
Show file tree
Hide file tree
Showing 6 changed files with 480 additions and 78 deletions.
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
6 changes: 3 additions & 3 deletions apollo-federation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ 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
Expand All @@ -51,7 +51,7 @@ insta.workspace = true
sha1.workspace = true
tempfile.workspace = true
pretty_assertions = "1.4.0"
rstest = "0.22.0"
rstest = "0.24.0"

[[test]]
name = "main"
30 changes: 15 additions & 15 deletions apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,20 +112,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.28.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 @@ -177,10 +177,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 @@ -204,11 +204,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"
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 @@ -231,7 +231,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 @@ -301,7 +301,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 @@ -330,9 +330,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

0 comments on commit bc8d1b2

Please sign in to comment.