Skip to content

Commit 005f84c

Browse files
EverlastingBugstopperlrlna
authored andcommitted
chore: update dependencies and clean up (#158)
* chore: updates backwards compatible dependencies * chore: s/apollo-cli/rover * chore: remove straggler emoji on subgraph fetch
1 parent 60273da commit 005f84c

File tree

9 files changed

+29
-19
lines changed

9 files changed

+29
-19
lines changed

Cargo.lock

+11-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ robot-panic = { path = "./crates/robot-panic" }
1616
binstall = { path = "./installers/binstall" }
1717

1818
# crates.io deps
19-
anyhow = "1.0.31"
19+
anyhow = "1.0.36"
2020
atty = "0.2.14"
2121
console = "0.13.0"
22-
heck = "0.3.1"
22+
heck = "0.3.2"
2323
prettytable-rs = "0.8.0"
2424
serde = "1.0"
2525
serde_json = "1.0"
26-
structopt = "0.3.15"
27-
tracing = "0.1.21"
26+
structopt = "0.3.21"
27+
tracing = "0.1.22"
2828
regex = "1"
29-
url = "2.1.1"
29+
url = "2.2.0"
3030

3131
[dev-dependencies]
3232
assert_cmd = "1.0.1"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Rover
22
> ✨ 🤖 🐶 the new CLI for apollo
33
4-
[![Tests](https://github.com/apollographql/apollo-cli/workflows/Tests/badge.svg)](https://github.com/apollographql/apollo-cli/actions?query=workflow%3ATests)
4+
[![Tests](https://github.com/apollographql/rover/workflows/Tests/badge.svg)](https://github.com/apollographql/rover/actions?query=workflow%3ATests)
55
![Stability: Experimental](https://img.shields.io/badge/stability-experimental-red)
66
[![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)
77

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

8989
## License
9090

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

9393
[LICENSE]: https://github.com/apollographql/rover/blob/main/LICENSE

RELEASE_CHECKLIST.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This part of the release process is handled by GitHub Actions, and our binaries
5252

5353
### Edit the release
5454

55-
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.
55+
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.
5656

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

@@ -67,7 +67,7 @@ After CI builds the release binaries and they appear on the [releases page](http
6767
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:
6868

6969
```markdown
70-
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).
70+
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).
7171
```
7272

7373
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.

crates/robot-panic/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ serde = "1.0"
1010
termcolor = "1.1"
1111
toml = "0.5"
1212
uuid = { version = "0.8", features = ["v4"], default-features = false }
13-
url = "2.1"
13+
url = "2.2"

crates/sputnik/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ edition = "2018"
66

77
[dependencies]
88
ci_info = { version = "0.11", features = ["serde-1"] }
9-
reqwest = { version = "0.10", features = ["blocking"] }
9+
reqwest = { version = "0.10", features = ["blocking"] }
1010
semver = { version = "0.11", features = ["serde"] }
1111
serde = { version = "1.0", features = ["derive"] }
1212
serde_json = "1.0"
1313
sha2 = "0.9"
1414
structopt = "0.3"
1515
thiserror = "1.0"
16-
url = "2.1"
16+
url = "2.2"
1717
uuid = { version = "0.8", features = ["serde", "v4"] }
1818

1919
[dev-dependencies]

installers/binstall/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ which = "4.0"
1414
[target.'cfg(target_os = "windows")'.dependencies]
1515
cc = "1.0"
1616
winapi = "0.3"
17-
winreg = "0.7"
17+
winreg = "0.8"
1818

1919
[dev-dependencies]
2020
assert_fs = "1.0"
21-
serial_test = "0.5"
21+
serial_test = "0.5"

installers/npm/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Rover
22
> ✨ 🤖 🐶 the new CLI for apollo
33
4-
[![Tests](https://github.com/apollographql/apollo-cli/workflows/Tests/badge.svg)](https://github.com/apollographql/apollo-cli/actions?query=workflow%3ATests)
4+
[![Tests](https://github.com/apollographql/rover/workflows/Tests/badge.svg)](https://github.com/apollographql/rover/actions?query=workflow%3ATests)
55
![Stability: Experimental](https://img.shields.io/badge/stability-experimental-red)
66
[![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)
77

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

8989
## License
9090

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

9393
[LICENSE]: https://github.com/apollographql/rover/blob/main/LICENSE

src/command/subgraph/mod.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ pub enum Command {
2222

2323
/// Delete an implementing service and trigger composition
2424
Delete(delete::Delete),
25-
/// ⬇️ Fetch an implementing service's schema from Apollo Studio
25+
26+
/// Fetch an implementing service's schema from Apollo Studio
2627
Fetch(fetch::Fetch),
2728
}
2829

0 commit comments

Comments
 (0)