Upgrade konst to 0.3.5

This commit is contained in:
Jonas Platte 2023-07-05 10:58:46 +02:00
parent a45ad6b41e
commit 650792bcb5
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C

View File

@ -79,8 +79,7 @@ http = { workspace = true, optional = true }
indexmap = { version = "2.0.0", features = ["serde"] }
js_int = { workspace = true, features = ["serde"] }
js_option = "0.1.0"
# FIXME: Upgrade once MSRV >= 1.65
konst = { version = "0.2.19", features = ["rust_1_64", "alloc"] }
konst = { version = "0.3.5", features = ["alloc"] }
percent-encoding = "2.1.0"
phf = { version = "0.11.1", features = ["macros"], optional = true }
pulldown-cmark = { version = "0.9.1", default-features = false, optional = true }