From b701f7d1e381d4e4bcabe504260db09ace727c58 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Sat, 10 Feb 2024 09:13:25 +0100 Subject: [PATCH] Update to document-features 0.2.8 (#4003) Solves a build issue: https://github.com/rerun-io/rerun/issues/5113 --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92131984e259..3359d9bdf59b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1161,14 +1161,14 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" dependencies = [ - "libloading 0.7.4", + "libloading 0.8.0", ] [[package]] name = "document-features" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e493c573fce17f00dcab13b6ac057994f3ce17d1af4dc39bfd482b83c6eb6157" +checksum = "ef5282ad69563b5fc40319526ba27e0e7363d552a896f0297d54f767717f9b95" dependencies = [ "litrs", ] @@ -1985,7 +1985,7 @@ dependencies = [ "bitflags 2.4.0", "com", "libc", - "libloading 0.7.4", + "libloading 0.8.0", "thiserror", "widestring", "winapi", @@ -2321,9 +2321,9 @@ checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829" [[package]] name = "litrs" -version = "0.2.3" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9275e0933cf8bb20f008924c0cb07a0692fe54d8064996520bf998de9eb79aa" +checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5" [[package]] name = "lock_api" @@ -4314,7 +4314,7 @@ dependencies = [ "js-sys", "khronos-egl", "libc", - "libloading 0.7.4", + "libloading 0.8.0", "log", "metal", "naga", diff --git a/Cargo.toml b/Cargo.toml index ac56fe606850..d3af341ac105 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ ahash = { version = "0.8.6", default-features = false, features = [ ] } backtrace = "0.3" criterion = { version = "0.5.1", default-features = false } -document-features = "0.2" +document-features = " 0.2.8" glow = "0.13" log = { version = "0.4", features = ["std"] } nohash-hasher = "0.2"