diff --git a/Cargo.lock b/Cargo.lock index aaa6a83..55b2b93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -84,9 +84,9 @@ checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" [[package]] name = "build-target" -version = "0.4.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "832133bbabbbaa9fbdba793456a2827627a7d2b8fb96032fa1e7666d7895832b" +checksum = "78e2ceaf91e22593e194211930aea78a41af58e49e872474ebf4335bf649aad1" [[package]] name = "bumpalo" diff --git a/Cargo.toml b/Cargo.toml index 42bf66e..96d942b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ ctor = "0.2" [build-dependencies] goblin = "0.9" -build-target = "0.4" +build-target = "0.8" serde = { version = "1.0", features = ["derive"] } toml = "0.8"