Skip to content

Commit

Permalink
Bumped actix-web, wasm-bindgen walkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfrances107 committed Aug 6, 2024
1 parent fd7abfd commit 5474bff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ lto = true
# [patch.crates-io] override.
#
# It must be replaced directly with this line :-
exif = { version = "~0.5", git = "https://github.com/martinfrances107/exif-rs", branch = "PartialEq" }
exif = { version = "0.5", git = "https://github.com/martinfrances107/exif-rs", branch = "PartialEq" }

actix-files = { version = "~0.6", optional = true }
actix-web = { version = "~4", optional = true, features = ["macros"] }
actix-web = { version = "4", optional = true, features = ["macros"] }
cfg-if = "1"
console_error_panic_hook = "~0.1"
leptos_actix = { version = "~0.6", optional = true }
Expand All @@ -50,8 +50,8 @@ leptos = { version = "~0.6", default-features = false, features = ["serde"] }
leptos_router = { version = "~0.6", default-features = false }
tracing = "~0.1"
tracing-subscriber = "~0.3"
wasm-bindgen = "~0.2"
walkdir = "~2"
wasm-bindgen = "0.2"
walkdir = "2"
# uuid = { version = "~1", features = ["v4", "js", "serde"] }
seroost_lib = { git = "https://github.com/martinfrances107/seroost", branch = "PartialEq" }
serde = { version = "~1", features = ["derive"] }
Expand Down

0 comments on commit 5474bff

Please sign in to comment.