Bump gh-token from 0.1.0 to 0.1.1 (#863)

This commit is contained in:
dependabot[bot] 2023-03-06 03:14:41 +00:00 committed by GitHub
parent 1f18deb142
commit 7f00d803f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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 }