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] authored Nov 4, 2023
1 parent 2016e58 commit b9f8ded
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 35 deletions.
103 changes: 75 additions & 28 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ timber = { path = "./crates/timber" }
# apollo maintained dependencies

# https://github.com/apollographql/apollo-rs
apollo-parser = "0.5"
apollo-parser = "0.7"

# https://github.com/apollographql/federation-rs
apollo-federation-types = "0.10.0"
Expand All @@ -74,7 +74,7 @@ backtrace = "0.3"
backoff = "0.4"
base64 = "0.21"
billboard = "0.2"
cargo_metadata = "0.17"
cargo_metadata = "0.18"
calm_io = "0.1"
camino = "1"
clap = "4"
Expand All @@ -83,12 +83,12 @@ ci_info = "0.14"
console = "0.15"
crossbeam-channel = "0.5"
ctrlc = "3"
dialoguer = "0.10"
dialoguer = "0.11"
directories-next = "2.0"
flate2 = "1"
futures = "0.3"
git-url-parse = "0.4.0"
git2 = { version = "0.17", default-features = false }
git2 = { version = "0.18", default-features = false }
graphql_client = "0.13"
heck = "0.4"
humantime = "2.1.0"
Expand Down Expand Up @@ -124,12 +124,12 @@ shellexpand = "3.1"
termcolor = "1.2"
thiserror = "1"
tar = "0.4"
termimad = "0.23"
termimad = "0.26"
tempdir = "0.3"
tempfile = "3.7"
tokio = "1.29"
tokio-stream = "0.1"
toml = "0.7"
toml = "0.8"
tracing = "0.1"
tracing-core = "0.1"
tracing-subscriber = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion installers/binstall/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tracing = { workspace = true }
[target.'cfg(target_os = "windows")'.dependencies]
cc = "1"
winapi = "0.3"
winreg = "0.50"
winreg = "0.51"

[dev-dependencies]
assert_fs = { workspace = true }
Expand Down

0 comments on commit b9f8ded

Please sign in to comment.