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 Aug 30, 2023
1 parent c7a7f7e commit 9c93f00
Show file tree
Hide file tree
Showing 11 changed files with 277 additions and 339 deletions.
132 changes: 41 additions & 91 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,15 @@ dependencies = [

[[package]]
name = "anstream"
version = "0.3.2"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is-terminal",
"utf8parse",
]

Expand Down Expand Up @@ -185,9 +184,9 @@ dependencies = [

[[package]]
name = "anstyle-wincon"
version = "1.0.2"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c677ab05e09154296dd37acecd46420c17b9713e8366facafa8fc0885167cf4c"
checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
dependencies = [
"anstyle",
"windows-sys 0.48.0",
Expand Down Expand Up @@ -296,7 +295,7 @@ dependencies = [
"buildstructor 0.5.3",
"bytes",
"ci_info",
"clap 4.3.23",
"clap 4.4.1",
"console-subscriber",
"dashmap",
"derivative",
Expand All @@ -317,7 +316,7 @@ dependencies = [
"http",
"http-body",
"http-serde",
"humantime 2.1.0",
"humantime",
"humantime-serde",
"hyper",
"hyper-rustls",
Expand Down Expand Up @@ -440,7 +439,7 @@ version = "1.28.1"
dependencies = [
"anyhow",
"cargo-scaffold",
"clap 4.3.23",
"clap 4.4.1",
"copy_dir",
"regex",
"str_inflector",
Expand Down Expand Up @@ -1357,9 +1356,9 @@ dependencies = [

[[package]]
name = "clap"
version = "4.3.23"
version = "4.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03aef18ddf7d879c15ce20f04826ef8418101c7e528014c3eeea13321047dca3"
checksum = "7c8d502cbaec4595d2e7d5f61e318f05417bd2b66fdc3809498f0d3fdf0bea27"
dependencies = [
"clap_builder",
"clap_derive",
Expand All @@ -1368,9 +1367,9 @@ dependencies = [

[[package]]
name = "clap_builder"
version = "4.3.23"
version = "4.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8ce6fffb678c9b80a70b6b6de0aad31df727623a70fd9a842c30cd573e2fa98"
checksum = "5891c7bc0edb3e1c2204fc5e94009affabeb1821c9e5fdc3959536c5c0bb984d"
dependencies = [
"anstream",
"anstyle",
Expand All @@ -1380,9 +1379,9 @@ dependencies = [

[[package]]
name = "clap_derive"
version = "4.3.12"
version = "4.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050"
checksum = "c9fd1a5729c4548118d7d70ff234a44868d00489a4b6597b0b020918a0e91a1a"
dependencies = [
"heck 0.4.1",
"proc-macro2",
Expand Down Expand Up @@ -1537,7 +1536,7 @@ dependencies = [
"crossbeam-utils",
"futures",
"hdrhistogram",
"humantime 2.1.0",
"humantime",
"prost-types",
"serde",
"serde_json",
Expand Down Expand Up @@ -1678,7 +1677,7 @@ dependencies = [
"anes",
"cast",
"ciborium",
"clap 4.3.23",
"clap 4.4.1",
"criterion-plot",
"futures",
"is-terminal",
Expand Down Expand Up @@ -1850,9 +1849,9 @@ dependencies = [

[[package]]
name = "dashmap"
version = "5.5.1"
version = "5.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edd72493923899c6f10c641bdbdeddc7183d6396641d99c1a0d1597f37f92e28"
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
dependencies = [
"cfg-if",
"hashbrown 0.14.0",
Expand Down Expand Up @@ -2308,26 +2307,13 @@ dependencies = [
"cfg-if",
]

[[package]]
name = "env_logger"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
dependencies = [
"atty",
"humantime 1.3.0",
"log",
"regex",
"termcolor",
]

[[package]]
name = "env_logger"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
dependencies = [
"humantime 2.1.0",
"humantime",
"is-terminal",
"log",
"regex",
Expand Down Expand Up @@ -2570,9 +2556,9 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"

[[package]]
name = "fred"
version = "6.3.0"
version = "6.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e02c21b098d77b0e99fe0054ebd3e7c9f81bffb42aa843021415ffa793124a6"
checksum = "dca2a979eaeb5d8a819edc193860ce54797730559464bc253cd3a2f765e58bd5"
dependencies = [
"arc-swap",
"arcstr",
Expand All @@ -2585,12 +2571,11 @@ dependencies = [
"lazy_static",
"log",
"parking_lot 0.12.1",
"pretty_env_logger",
"rand 0.8.5",
"redis-protocol",
"rustls 0.21.6",
"rustls-native-certs",
"rustls-webpki 0.100.2",
"rustls-webpki",
"semver 1.0.18",
"sha-1",
"tokio",
Expand Down Expand Up @@ -3156,15 +3141,6 @@ dependencies = [
"libm",
]

[[package]]
name = "humantime"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
dependencies = [
"quick-error",
]

[[package]]
name = "humantime"
version = "2.1.0"
Expand All @@ -3177,7 +3153,7 @@ version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
dependencies = [
"humantime 2.1.0",
"humantime",
"serde",
]

Expand Down Expand Up @@ -3741,9 +3717,9 @@ checksum = "8c408dc227d302f1496c84d9dc68c00fec6f56f9228a18f3023f976f3ca7c945"

[[package]]
name = "memchr"
version = "2.5.0"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
checksum = "f478948fd84d9f8e86967bf432640e46adfb5a4bd4f14ef7e864ab38220534ae"

[[package]]
name = "memoffset"
Expand Down Expand Up @@ -4661,16 +4637,6 @@ dependencies = [
"termtree",
]

[[package]]
name = "pretty_env_logger"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
dependencies = [
"env_logger 0.7.1",
"log",
]

[[package]]
name = "prettyplease"
version = "0.1.25"
Expand Down Expand Up @@ -4843,12 +4809,6 @@ version = "2.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"

[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"

[[package]]
name = "quote"
version = "1.0.33"
Expand Down Expand Up @@ -5016,14 +4976,14 @@ dependencies = [

[[package]]
name = "regex"
version = "1.9.3"
version = "1.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81bc1d4caf89fac26a70747fe603c130093b53c773888797a6329091246d651a"
checksum = "12de2eff854e5fa4b1295edd650e227e9d8fb0c9e90b12e7f36d6a6811791a29"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata 0.3.6",
"regex-syntax 0.7.4",
"regex-automata 0.3.7",
"regex-syntax 0.7.5",
]

[[package]]
Expand All @@ -5037,13 +4997,13 @@ dependencies = [

[[package]]
name = "regex-automata"
version = "0.3.6"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed1ceff11a1dddaee50c9dc8e4938bd106e9d89ae372f192311e7da498e3b69"
checksum = "49530408a136e16e5b486e883fbb6ba058e8e4e8ae6621a77b048b314336e629"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax 0.7.4",
"regex-syntax 0.7.5",
]

[[package]]
Expand All @@ -5054,9 +5014,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"

[[package]]
name = "regex-syntax"
version = "0.7.4"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"

[[package]]
name = "reqwest"
Expand Down Expand Up @@ -5261,7 +5221,7 @@ version = "0.0.0"
dependencies = [
"apollo-parser 0.6.1",
"apollo-smith",
"env_logger 0.10.0",
"env_logger",
"libfuzzer-sys",
"log",
"reqwest",
Expand Down Expand Up @@ -5412,7 +5372,7 @@ checksum = "1d1feddffcfcc0b33f5c6ce9a29e341e4cd59c3f78e7ee45f4a40c038b1d6cbb"
dependencies = [
"log",
"ring",
"rustls-webpki 0.101.4",
"rustls-webpki",
"sct",
]

Expand All @@ -5437,16 +5397,6 @@ dependencies = [
"base64 0.21.2",
]

[[package]]
name = "rustls-webpki"
version = "0.100.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e98ff011474fa39949b7e5c0428f9b4937eda7da7848bbb947786b7be0b27dab"
dependencies = [
"ring",
"untrusted",
]

[[package]]
name = "rustls-webpki"
version = "0.101.4"
Expand Down Expand Up @@ -5617,9 +5567,9 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"

[[package]]
name = "serde"
version = "1.0.185"
version = "1.0.188"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be9b6f69f1dfd54c3b568ffa45c310d6973a5e5148fd40cf515acaf38cf5bc31"
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
dependencies = [
"serde_derive",
]
Expand All @@ -5635,9 +5585,9 @@ dependencies = [

[[package]]
name = "serde_derive"
version = "1.0.185"
version = "1.0.188"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc59dfdcbad1437773485e0367fea4b090a2e0a16d9ffc46af47764536a298ec"
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
dependencies = [
"proc-macro2",
"quote",
Expand Down Expand Up @@ -7061,9 +7011,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"

[[package]]
name = "url"
version = "2.4.0"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
dependencies = [
"form_urlencoded",
"idna",
Expand Down
2 changes: 1 addition & 1 deletion apollo-router-scaffold/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false

[dependencies]
anyhow = "1.0.75"
clap = { version = "4.3.23", features = ["derive"] }
clap = { version = "4.4.1", features = ["derive"] }
cargo-scaffold = { version = "0.8.10", default-features = false }
regex = "1"
str_inflector = "0.12.0"
Expand Down
Loading

0 comments on commit 9c93f00

Please sign in to comment.