From cedcd551c2a8c4c04b5970f91fcdb7111a7c7cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 13:26:52 +1000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/bin/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }