This commit is contained in:
Ahmed Ibrahim
2026-02-09 15:36:08 -08:00
parent 0a7fc4f285
commit 2a98aefc60
3 changed files with 0 additions and 3 deletions

1
codex-rs/Cargo.lock generated
View File

@@ -1642,7 +1642,6 @@ dependencies = [
"image",
"include_dir",
"indexmap 2.13.0",
"indoc",
"keyring",
"landlock",
"libc",

View File

@@ -156,7 +156,6 @@ icu_decimal = "2.1"
icu_locale_core = "2.1"
icu_provider = { version = "2.1", features = ["sync"] }
ignore = "0.4.23"
indoc = "2.0"
image = { version = "^0.25.9", default-features = false }
include_dir = "0.7.4"
indexmap = "2.12.0"

View File

@@ -56,7 +56,6 @@ futures = { workspace = true }
http = { workspace = true }
include_dir = { workspace = true }
indexmap = { workspace = true }
indoc = { workspace = true }
keyring = { workspace = true, features = ["crypto-rust"] }
libc = { workspace = true }
multimap = { workspace = true }