aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-04-07 20:43:50 +0300
committerGitHub <noreply@github.com>2024-04-07 20:43:50 +0300
commitb51f0f872dc1ea1b30f8369cd3d38c4d6dcaed3c (patch)
tree9a91dae6777ca0ef3f228bff5dcba8abde795c0f /Cargo.lock
parentfaba1920918fe3e734feaa43f0d1b8c390aba831 (diff)
parent1662d0d7737f3b18772867ff67688032c524b82f (diff)
downloadgitlab-duplicator-b51f0f872dc1ea1b30f8369cd3d38c4d6dcaed3c.tar.xz
gitlab-duplicator-b51f0f872dc1ea1b30f8369cd3d38c4d6dcaed3c.zip
Merge pull request #2 from valentineus/dependabot/cargo/h2-0.3.26
Bump h2 from 0.3.24 to 0.3.26
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a58d4f9..9297d53 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -369,9 +369,9 @@ dependencies = [
[[package]]
name = "h2"
-version = "0.3.24"
+version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9"
+checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
dependencies = [
"bytes",
"fnv",