Skip to content

Commit 11e8444

Browse files
committed
chore: Be explicit with percent_encoding version
1 parent 0ee29fd commit 11e8444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ liquid-core = { version = "^0.26.10", path = "../core", features = ["derive"] }
1919
itertools = "0.14.0"
2020
regex = "1.0"
2121
unicode-segmentation = "1.2"
22-
percent-encoding = "2.0"
22+
percent-encoding = "2.3.1"
2323
time = { version = "0.3", default-features = false }
2424
deunicode = { version = "1.0.0", optional = true }
2525

0 commit comments

Comments
 (0)