mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Bump gh-token from 0.1.1 to 0.1.2 (#1056)
Bumps [gh-token](https://github.com/dtolnay/star-history) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/dtolnay/star-history/releases) - [Commits](https://github.com/dtolnay/star-history/compare/0.1.1...0.1.2) --- updated-dependencies: - dependency-name: gh-token dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
9103a661f1
commit
cedcd551c2
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -897,9 +897,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gh-token"
|
name = "gh-token"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "74f7f3953b155f5df52140de17556ed1464c9d3c9092e2dc0adf2b55211fd10d"
|
checksum = "cf1ff8db6b58b68c39ec14a0922cad141fee0e350324eb01ee45e3898f780d46"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"home",
|
"home",
|
||||||
"serde",
|
"serde",
|
||||||
|
|
|
@ -29,7 +29,7 @@ compact_str = "0.7.0"
|
||||||
dirs = "5.0.1"
|
dirs = "5.0.1"
|
||||||
file-format = { version = "0.16.0", default-features = false }
|
file-format = { version = "0.16.0", default-features = false }
|
||||||
fs-lock = { version = "0.1.0", path = "../fs-lock" }
|
fs-lock = { version = "0.1.0", path = "../fs-lock" }
|
||||||
gh-token = "0.1.1"
|
gh-token = "0.1.2"
|
||||||
log = { version = "0.4.17", features = ["std"] }
|
log = { version = "0.4.17", features = ["std"] }
|
||||||
miette = "5.8.0"
|
miette = "5.8.0"
|
||||||
mimalloc = { version = "0.1.37", default-features = false, optional = true }
|
mimalloc = { version = "0.1.37", default-features = false, optional = true }
|
||||||
|
|
Loading…
Add table
Reference in a new issue