From 4b253f3cb9c37bae03bebfa88765acb4cb45ed05 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 18 Nov 2024 10:02:26 +0000
Subject: [PATCH] Update skl requirement from 0.19 to 0.20

---
updated-dependencies:
- dependency-name: skl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index f8e83664..8a402f86 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +36,7 @@ ref-cast = "1"
 rarena-allocator = { version = "0.4", default-features = false }
 crossbeam-skiplist = { version = "0.1", default-features = false, package = "crossbeam-skiplist-pr1132", optional = true }
 crossbeam-skiplist-mvcc = { version = "0.2", optional = true }
-skl = { version = "0.19", default-features = false, features = ["alloc"] }
+skl = { version = "0.20", default-features = false, features = ["alloc"] }
 paste = "1"
 
 tracing = { version = "0.1", default-features = false, optional = true }