summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-20 05:06:39 +0000
committerGitHub <noreply@github.com>2023-03-20 05:06:39 +0000
commite4e62d5db32bbe50fd5331303df80c965b382da8 (patch)
tree1d9b4a1c61271edc351a10c0f0d2b89d49f1e4f4
parent2467116eceb61e0f902d0a77409dac6144d1e08e (diff)
Build(deps): Bump rpds from 0.12.0 to 0.13.0
Bumps [rpds](https://github.com/orium/rpds) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/orium/rpds/releases) - [Changelog](https://github.com/orium/rpds/blob/master/release-notes.md) - [Commits](https://github.com/orium/rpds/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: rpds dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 96f85e5..9e65b7b 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",
]
@@ -774,9 +774,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",
]
diff --git a/Cargo.toml b/Cargo.toml
index 32b49a0..3400756 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,7 +45,7 @@ tokio = { version = "1.26.0", default-features = false, features = [
"macros",
] }
arc-swap = "1.6.0"
-rpds = "0.12.0"
+rpds = "0.13.0"
tokio-util = { version = "0.7.7", features = [
"futures-io",
"io",