Skip to content

Commit

Permalink
fix(deps): update cargo pre-1.0 packages but not for tracing* (#1502)
Browse files Browse the repository at this point in the history
fix(deps): update cargo pre-1.0 packages but not anything with `tracing*`.

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
abernix and renovate[bot] committed Aug 12, 2022
1 parent 4299585 commit 053c659
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 49 deletions.
66 changes: 30 additions & 36 deletions Cargo.lock

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

22 changes: 11 additions & 11 deletions apollo-router/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ failfast = []
[dependencies]
access-json = "0.1.0"
anyhow = "1.0.58"
apollo-parser = "0.2.8"
apollo-parser = "0.2.9"
apollo-spaceport = { path = "../apollo-spaceport" }
apollo-uplink = { path = "../uplink" }
async-compression = { version = "0.3.14", features = [
Expand All @@ -28,9 +28,9 @@ async-compression = { version = "0.3.14", features = [
"gzip",
"deflate",
] }
async-trait = "0.1.56"
async-trait = "0.1.57"
atty = "0.2.14"
axum = { version = "0.5.13", features = ["headers", "json", "original-uri"] }
axum = { version = "0.5.15", features = ["headers", "json", "original-uri"] }
backtrace = "0.3.66"
buildstructor = "0.4.1"
bytes = "1.1.0"
Expand All @@ -48,7 +48,7 @@ derive_more = { version = "0.99.17", default-features = false, features = [
] }
directories = "4.0.1"
displaydoc = "0.2"
envmnt = "0.10.0"
envmnt = "0.10.1"
futures = { version = "0.3.21", features = ["thread-pool"] }
hex = "0.4.3"
hotwatch = "0.4.6"
Expand All @@ -63,10 +63,10 @@ indexmap = { version = "1.9.1", features = ["serde-1"] }
itertools = "0.10.3"
jsonschema = { version = "0.16.0", default-features = false }
lazy_static = "1.4.0"
libc = "0.2.126"
lru = "0.7.7"
mockall = "0.11.1"
moka = { version = "0.9.0", features = ["future", "futures-util"] }
libc = "0.2.131"
lru = "0.7.8"
mockall = "0.11.2"
moka = { version = "0.9.3", features = ["future", "futures-util"] }
miette = { version = "5.1.1", features = ["fancy"] }
mime = "0.3.16"
multimap = "0.8.3"
Expand Down Expand Up @@ -114,7 +114,7 @@ serde = { version = "1.0.139", features = ["derive", "rc"] }
serde_json_bytes = { version = "0.2.0", features = ["preserve_order"] }
serde_json = { version = "1.0.82", features = ["preserve_order"] }
serde_urlencoded = "0.7.1"
serde_yaml = "0.8.25"
serde_yaml = "0.8.26"
startup = "0.1.1"
static_assertions = "1.1.0"
sys-info = "0.9.1"
Expand Down Expand Up @@ -156,13 +156,13 @@ uname = "0.1.1"
insta = "1.15.0"
jsonpath_lib = "0.3.0"
maplit = "1.0.2"
mockall = "0.11.1"
mockall = "0.11.2"
reqwest = { version = "0.11.11", default-features = false, features = [
"json",
"stream",
] }
tempfile = "3.3.0"
test-log = { version = "0.2.10", default-features = false, features = [
test-log = { version = "0.2.11", default-features = false, features = [
"trace",
] }
test-span = "0.7"
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.4"
apollo-smith = { version = "0.1.3", features = ["parser-impl"] }
apollo-parser = "0.2.8"
apollo-parser = "0.2.9"
env_logger = "0.9.0"
log = "0.4"
reqwest = { version = "0.11", features = ["json", "blocking"] }
Expand Down
2 changes: 1 addition & 1 deletion licenses.html
Expand Up @@ -6954,6 +6954,7 @@ <h4>Used by:</h4>
<li><a href=" https://github.com/dtolnay/dyn-clone ">dyn-clone</a></li>
<li><a href=" https://github.com/bluss/either ">either</a></li>
<li><a href=" https://github.com/env-logger-rs/env_logger/ ">env_logger</a></li>
<li><a href=" https://github.com/sagiegurari/envmnt.git ">envmnt</a></li>
<li><a href=" https://github.com/dtolnay/erased-serde ">erased-serde</a></li>
<li><a href=" https://github.com/rust-lang-nursery/error-chain ">error-chain</a></li>
<li><a href=" https://github.com/smol-rs/event-listener ">event-listener</a></li>
Expand All @@ -6972,7 +6973,6 @@ <h4>Used by:</h4>
<li><a href=" https://github.com/rust-lang/glob ">glob</a></li>
<li><a href=" https://github.com/zkcrypto/group ">group</a></li>
<li><a href=" https://github.com/rust-lang/hashbrown ">hashbrown</a></li>
<li><a href=" https://github.com/rust-lang/hashbrown ">hashbrown</a></li>
<li><a href=" https://github.com/HdrHistogram/HdrHistogram_rust.git ">hdrhistogram</a></li>
<li><a href=" https://github.com/withoutboats/heck ">heck</a></li>
<li><a href=" https://github.com/withoutboats/heck ">heck</a></li>
Expand Down

0 comments on commit 053c659

Please sign in to comment.