Bläddra i källkod

Merge pull request #330 from aya-rs/dependabot/cargo/object-0.29

build(deps): update object requirement from 0.28 to 0.29
Dave Tucker 2 år sedan
förälder
incheckning
f2fb211634
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      aya/Cargo.toml

+ 1 - 1
aya/Cargo.toml

@@ -13,7 +13,7 @@ edition = "2018"
 [dependencies]
 libc = { version = "0.2.105" }
 thiserror = "1"
-object = { version = "0.28", default-features = false, features = ["std", "read_core", "elf"] }
+object = { version = "0.29", default-features = false, features = ["std", "read_core", "elf"] }
 bitflags = "1.2.1"
 bytes = "1"
 lazy_static = "1"