Skip to content

Commit

Permalink
Merge pull request #339 from rerun-io/update-deps
Browse files Browse the repository at this point in the history
Update dependencies: base64 and approx
  • Loading branch information
alteous committed Jun 12, 2022
2 parents b34c75d + ef01c37 commit 3c14ded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ travis-ci = { repository = "gltf-rs/gltf" }
members = ["gltf-derive", "gltf-json"]

[dev-dependencies]
approx = "0.3"
approx = "0.5"

[dependencies]
base64 = { optional = true, version = "0.12" }
base64 = { optional = true, version = "0.13" }
byteorder = "1.3"
gltf-json = { path = "gltf-json", version = "1.0.0" }
lazy_static = "1"
Expand Down

0 comments on commit 3c14ded

Please sign in to comment.