From 37ca9db2ea83ea757c3ebe813c1d5d89ed7235eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=B6ln?= Date: Fri, 23 Aug 2024 23:58:31 +0200 Subject: [PATCH] update globalcache --- pdf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf/Cargo.toml b/pdf/Cargo.toml index c4910b1..914adf2 100644 --- a/pdf/Cargo.toml +++ b/pdf/Cargo.toml @@ -40,7 +40,7 @@ euclid = { version = "0.22.7", optional = true } bitflags = "2.5" istring = { version = "0.3.3", features = ["std", "size"] } datasize = "0.2.13" -globalcache = { version = "0.2.2", features = ["sync"], optional = true } +globalcache = { version = "0.2.3", features = ["sync"], optional = true } indexmap = "2.1.0" [dev-dependencies]