Skip to content

Commit 1c13062

Browse files
authored
Merge branch 'master' into cleanup-format-strings
2 parents 8b7a997 + 35fa0ce commit 1c13062

File tree

2 files changed

+17
-30
lines changed

2 files changed

+17
-30
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,21 +55,21 @@ indexmap = "2"
5555
itertools = "0.14"
5656
log = "0.4"
5757
notify = "8"
58-
notify-debouncer-mini = "0.6"
58+
notify-debouncer-mini = "0.7"
5959
once_cell = "1"
6060
parking_lot_core = "0.9"
6161
ratatui = { version = "0.29", default-features = false, features = [
6262
'crossterm',
6363
'serde',
6464
] }
6565
rayon-core = "1.13"
66-
ron = "0.10"
66+
ron = "0.11"
6767
scopeguard = "1.2"
6868
scopetime = { path = "./scopetime", version = "0.1" }
6969
serde = "1.0"
7070
shellexpand = "3.1"
7171
simplelog = { version = "0.12", default-features = false }
72-
struct-patch = "0.9"
72+
struct-patch = "0.10"
7373
syntect = { version = "5.3", default-features = false, features = [
7474
"parsing",
7575
"default-syntaxes",

0 commit comments

Comments
 (0)