Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.170
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2023
1 parent 760323a commit 7c55ca9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 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.164", features = ["derive"] }
serde = { version = "1.0.170", features = ["derive"] }
serde-wasm-bindgen = "0.5.0"

js-sys = "0.3.64"
Expand Down

0 comments on commit 7c55ca9

Please sign in to comment.