make correct toml_edit version

This commit is contained in:
michael mcgrew
2026-02-11 15:24:21 -05:00
parent 114b01c01c
commit 661c78e937

6
codex-rs/Cargo.lock generated
View File

@@ -1729,7 +1729,7 @@ dependencies = [
"tokio-tungstenite",
"tokio-util",
"toml 0.9.12+spec-1.1.0",
"toml_edit 0.24.0+spec-1.1.0",
"toml_edit 0.24.1+spec-1.1.0",
"tracing",
"tracing-subscriber",
"tracing-test",
@@ -9283,9 +9283,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.24.0+spec-1.1.0"
version = "0.24.1+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c740b185920170a6d9191122cafef7010bd6270a3824594bff6784c04d7f09e"
checksum = "01f2eadbbc6b377a847be05f60791ef1058d9f696ecb51d2c07fe911d8569d8e"
dependencies = [
"indexmap 2.13.0",
"toml_datetime",