Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dependencies and clean up #158

Merged
merged 3 commits into from
Jan 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ robot-panic = { path = "./crates/robot-panic" }
binstall = { path = "./installers/binstall" }

# crates.io deps
anyhow = "1.0.31"
anyhow = "1.0.36"
atty = "0.2.14"
console = "0.13.0"
heck = "0.3.1"
heck = "0.3.2"
prettytable-rs = "0.8.0"
serde = "1.0"
serde_json = "1.0"
structopt = "0.3.15"
tracing = "0.1.21"
structopt = "0.3.21"
tracing = "0.1.22"
regex = "1"
url = "2.1.1"
url = "2.2.0"

[dev-dependencies]
assert_cmd = "1.0.1"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Rover
> ✨ 🤖 🐶 the new CLI for apollo

[![Tests](https://github.com/apollographql/apollo-cli/workflows/Tests/badge.svg)](https://github.com/apollographql/apollo-cli/actions?query=workflow%3ATests)
[![Tests](https://github.com/apollographql/rover/workflows/Tests/badge.svg)](https://github.com/apollographql/rover/actions?query=workflow%3ATests)
![Stability: Experimental](https://img.shields.io/badge/stability-experimental-red)
[![Netlify Status](https://api.netlify.com/api/v1/badges/1646a37a-eb2b-48e8-b6c9-cd074f02bb50/deploy-status)](https://app.netlify.com/sites/apollo-cli-docs/deploys)

Expand Down Expand Up @@ -88,6 +88,6 @@ This project is in very early development. As a result, we are not currently acc

## License

This project is licensed under the MIT License ([LICENSE] or http://opensource.org/licenses/MIT).
This project is licensed under the MIT License ([LICENSE] or http://opensource.org/licenses/MIT).

[LICENSE]: https://github.com/apollographql/rover/blob/main/LICENSE
4 changes: 2 additions & 2 deletions RELEASE_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This part of the release process is handled by GitHub Actions, and our binaries

### Edit the release

After CI builds the release binaries and they appear on the [releases page](https://github.com/apollographql/apollo-cli/releases), click `Edit` and update release notes.
After CI builds the release binaries and they appear on the [releases page](https://github.com/apollographql/rover/releases), click `Edit` and update release notes.

#### If this is a stable release (not a release candidate)

Expand All @@ -67,7 +67,7 @@ After CI builds the release binaries and they appear on the [releases page](http
1. If this is a rc.1 or later, the old release candidate testing instructions should be moved to the latest release candidate testing instructions, and replaced with the following message:

```markdown
This beta release is now out of date. If you previously installed this release, you should reinstall and see what's changed in the latest [release](https://github.com/apollographql/apollo-cli/releases).
This beta release is now out of date. If you previously installed this release, you should reinstall and see what's changed in the latest [release](https://github.com/apollographql/rover/releases).
```

The new release candidate should then include updated testing instructions with a small changelog at the top to get folks who installed the old release candidate up to speed.
Expand Down
2 changes: 1 addition & 1 deletion crates/robot-panic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ serde = "1.0"
termcolor = "1.1"
toml = "0.5"
uuid = { version = "0.8", features = ["v4"], default-features = false }
url = "2.1"
url = "2.2"
4 changes: 2 additions & 2 deletions crates/sputnik/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ edition = "2018"

[dependencies]
ci_info = { version = "0.11", features = ["serde-1"] }
reqwest = { version = "0.10", features = ["blocking"] }
reqwest = { version = "0.10", features = ["blocking"] }
semver = { version = "0.11", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.9"
structopt = "0.3"
thiserror = "1.0"
url = "2.1"
url = "2.2"
uuid = { version = "0.8", features = ["serde", "v4"] }

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions installers/binstall/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ which = "4.0"
[target.'cfg(target_os = "windows")'.dependencies]
cc = "1.0"
winapi = "0.3"
winreg = "0.7"
winreg = "0.8"

[dev-dependencies]
assert_fs = "1.0"
serial_test = "0.5"
serial_test = "0.5"
4 changes: 2 additions & 2 deletions installers/npm/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Rover
> ✨ 🤖 🐶 the new CLI for apollo

[![Tests](https://github.com/apollographql/apollo-cli/workflows/Tests/badge.svg)](https://github.com/apollographql/apollo-cli/actions?query=workflow%3ATests)
[![Tests](https://github.com/apollographql/rover/workflows/Tests/badge.svg)](https://github.com/apollographql/rover/actions?query=workflow%3ATests)
![Stability: Experimental](https://img.shields.io/badge/stability-experimental-red)
[![Netlify Status](https://api.netlify.com/api/v1/badges/1646a37a-eb2b-48e8-b6c9-cd074f02bb50/deploy-status)](https://app.netlify.com/sites/apollo-cli-docs/deploys)

Expand Down Expand Up @@ -88,6 +88,6 @@ This project is in very early development. As a result, we are not currently acc

## License

This project is licensed under the MIT License ([LICENSE] or http://opensource.org/licenses/MIT).
This project is licensed under the MIT License ([LICENSE] or http://opensource.org/licenses/MIT).

[LICENSE]: https://github.com/apollographql/rover/blob/main/LICENSE
3 changes: 2 additions & 1 deletion src/command/subgraph/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ pub enum Command {

/// Delete an implementing service and trigger composition
Delete(delete::Delete),
/// ⬇️ Fetch an implementing service's schema from Apollo Studio

/// Fetch an implementing service's schema from Apollo Studio
Fetch(fetch::Fetch),
}

Expand Down