Skip to content

Commit

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

* 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: Håkon Flatval <70905152+haakonflatval-cognite@users.noreply.github.com>
Co-authored-by: cognite-bulldozer[bot] <51074376+cognite-bulldozer[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Jul 24, 2023
1 parent 689640c commit e7702bb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 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.171", features = ["derive"] }
serde = { version = "1.0.174", features = ["derive"] }
serde-wasm-bindgen = "0.5.0"

js-sys = "0.3.64"
Expand Down

0 comments on commit e7702bb

Please sign in to comment.