Bump object from 0.28.4 to 0.29.0 (#358)

This commit is contained in:
dependabot[bot] 2022-06-23 18:50:31 +00:00 committed by GitHub
parent 851bf65a8c
commit cd6cdceb73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -302,9 +302,9 @@ dependencies = [
[[package]]
name = "object"
version = "0.28.4"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
dependencies = [
"memchr",
]

View File

@ -27,7 +27,7 @@ libm = "0.2.2"
linked_list_allocator = "0.9.1"
littlewing = { version = "0.7.0", default-features = false }
nom = { version = "7.1.1", default-features = false, features = ["alloc"] }
object = { version = "0.28.4", default-features = false, features = ["read"] }
object = { version = "0.29.0", default-features = false, features = ["read"] }
pbkdf2 = { version = "0.11.0", default-features = false }
pc-keyboard = "0.5.1"
pic8259 = "0.10.2"