diff --git a/Cargo.lock b/Cargo.lock index 8d27d89..a273e79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -599,9 +599,9 @@ checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" [[package]] name = "hex_color" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff917051cbc87800de93ddcf39b59c9f2a0a4d809411a341c0ac422771219808" +checksum = "6f48f4a77387174b3150765b66fbd04067799372afdb5099848a721578dac1f9" dependencies = [ "rand", ] diff --git a/Cargo.toml b/Cargo.toml index 4cccea8..e6c2c98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ yew = { version = "0.21", features = ["csr"] } yew-router = "0.18" stylist = { version = "0.13", features = ["yew_integration"] } themer = { git = "https://github.com/simbleau/themer", version = "0.3" } -hex_color = "2.0" +hex_color = "2.1" url = "2.4" wasm-bindgen = "0.2" gloo-utils = "0.2"