Skip to content

Commit 494385d

Browse files
committed
Update dependencies
1 parent 28a8c6a commit 494385d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
name = "docxtools"
33
version = "0.11.0-SNAPSHOT"
44
edition = "2021"
5-
authors = ["David Bosschaert <[email protected]>"]
5+
authors = ["David Bosschaert <[email protected]>", "contributors"]
66
license = "Apache-2.0"
77
description = "A command-line tool to work with docx files, for example to make bulk-changes in them without the need to open a word processor."
88
readme = "README.md"
99
keywords = ["cli", "docx"]
1010
categories = ["command-line-utilities"]
1111

1212
[dependencies]
13-
regex = "1.9"
13+
regex = "1.11"
1414
tempfile = "3.8"
1515
zip = "2.2.1"
1616
walkdir = "2.3"
1717
unicode-bom = "2.0"
1818
clap = { version = "4.3.19", features = ["derive"] }
19-
quick-xml = "0.31"
19+
quick-xml = "0.37"
2020
uuid = { version = "1.6", features = ["v4"] }
2121
unicase = "2.7"
2222

2323
[dev-dependencies]
2424
gag = "1.0"
25-
serial_test = "2.0"
26-
testdir = "0.8"
25+
serial_test = "3.2"
26+
testdir = "0.9"
2727

2828
[profile.release]
2929
opt-level = 'z' # Optimize for size.

0 commit comments

Comments
 (0)