Merge pull request #1673 from martinfrances107/router_version_bump

Router version bump
This commit is contained in:
Greg Johnston 2023-09-08 07:43:47 -04:00 committed by GitHub
commit de44b1f91f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ jobs:
steps:
# Setup environment
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Rust
uses: actions-rs/toolchain@v1

View File

@ -10,7 +10,7 @@ description = "Router for the Leptos web framework."
[dependencies]
leptos = { workspace = true }
cached = { version = "0.44.0", optional = true }
cached = { version = "0.45.0", optional = true }
cfg-if = "1"
common_macros = "0.1"
gloo-net = { version = "0.2", features = ["http"] }
@ -27,7 +27,7 @@ tracing = "0.1"
js-sys = { version = "0.3" }
wasm-bindgen = { version = "0.2" }
wasm-bindgen-futures = { version = "0.4" }
lru = { version = "0.10", optional = true }
lru = { version = "0.11", optional = true }
serde_json = "1.0.96"
[dependencies.web-sys]