summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-03-20 08:15:21 +0000
committerGitHub <noreply@github.com>2023-03-20 08:15:21 +0000
commitf367de30296a6adadad6137f471707371ffa5582 (patch)
tree8a78f6e22d553600b1bd673f8685d25f59f81df4 /Cargo.lock
parentbef642ea73fc6f1a3d406af4bd1c68ee1ac3dcaf (diff)
parente4e62d5db32bbe50fd5331303df80c965b382da8 (diff)
Merge #188
188: Build(deps): Bump rpds from 0.12.0 to 0.13.0 r=matthiasbeyer a=dependabot[bot] Bumps [rpds](https://github.com/orium/rpds) from 0.12.0 to 0.13.0. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a5f75e5..adf9ab0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -54,9 +54,9 @@ checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
[[package]]
name = "archery"
-version = "0.4.0"
+version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0a8da9bc4c4053ee067669762bcaeea6e241841295a2b6c948312dad6ef4cc02"
+checksum = "b6cd774058b1b415c4855d8b86436c04bf050c003156fe24bc326fb3fe75c343"
dependencies = [
"static_assertions",
]
@@ -754,9 +754,9 @@ checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
[[package]]
name = "rpds"
-version = "0.12.0"
+version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "66262ea963eff99163e6b741fbc3417a52cc13074728c1047e9911789df9b000"
+checksum = "9bd6ce569b15c331b1e5fd8cf6adb0bf240678b5f0cdc4d0f41e11683f6feba9"
dependencies = [
"archery",
]