build(deps): bump glow from 0.9.0 to 0.10.0

Bumps [glow](https://github.com/grovesNL/glow) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/grovesNL/glow/releases)
- [Commits](https://github.com/grovesNL/glow/commits)

---
updated-dependencies:
- dependency-name: glow
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-06-18 13:30:20 +00:00 committed by GitHub
parent a7b093c93d
commit d886478a57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

11
Cargo.lock generated
View File

@ -808,9 +808,9 @@ dependencies = [
[[package]]
name = "glow"
version = "0.9.0"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b80b98efaa8a34fce11d60dd2ce2760d5d83c373cbcc73bb87c2a3a84a54108"
checksum = "945be163fdb893227410c8b44c2412dade922585b262d1daa6a7e96135217d4c"
dependencies = [
"js-sys",
"slotmap",
@ -2264,9 +2264,12 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
[[package]]
name = "slotmap"
version = "0.4.0"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c46a3482db8f247956e464d783693ece164ca056e6e67563ee5505bdb86452cd"
checksum = "585cd5dffe4e9e06f6dfdf66708b70aca3f781bed561f4f667b2d9c0d4559e36"
dependencies = [
"version_check",
]
[[package]]
name = "smallvec"

View File

@ -28,7 +28,7 @@ opt-level = 1
cfg-if = "1.0.0"
wasm-bindgen = "0.2.74"
winit = { version = "0.24.0", features = [ "web-sys" ]}
glow = "0.9.0"
glow = "0.10.0"
byteorder = "1.4.3"
serde = "1.0.126"
serde_json = "1.0.61"