Skip to content

Commit

Permalink
Update 3rd party dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiemh committed Mar 26, 2023
1 parent 352cd5c commit 6611fce
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 68 deletions.
203 changes: 141 additions & 62 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ categories = ["database-implementations", "web-programming", "wasm"]
license = "Apache-2.0"

[dependencies]
js-sys = "0.3.56"
rexie = "0.3.0"
thiserror = "1.0.30"
tokio = { version = "1.17.0", features = ["sync"] }
wasm-bindgen = { version = "0.2.79", features = ["serde-serialize"] }
js-sys = "0.3.61"
rexie = "0.4.2"
thiserror = "1.0.40"
tokio = { version = "1.26.0", features = ["sync"] }
wasm-bindgen = { version = "0.2.84", features = ["serde-serialize"] }

[dev-dependencies]
tokio = { version = "1.17.0", features = ["rt", "macros"] }
tokio = { version = "1.26.0", features = ["rt", "macros"] }

0 comments on commit 6611fce

Please sign in to comment.