diff --git a/Cargo.lock b/Cargo.lock index 32bfa947..5a025b7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -897,9 +897,9 @@ dependencies = [ [[package]] name = "gh-token" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74f7f3953b155f5df52140de17556ed1464c9d3c9092e2dc0adf2b55211fd10d" +checksum = "cf1ff8db6b58b68c39ec14a0922cad141fee0e350324eb01ee45e3898f780d46" dependencies = [ "home", "serde", diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index af9f17c3..107288d8 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -29,7 +29,7 @@ compact_str = "0.7.0" dirs = "5.0.1" file-format = { version = "0.16.0", default-features = false } 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"] } miette = "5.8.0" mimalloc = { version = "0.1.37", default-features = false, optional = true }