|
@@ -14,5 +14,5 @@ integration-test-macros = { path = "../integration-test-macros" }
|
|
|
lazy_static = "1"
|
|
|
libc = { version = "0.2.105" }
|
|
|
log = "0.4"
|
|
|
-object = { version = "0.29", default-features = false, features = ["std", "read_core", "elf"] }
|
|
|
+object = { version = "0.30", default-features = false, features = ["std", "read_core", "elf"] }
|
|
|
regex = "1"
|