Update caseless.

This picks up a fix for a warning that will become an error in the future.
This commit is contained in:
Ms2ger 2015-10-05 11:15:37 +02:00
parent 460f067b9d
commit 9c2e89e940

View file

@ -180,7 +180,7 @@ dependencies = [
[[package]]
name = "caseless"
version = "0.1.0"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1467,7 +1467,7 @@ dependencies = [
"bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"canvas 0.0.1",
"canvas_traits 0.0.1",
"caseless 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"caseless 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cssparser 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"devtools_traits 0.0.1",
"encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",