Update to document-features 0.2.8 (#4003)

Solves a build issue: https://github.com/rerun-io/rerun/issues/5113
This commit is contained in:
Emil Ernerfeldt 2024-02-10 09:13:25 +01:00 committed by GitHub
parent 1bc70b20b1
commit 410957870b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
Cargo.lock generated
View File

@ -1161,14 +1161,14 @@ version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
dependencies = [ dependencies = [
"libloading 0.7.4", "libloading 0.8.0",
] ]
[[package]] [[package]]
name = "document-features" name = "document-features"
version = "0.2.7" version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e493c573fce17f00dcab13b6ac057994f3ce17d1af4dc39bfd482b83c6eb6157" checksum = "ef5282ad69563b5fc40319526ba27e0e7363d552a896f0297d54f767717f9b95"
dependencies = [ dependencies = [
"litrs", "litrs",
] ]
@ -1985,7 +1985,7 @@ dependencies = [
"bitflags 2.4.0", "bitflags 2.4.0",
"com", "com",
"libc", "libc",
"libloading 0.7.4", "libloading 0.8.0",
"thiserror", "thiserror",
"widestring", "widestring",
"winapi", "winapi",
@ -2321,9 +2321,9 @@ checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829"
[[package]] [[package]]
name = "litrs" name = "litrs"
version = "0.2.3" version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9275e0933cf8bb20f008924c0cb07a0692fe54d8064996520bf998de9eb79aa" checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
[[package]] [[package]]
name = "lock_api" name = "lock_api"
@ -4314,7 +4314,7 @@ dependencies = [
"js-sys", "js-sys",
"khronos-egl", "khronos-egl",
"libc", "libc",
"libloading 0.7.4", "libloading 0.8.0",
"log", "log",
"metal", "metal",
"naga", "naga",

View File

@ -67,7 +67,7 @@ ahash = { version = "0.8.6", default-features = false, features = [
] } ] }
backtrace = "0.3" backtrace = "0.3"
criterion = { version = "0.5.1", default-features = false } criterion = { version = "0.5.1", default-features = false }
document-features = "0.2" document-features = " 0.2.8"
glow = "0.13" glow = "0.13"
log = { version = "0.4", features = ["std"] } log = { version = "0.4", features = ["std"] }
nohash-hasher = "0.2" nohash-hasher = "0.2"