Skip to content

Commit

Permalink
fix(deps): update all non-major packages >= 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 10, 2023
1 parent 4a47fca commit c083585
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion apollo-router-scaffold/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Elastic-2.0"
publish = false

[dependencies]
anyhow = "1.0.68"
anyhow = "1.0.69"
clap = { version = "4.1.4", features = ["derive"] }
cargo-scaffold = { version = "0.8.7", default-features = false }
regex = "1"
Expand Down
16 changes: 8 additions & 8 deletions apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ features = ["docs_rs"]
[dependencies]
askama = "0.11.1"
access-json = "0.1.0"
anyhow = "1.0.68"
anyhow = "1.0.69"
ansi_term = "0.12"
apollo-compiler = "0.6.0"
apollo-encoder = "0.4.0"
Expand All @@ -57,7 +57,7 @@ axum = { version = "0.6.4", features = ["headers", "json", "original-uri"] }
backtrace = "0.3.67"
base64 = "0.20.0"
buildstructor = "0.5.1"
bytes = "1.2.1"
bytes = "1.4.0"
clap = { version = "4.1.4", default-features = false, features = [
"env",
"derive",
Expand Down Expand Up @@ -105,7 +105,7 @@ multer = "2.0.4"
multimap = "0.8.3"
# To avoid tokio issues
notify = { version = "5.1.0", default-features = false, features=["macos_kqueue"] }
once_cell = "1.16.0"
once_cell = "1.17.0"

# Any package that starts with `opentelemetry` needs to be updated with care
# because it is tightly intertwined with the `tracing` packages on account of
Expand Down Expand Up @@ -153,7 +153,7 @@ rand = "0.8.5"
rhai = { version = "1.12.0", features = ["sync", "serde", "internals"] }
redis = { version = "0.21.7", features = ["tokio-comp", "tls", "tokio-native-tls-comp"] }
redis_cluster_async = "0.7.2"
regex = "1.6.0"
regex = "1.7.1"
reqwest = { version = "0.11.14", default-features = false, features = [
"rustls-tls",
"json",
Expand All @@ -166,9 +166,9 @@ rustls-pemfile = "1.0.2"
schemars = { version = "0.8.11", features = ["url"] }
shellexpand = "3.0.0"
sha2 = "0.10.6"
serde = { version = "1.0.149", features = ["derive", "rc"] }
serde = { version = "1.0.152", features = ["derive", "rc"] }
serde_json_bytes = { version = "0.2.0", features = ["preserve_order"] }
serde_json = { version = "1.0.85", features = ["preserve_order"] }
serde_json = { version = "1.0.93", features = ["preserve_order"] }
serde_millis = "0.1.1"
serde_urlencoded = "0.7.1"
serde_yaml = "0.8.26"
Expand Down Expand Up @@ -201,7 +201,7 @@ tracing-opentelemetry = "0.18.0"
tracing-subscriber = { version = "0.3.11", features = ["env-filter", "json"] }
url = { version = "2.3.1", features = ["serde"] }
urlencoding = "2.1.2"
uuid = { version = "1.2.2", features = ["serde", "v4"] }
uuid = { version = "1.3.0", features = ["serde", "v4"] }
yaml-rust = "0.4.5"
wsl = "0.1.0"

Expand All @@ -217,7 +217,7 @@ introspector-gadget = "0.2.0"
maplit = "1.0.2"
memchr = { version = "2.5.0", default-features = false }
mockall = "0.11.3"
once_cell = "1.16.0"
once_cell = "1.17.0"
reqwest = { version = "0.11.14", default-features = false, features = [
"json",
"stream",
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/fed2-demo-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"start": "node gateway.js"
},
"dependencies": {
"@apollo/server": "4.3.2",
"@apollo/gateway": "2.3.0",
"@apollo/server": "4.3.3",
"@apollo/gateway": "2.3.1",
"supergraph-demo-opentelemetry": "0.2.4",
"graphql": "16.6.0"
},
Expand Down

0 comments on commit c083585

Please # to comment.