diff --git a/Cargo.lock b/Cargo.lock index 8a26729e..922595a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -806,9 +806,9 @@ dependencies = [ [[package]] name = "gh-token" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc623f67e9004eac91ad251d7d4c0b1fa7ac53646c09d9c8ef6e27a21b2d02fd" +checksum = "74f7f3953b155f5df52140de17556ed1464c9d3c9092e2dc0adf2b55211fd10d" dependencies = [ "home", "serde", diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 805de46e..4eb742c6 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -29,7 +29,7 @@ compact_str = "0.7.0" dirs = "4.0.0" file-format = { version = "0.14.0", default-features = false } 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"] } miette = "5.5.0" mimalloc = { version = "0.1.34", default-features = false, optional = true }