summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-01-02 07:25:17 +0000
committerGitHub <noreply@github.com>2023-01-02 07:25:17 +0000
commitc5cdd3795c5d8d67b9a07b3e3f64de828bc80af3 (patch)
tree0e0fb270268efe22aaf8bd3677071b303eae2c9e /Cargo.toml
parentb24ddcf0edffd8699c1426b655a20a1f9ff3c93a (diff)
parent48c9e07df52bff21cfa9aa3515b299d640c6c393 (diff)
Merge #93
93: Bump arc-swap from 1.5.1 to 1.6.0 r=TheNeikos a=dependabot[bot] Bumps [arc-swap](https://github.com/vorner/arc-swap) from 1.5.1 to 1.6.0. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7e8777a..610d7ea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ tokio = { version = "1.23.0", default-features = false, features = [
"sync",
"macros",
] }
-arc-swap = "1.5.1"
+arc-swap = "1.6.0"
rpds = "0.12.0"
tokio-util = { version = "0.7.4", features = [
"futures-io",