Versions of dependency libraries upgraded.

main
Josef Rokos 1 year ago
parent 7ca3e0a258
commit cb1071c243

619
Cargo.lock generated

File diff suppressed because it is too large Load Diff

@ -8,38 +8,38 @@ crate-type = ["cdylib", "rlib"]
[dependencies] [dependencies]
actix-files = { version = "0.6.2", optional = true } actix-files = { version = "0.6.2", optional = true }
actix-web = { version = "4.4.0", optional = true, features = ["macros"] } actix-web = { version = "4.5.1", optional = true, features = ["macros"] }
actix-session = { version = "0.8.0", optional = true, features = ["cookie-session"] } actix-session = { version = "0.9.0", optional = true, features = ["cookie-session"] }
actix-multipart = { version = "0.6.1", optional = true } actix-multipart = { version = "0.6.1", optional = true }
console_error_panic_hook = "0.1" console_error_panic_hook = "0.1.7"
cfg-if = "1" cfg-if = "1"
leptos = { version = "0.6.5" } leptos = { version = "0.6.11" }
leptos_meta = { version = "0.6.5" } leptos_meta = { version = "0.6.11" }
leptos_actix = { version = "0.6.5", optional = true } leptos_actix = { version = "0.6.11", optional = true }
server_fn = { version = "0.6.5", features = ["multipart"] } server_fn = { version = "0.6.11", features = ["multipart"] }
leptos_router = { version = "0.6.5" } leptos_router = { version = "0.6.11" }
serde = { version = "1", features = ["derive"] } serde = { version = "1", features = ["derive"] }
wasm-bindgen = "=0.2.90" wasm-bindgen = "=0.2.92"
web-sys = { version = "0.3.61", features = ["Navigator"] } web-sys = { version = "0.3.69", features = ["Navigator"] }
lazy_static = "1.4.0" lazy_static = "1.4.0"
chrono = { version = "0.4.31", features = ["serde"]} chrono = { version = "0.4.38", features = ["serde"]}
sqlx = { version = "0.7.1", optional = true, features = ["runtime-tokio-rustls", "postgres", "chrono", "rust_decimal", "uuid"] } sqlx = { version = "0.7.4", optional = true, features = ["runtime-tokio-rustls", "postgres", "chrono", "rust_decimal", "uuid"] }
rust_decimal = "1.31.0" rust_decimal = "1.35.0"
uuid = {version = "1.4.1", features = ["v4", "serde"]} uuid = {version = "1.8.0", features = ["v4", "serde"]}
validator = {version = "0.16.1", features = ["derive"]} validator = {version = "0.16.1", features = ["derive"]}
pwhash = "1.0.0" pwhash = "1.0.0"
futures-util = "0.3.28" futures-util = "0.3.30"
regex = "1.10.2" regex = "1.10.4"
toml = "0.8.8" toml = "0.8.12"
log = "0.4.20" log = "0.4.21"
env_logger = "0.11" env_logger = "0.11.3"
getopts = "0.2.21" getopts = "0.2.21"
leptos-use = "0.10.1" leptos-use = "0.10.8"
lettre = {version = "0.11", features = ["tokio1-native-tls", "smtp-transport", "file-transport"], optional = true} lettre = {version = "0.11.6", features = ["tokio1-native-tls", "smtp-transport", "file-transport"], optional = true}
leptos-captcha = "0.2.0" leptos-captcha = "0.2.0"
charts-rs = { version = "0.3.3", optional = true} charts-rs = { version = "0.3.5", optional = true}
#image = { version = "0.24.8", optional = true } #image = { version = "0.24.8", optional = true }
base64 = "0.21.7" base64 = "0.22.0"
[features] [features]
csr = ["leptos/csr", "leptos_meta/csr", "leptos_router/csr"] csr = ["leptos/csr", "leptos_meta/csr", "leptos_router/csr"]

Loading…
Cancel
Save