Skip to content

Commit 674e439

Browse files
committed
Update dependencies
1 parent 55c1551 commit 674e439

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ ureq = "2.6.2"
2626
path-calculate = "0.1.3"
2727
termcolor = "1.2.0"
2828
owned_chars = "0.3.2"
29-
object = { version = "0.31.0", features = ["write"] }
30-
anyhow = "1.0.70"
29+
object = { version = "0.31.1", features = ["write"] }
30+
anyhow = "1.0.71"
3131
anyhow-std = "0.1.3"
3232
thiserror = "1.0.40"
3333
cc = "1.0"
@@ -36,8 +36,8 @@ indexmap = "1.9.3"
3636
os_str_bytes = "6.5.0"
3737

3838
[build-dependencies]
39-
lazy_static = "1.0"
40-
regex = "1.0"
39+
lazy_static = "1.4"
40+
regex = "1.8"
4141
semver = "1.0"
4242

4343
# features passed to llvm-sys

0 commit comments

Comments
 (0)