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.0 to 0.1.1 (#863)
This commit is contained in:
parent
1f18deb142
commit
7f00d803f7
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -806,9 +806,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gh-token"
|
name = "gh-token"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "bc623f67e9004eac91ad251d7d4c0b1fa7ac53646c09d9c8ef6e27a21b2d02fd"
|
checksum = "74f7f3953b155f5df52140de17556ed1464c9d3c9092e2dc0adf2b55211fd10d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"home",
|
"home",
|
||||||
"serde",
|
"serde",
|
||||||
|
|
|
@ -29,7 +29,7 @@ compact_str = "0.7.0"
|
||||||
dirs = "4.0.0"
|
dirs = "4.0.0"
|
||||||
file-format = { version = "0.14.0", default-features = false }
|
file-format = { version = "0.14.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.0"
|
gh-token = "0.1.1"
|
||||||
log = { version = "0.4.17", features = ["std"] }
|
log = { version = "0.4.17", features = ["std"] }
|
||||||
miette = "5.5.0"
|
miette = "5.5.0"
|
||||||
mimalloc = { version = "0.1.34", default-features = false, optional = true }
|
mimalloc = { version = "0.1.34", default-features = false, optional = true }
|
||||||
|
|
Loading…
Add table
Reference in a new issue