We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c1551 commit 674e439Copy full SHA for 674e439
Cargo.toml
@@ -26,8 +26,8 @@ ureq = "2.6.2"
26
path-calculate = "0.1.3"
27
termcolor = "1.2.0"
28
owned_chars = "0.3.2"
29
-object = { version = "0.31.0", features = ["write"] }
30
-anyhow = "1.0.70"
+object = { version = "0.31.1", features = ["write"] }
+anyhow = "1.0.71"
31
anyhow-std = "0.1.3"
32
thiserror = "1.0.40"
33
cc = "1.0"
@@ -36,8 +36,8 @@ indexmap = "1.9.3"
36
os_str_bytes = "6.5.0"
37
38
[build-dependencies]
39
-lazy_static = "1.0"
40
-regex = "1.0"
+lazy_static = "1.4"
+regex = "1.8"
41
semver = "1.0"
42
43
# features passed to llvm-sys
0 commit comments