Skip to content

Commit

Permalink
chore(deps): update all non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 20, 2023
1 parent 59e824b commit 13aa70c
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 67 deletions.
104 changes: 53 additions & 51 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions docs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@ axum = { version = "0.6.20", optional = true }
console_error_panic_hook = "0.1.7"
console_log = "1.0.0"
cfg-if = "1.0.0"
leptos = { version = "0.5.1" }
leptos_axum = { version = "0.5.1", optional = true }
leptos_meta = { version = "0.5.1" }
leptos_router = { version = "0.5.1" }
leptos = { version = "0.5.2" }
leptos_axum = { version = "0.5.2", optional = true }
leptos_meta = { version = "0.5.2" }
leptos_router = { version = "0.5.2" }
log = "0.4.20"
simple_logger = "4.2.0"
tokio = { version = "1.33.0", optional = true }
tokio = { version = "1.34.0", optional = true }
tower = { version = "0.4.13", optional = true }
tower-http = { version = "0.4.4", features = ["fs"], optional = true }
wasm-bindgen = "=0.2.87"
wasm-bindgen = "=0.2.88"
thiserror = "1.0.50"
http = "0.2.9"
http = "0.2.11"

[features]
hydrate = ["leptos/hydrate", "leptos_meta/hydrate", "leptos_router/hydrate"]
Expand Down
2 changes: 1 addition & 1 deletion mwaka-aria/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/timayz/mwaka"
documentation = "https://docs.rs/mwaka-aria"

[dependencies]
leptos = { version = "0.5.1" }
leptos = { version = "0.5.2" }

[dev-dependencies]
pretty_assertions = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion mwaka/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ documentation = "https://docs.rs/mwaka"

[dependencies]
mwaka-aria = { path = "../mwaka-aria", version = "0.0.2" }
leptos = { version = "0.5.1" }
leptos = { version = "0.5.2" }
14 changes: 7 additions & 7 deletions playground/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ axum = { version = "0.6.20", optional = true }
console_error_panic_hook = "0.1.7"
console_log = "1.0.0"
cfg-if = "1.0.0"
leptos = { version = "0.5.1" }
leptos_axum = { version = "0.5.1", optional = true }
leptos_meta = { version = "0.5.1" }
leptos_router = { version = "0.5.1" }
leptos = { version = "0.5.2" }
leptos_axum = { version = "0.5.2", optional = true }
leptos_meta = { version = "0.5.2" }
leptos_router = { version = "0.5.2" }
log = "0.4.20"
simple_logger = "4"
tokio = { version = "1.33.0", optional = true }
tokio = { version = "1.34.0", optional = true }
tower = { version = "0.4.13", optional = true }
tower-http = { version = "0.4.4", features = ["fs"], optional = true }
wasm-bindgen = "=0.2.87"
wasm-bindgen = "=0.2.88"
thiserror = "1.0.50"
http = "0.2.9"
http = "0.2.11"

[features]
hydrate = ["leptos/hydrate", "leptos_meta/hydrate", "leptos_router/hydrate"]
Expand Down

0 comments on commit 13aa70c

Please sign in to comment.