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] committed Jul 18, 2023
1 parent 0ffa788 commit 593910b
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 111 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ dependencies = [

[[package]]
name = "anyhow"
version = "1.0.71"
version = "1.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"

[[package]]
name = "apollo-compiler"
Expand Down Expand Up @@ -289,7 +289,7 @@ dependencies = [
"buildstructor 0.5.3",
"bytes",
"ci_info",
"clap 4.3.11",
"clap 4.3.15",
"console-subscriber",
"dashmap",
"derivative",
Expand Down Expand Up @@ -431,7 +431,7 @@ version = "1.24.0"
dependencies = [
"anyhow",
"cargo-scaffold",
"clap 4.3.11",
"clap 4.3.15",
"copy_dir",
"regex",
"str_inflector",
Expand Down Expand Up @@ -1056,9 +1056,9 @@ dependencies = [

[[package]]
name = "clap"
version = "4.3.11"
version = "4.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1640e5cc7fb47dbb8338fd471b105e7ed6c3cb2aeb00c2e067127ffd3764a05d"
checksum = "8f644d0dac522c8b05ddc39aaaccc5b136d5dc4ff216610c5641e3be5becf56c"
dependencies = [
"clap_builder",
"clap_derive",
Expand All @@ -1067,9 +1067,9 @@ dependencies = [

[[package]]
name = "clap_builder"
version = "4.3.11"
version = "4.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98c59138d527eeaf9b53f35a77fcc1fad9d883116070c63d5de1c7dc7b00c72b"
checksum = "af410122b9778e024f9e0fb35682cc09cc3f85cad5e8d3ba8f47a9702df6e73d"
dependencies = [
"anstream",
"anstyle",
Expand All @@ -1079,9 +1079,9 @@ dependencies = [

[[package]]
name = "clap_derive"
version = "4.3.2"
version = "4.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f"
checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050"
dependencies = [
"heck 0.4.1",
"proc-macro2",
Expand Down Expand Up @@ -3009,9 +3009,9 @@ dependencies = [

[[package]]
name = "insta"
version = "1.30.0"
version = "1.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28491f7753051e5704d4d0ae7860d45fae3238d7d235bc4289dcd45c48d3cec3"
checksum = "a0770b0a3d4c70567f0d58331f3088b0e4c4f56c9b8d764efe654b4a5d46de3a"
dependencies = [
"console 0.15.7",
"lazy_static",
Expand Down Expand Up @@ -4119,9 +4119,9 @@ dependencies = [

[[package]]
name = "paste"
version = "1.0.13"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4b27ab7be369122c218afc2079489cdcb4b517c0a3fc386ff11e1fedfcc2b35"
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"

[[package]]
name = "pem"
Expand Down Expand Up @@ -5366,9 +5366,9 @@ dependencies = [

[[package]]
name = "serde_json"
version = "1.0.102"
version = "1.0.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed"
checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b"
dependencies = [
"indexmap 2.0.0",
"itoa",
Expand Down Expand Up @@ -6780,9 +6780,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"

[[package]]
name = "uuid"
version = "1.4.0"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be"
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
dependencies = [
"getrandom 0.2.10",
"serde",
Expand Down
4 changes: 2 additions & 2 deletions apollo-router-scaffold/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ license = "Elastic-2.0"
publish = false

[dependencies]
anyhow = "1.0.71"
clap = { version = "4.3.11", features = ["derive"] }
anyhow = "1.0.72"
clap = { version = "4.3.15", features = ["derive"] }
cargo-scaffold = { version = "0.8.9", default-features = false }
regex = "1"
str_inflector = "0.12.0"
Expand Down
12 changes: 6 additions & 6 deletions apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ features = ["docs_rs"]
[dependencies]
askama = "0.11.1"
access-json = "0.1.0"
anyhow = "1.0.71"
anyhow = "1.0.72"
apollo-compiler = "0.10.0"
apollo-encoder = "0.5.1"
apollo-parser = "0.5.3"
Expand All @@ -69,7 +69,7 @@ axum = { version = "0.6.18", features = ["headers", "json", "original-uri"] }
base64 = "0.20.0"
buildstructor = "0.5.3"
bytes = "1.4.0"
clap = { version = "4.3.11", default-features = false, features = [
clap = { version = "4.3.15", default-features = false, features = [
"env",
"derive",
"std",
Expand Down Expand Up @@ -155,7 +155,7 @@ opentelemetry-zipkin = { version = "0.17.0", default-features = false, features
"reqwest-rustls",
] }
opentelemetry-prometheus = "0.12.0"
paste = "1.0.13"
paste = "1.0.14"
pin-project-lite = "0.2.10"
prometheus = "0.13"
prost = "0.11.9"
Expand All @@ -180,7 +180,7 @@ shellexpand = "3.1.0"
sha2 = "0.10.7"
serde = { version = "1.0.171", features = ["derive", "rc"] }
serde_json_bytes = { version = "0.2.1", features = ["preserve_order"] }
serde_json = { version = "1.0.102", features = ["preserve_order", "float_roundtrip"] }
serde_json = { version = "1.0.103", features = ["preserve_order", "float_roundtrip"] }
serde_urlencoded = "0.7.1"
serde_yaml = "0.8.26"
static_assertions = "1.1.0"
Expand Down Expand Up @@ -212,7 +212,7 @@ tracing-opentelemetry = "0.19.0"
tracing-subscriber = { version = "0.3.11", features = ["env-filter", "json"] }
url = { version = "2.4.0", features = ["serde"] }
urlencoding = "2.1.2"
uuid = { version = "1.4.0", features = ["serde", "v4"] }
uuid = { version = "1.4.1", features = ["serde", "v4"] }
yaml-rust = "0.4.5"
wiremock = "0.5.19"
wsl = "0.1.0"
Expand Down Expand Up @@ -241,7 +241,7 @@ axum = { version = "0.6.18", features = ["headers", "json", "original-uri", "ws"
ecdsa = { version = "0.15.1", features = ["signing", "pem", "pkcs8"] }
fred = { version = "6.3.0", features = ["enable-rustls", "no-client-setname"] }
futures-test = "0.3.28"
insta = { version = "1.30.0", features = ["json", "redactions", "yaml"] }
insta = { version = "1.31.0", features = ["json", "redactions", "yaml"] }
introspector-gadget = "0.2.2"
maplit = "1.0.2"
memchr = { version = "2.5.0", default-features = false }
Expand Down
101 changes: 26 additions & 75 deletions dockerfiles/tracing/datadog-subgraph/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 593910b

Please sign in to comment.