Skip to content

Commit 971f673

Browse files
committed
Update to v1.4.0
1 parent 79fe22f commit 971f673

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "librespeed-rs"
3-
version = "1.3.8"
3+
version = "1.4.0"
44
edition = "2021"
55
authors = ["Sudo Dios"]
66
description = "Rust backend for LibreSpeed"
@@ -36,15 +36,15 @@ mysql = { version = "26.0.1",default-features = false, optional = true }
3636
postgres = { version = "0.19.12", optional = true }
3737
rusqlite = { version = "0.37.0",features = ["bundled"], optional = true }
3838
#conf
39-
clap = { version = "4.5.49",features = ["std","color","help","usage"],default-features = false }
39+
clap = { version = "4.5.50",features = ["std","color","help","usage"],default-features = false }
4040
toml = "0.9.8"
4141
#web
4242
sha2 = "0.10.8"
4343
handlebars = "6.3.2"
4444
#logging
4545
env_logger = { version = "0.11.8",default-features = false,features = ["auto-color","humantime"] }
4646
log = "0.4.28"
47-
indicatif = "0.18.0"
47+
indicatif = "0.18.2"
4848
#assets
4949
include_dir = "0.7.4"
5050
case_insensitive_hashmap = "1.0.1"

0 commit comments

Comments
 (0)