This commit is contained in:
Sayan Sisodiya
2026-02-23 21:57:47 -08:00
parent 08e3c3606e
commit b607705601
3 changed files with 0 additions and 3 deletions

1
codex-rs/Cargo.lock generated
View File

@@ -1734,7 +1734,6 @@ dependencies = [
"http 1.4.0",
"image",
"indexmap 2.13.0",
"indoc",
"insta",
"keyring",
"landlock",

View File

@@ -180,7 +180,6 @@ ignore = "0.4.23"
image = { version = "^0.25.9", default-features = false }
include_dir = "0.7.4"
indexmap = "2.12.0"
indoc = "2.0"
insta = "1.46.3"
inventory = "0.3.19"
itertools = "0.14.0"

View File

@@ -59,7 +59,6 @@ eventsource-stream = { workspace = true }
futures = { workspace = true }
http = { workspace = true }
indexmap = { workspace = true }
indoc = { workspace = true }
keyring = { workspace = true, features = ["crypto-rust"] }
libc = { workspace = true }
notify = { workspace = true }