Skip to content

Commit d84faba

Browse files
committed
2 parents e0d0c65 + 4bf1fa9 commit d84faba

File tree

5 files changed

+11
-18
lines changed

5 files changed

+11
-18
lines changed

Cargo.lock

Lines changed: 6 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ tokio = { version = "1", features = ["macros", "rt", "time"] }
317317
phf = { version = "0.12", features = ["macros"] }
318318
tempfile = "3.20"
319319
thag_proc_macros = { path = "thag_proc_macros", version = "0.2.1" }
320-
toml = "0.9"
320+
toml = "1.0"
321321

322322
[target.'cfg(windows)'.dependencies]
323323
win32console = "0.1"

thag_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ thiserror = "2.0"
2525
edit = { version = "0.1", optional = true }
2626
mockall = { version = "0.14", optional = true }
2727
toml_edit = { version = "0.23", optional = true }
28-
toml = { version = "0.9", optional = true }
28+
toml = { version = "1.0", optional = true }
2929

3030
# Color detect feature dependencies
3131
ratatui = { version = "0.29", optional = true }

thag_proc_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ syn = { version = "2.0", default-features = false, features = [
2323
"proc-macro",
2424
"visit-mut",
2525
] }
26-
toml = { version = "0.9" }
26+
toml = { version = "1.0" }
2727

2828
[dev-dependencies]
2929
strum = { version = "0.28", features = ["derive", "phf"] }

thag_styling/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ strum = { version = "0.28", features = ["derive", "phf"] }
2424
thag_common = { path = "../thag_common", version = "0.2.2" }
2525
thag_proc_macros = { path = "../thag_proc_macros", version = "0.2.2" }
2626
thiserror = "2.0"
27-
toml = "0.9"
27+
toml = "1.0"
2828

2929
# Optional dependencies for advanced features
3030
console = { version = "0.16", optional = true }
@@ -44,7 +44,7 @@ palette = { version = "0.7", optional = true }
4444
phf = { version = "0.12", features = ["macros"] }
4545
tempfile = "3.20"
4646
thag_proc_macros = { path = "../thag_proc_macros", version = "0.2.2" }
47-
toml = "0.9"
47+
toml = "1.0"
4848

4949
[features]
5050
#! <br><br>

0 commit comments

Comments
 (0)