Skip to content

Commit

Permalink
Merge pull request #29 from Respo/update
Browse files Browse the repository at this point in the history
upgrade deps
  • Loading branch information
NoEgAm authored Jun 5, 2024
2 parents b22f47a + 45053f2 commit b2ddad1
Show file tree
Hide file tree
Showing 28 changed files with 591 additions and 573 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@stable
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@stable
with:
Expand Down
164 changes: 131 additions & 33 deletions Cargo.lock

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

13 changes: 7 additions & 6 deletions demo_respo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
memoize = "0.4.2"
respo = { path = "../respo/" }
js-sys = "0.3.64"
wasm-bindgen = "0.2.84"
js-sys = "0.3.69"
wasm-bindgen = "0.2.92"
console_error_panic_hook = "0.1.7"
serde = { version = "1.0.188", features = [ "derive" ] }
serde_json = "1.0.106"
uuid = { version = "1.4.1", features = [ "v4", "js" ] }
serde = { version = "1.0.203", features = [ "derive" ] }
serde_json = "1.0.117"
uuid = { version = "1.8.0", features = [ "v4", "js" ] }

[dependencies.web-sys]
version = "0.3.64"
version = "0.3.69"
features = [
"console",
'Document',
Expand Down
Loading

0 comments on commit b2ddad1

Please sign in to comment.