From f41c016dfd61cfadc7246230b3c7ad0546b8354a Mon Sep 17 00:00:00 2001 From: Parker Timmerman Date: Sun, 29 Dec 2024 17:23:47 -0500 Subject: [PATCH] start, bump markup to 0.15 (#417) --- compact_str/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compact_str/Cargo.toml b/compact_str/Cargo.toml index c4c1fbc7..c5fbc975 100644 --- a/compact_str/Cargo.toml +++ b/compact_str/Cargo.toml @@ -35,7 +35,7 @@ arbitrary = { version = "1", optional = true, default-features = false } borsh = { version = "1", optional = true } bytes = { version = "1", optional = true } diesel = { version = "2", optional = true, default-features = false } -markup = { version = "0.13", optional = true, default-features = false } +markup = { version = "0.15", optional = true, default-features = false } proptest = { version = "1", optional = true, default-features = false, features = ["std"] } quickcheck = { version = "1", optional = true, default-features = false } rkyv = { version = "0.8", optional = true, default-features = false }