Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.186 (#3615)
Browse files Browse the repository at this point in the history
* fix(deps): update rust crate serde to 1.0.186

* chore: update cargo lock

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Håkon Flatval <hakon.flatval@cognite.com>
Co-authored-by: Christopher J. Tannum <christopher.tannum@cognite.com>
  • Loading branch information
3 people authored Aug 25, 2023
1 parent 4a5d2fb commit 9e292b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions viewer/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion viewer/packages/pointclouds/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crate-type = ["cdylib"]
wasm-bindgen = { version = "0.2.87", features = ["serde-serialize"] }
web-sys = { version = "0.3.64", features = ["console"] }

serde = { version = "1.0.185", features = ["derive"] }
serde = { version = "1.0.186", features = ["derive"] }
serde-wasm-bindgen = "0.5.0"

js-sys = "0.3.64"
Expand Down

0 comments on commit 9e292b9

Please sign in to comment.