summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-17 11:08:54 +0000
committerSascha Grunert <sgrunert@redhat.com>2021-08-17 13:09:50 +0200
commit061281fb44ddc55d1d80b98e929f756eaeedfad7 (patch)
tree061c9b300da1fb18c58133d0e6fa2679d3d0e059
parentd83688c292fc21da18ad2728eb0f79257a281fd7 (diff)
Bump jobserver from 0.1.23 to 0.1.24
Bumps [jobserver](https://github.com/alexcrichton/jobserver-rs) from 0.1.23 to 0.1.24. - [Release notes](https://github.com/alexcrichton/jobserver-rs/releases) - [Commits](https://github.com/alexcrichton/jobserver-rs/compare/0.1.23...0.1.24) --- updated-dependencies: - dependency-name: jobserver dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9e9753b..b3631b6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -346,9 +346,9 @@ checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
[[package]]
name = "jobserver"
-version = "0.1.23"
+version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f5ca711fd837261e14ec9e674f092cbb931d3fa1482b017ae59328ddc6f3212b"
+checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
dependencies = [
"libc",
]