Bump object from 0.28.3 to 0.28.4 (#339)

This commit is contained in:
dependabot[bot] 2022-05-11 07:48:10 +00:00 committed by GitHub
parent adb5390cbc
commit 8d2448281d
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.3"
version = "0.28.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40bec70ba014595f99f7aa110b84331ffe1ee9aece7fe6f387cc7e3ecda4d456"
checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"
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.3", default-features = false, features = ["read"] }
object = { version = "0.28.4", default-features = false, features = ["read"] }
pbkdf2 = { version = "0.11.0", default-features = false }
pc-keyboard = "0.5.1"
pic8259 = "0.10.2"