fix: encoding of image URL

This commit is contained in:
jif-oai
2026-01-09 11:07:43 +00:00
parent 24d6e0114f
commit 6d467a306d
5 changed files with 183 additions and 20 deletions

View File

@@ -15,6 +15,7 @@ workspace = true
codex-git = { workspace = true }
codex-utils-absolute-path = { workspace = true }
codex-utils-image = { workspace = true }
base64 = { workspace = true }
icu_decimal = { workspace = true }
icu_locale_core = { workspace = true }
icu_provider = { workspace = true, features = ["sync"] }