Skip to content

Commit

Permalink
chore(deps): update cargo pre-1.0 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 22, 2023
1 parent fa88ba4 commit 92c690e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 10 deletions.
36 changes: 28 additions & 8 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ dependencies = [
"backtrace",
"base64 0.20.0",
"brotli",
"buildstructor 0.5.2",
"buildstructor 0.5.3",
"bytes",
"ci_info",
"clap 4.3.3",
Expand Down Expand Up @@ -866,22 +866,22 @@ dependencies = [
"str_inflector",
"syn 1.0.109",
"thiserror",
"try_match",
"try_match 0.3.0",
]

[[package]]
name = "buildstructor"
version = "0.5.2"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a94acaaeac95a57c88e5b97fd3b5dda18b4578cb33cbba6791cc4f62918c2922"
checksum = "af80267d1274ea0b4e454b1c747ba9d7c2c001f8e065043105318f53aabe320d"
dependencies = [
"lazy_static",
"proc-macro2",
"quote",
"str_inflector",
"syn 2.0.18",
"thiserror",
"try_match",
"try_match 0.4.1",
]

[[package]]
Expand Down Expand Up @@ -4452,9 +4452,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"

[[package]]
name = "proc-macro2"
version = "1.0.59"
version = "1.0.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b"
checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
dependencies = [
"unicode-ident",
]
Expand Down Expand Up @@ -6516,7 +6516,16 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "789f9cd474cc74c591dcc98669b846e158f2409ace4e6e342502ab44a41c584b"
dependencies = [
"try_match_inner",
"try_match_inner 0.4.0",
]

[[package]]
name = "try_match"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61ae3c1941e8859e30d28e572683fbfa89ae5330748b45139aedf488389e2be4"
dependencies = [
"try_match_inner 0.5.1",
]

[[package]]
Expand All @@ -6531,6 +6540,17 @@ dependencies = [
"syn 1.0.109",
]

[[package]]
name = "try_match_inner"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0a91713132798caecb23c977488945566875e7b61b902fb111979871cbff34e"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
]

[[package]]
name = "tungstenite"
version = "0.18.0"
Expand Down
4 changes: 2 additions & 2 deletions apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ atty = "0.2.14"
axum = { version = "0.6.18", features = ["headers", "json", "original-uri"] }
backtrace = "0.3.67"
base64 = "0.20.0"
buildstructor = "0.5.2"
buildstructor = "0.5.3"
bytes = "1.4.0"
clap = { version = "4.3.3", default-features = false, features = [
"env",
Expand Down Expand Up @@ -235,7 +235,7 @@ uname = "0.1.1"
tikv-jemallocator = "0.5"

[dev-dependencies]
axum = { version = "0.6.6", features = ["headers", "json", "original-uri", "ws"] }
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"
Expand Down

0 comments on commit 92c690e

Please sign in to comment.