Skip to content

Commit 7c3a2d3

Browse files
authored
Merge pull request #283 from epage/updater
chore: Update dependencies
2 parents 1d13dd2 + ddf2946 commit 7c3a2d3

File tree

6 files changed

+73
-82
lines changed

6 files changed

+73
-82
lines changed

Cargo.lock

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

crates/anstyle-parse/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ utf8 = ["dep:utf8parse"]
3636
codegenrs = { version = "3.0.0", default-features = false }
3737
divan = "0.1.16"
3838
proptest = "1.7.0"
39-
snapbox = "0.6.21"
40-
vte_generate_state_changes = { version = "0.1.1" }
39+
snapbox = "0.6.23"
40+
vte_generate_state_changes = { version = "0.1.2" }
4141

4242
[[bench]]
4343
name = "parse"

crates/anstyle-roff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ roff = "0.2.1"
3030
cansi = "2.2.1"
3131

3232
[dev-dependencies]
33-
snapbox = "0.6.21"
33+
snapbox = "0.6.23"
3434

3535
[lints]
3636
workspace = true

crates/anstyle-svg/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ anstyle = { version = "1.0.0", path = "../anstyle" }
2828
anstyle-parse = { version = "0.2.6", path = "../anstyle-parse" }
2929
anstyle-lossy = { version = "1.0.0", path = "../anstyle-lossy" }
3030
html-escape = "0.2.13"
31-
unicode-width = "0.2.1"
31+
unicode-width = "0.2.2"
3232

3333
[dev-dependencies]
3434
proptest = "1.7.0"
35-
snapbox = "0.6.21"
35+
snapbox = "0.6.23"
3636

3737
[lints]
3838
workspace = true

crates/anstyle-wincon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ lexopt = "0.3.1"
3232

3333
[target.'cfg(windows)'.dependencies]
3434
windows-sys = { version = "0.60.2", features = ["Win32_System_Console", "Win32_Foundation"] }
35-
once_cell_polyfill = "1.56.0"
35+
once_cell_polyfill = "1.56.1"
3636

3737
[lints]
3838
workspace = true

crates/anstyle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ std = []
3232

3333
[dev-dependencies]
3434
lexopt = "0.3.1"
35-
snapbox = "0.6.21"
35+
snapbox = "0.6.23"
3636

3737
[lints]
3838
workspace = true

0 commit comments

Comments
 (0)