mirror of
https://github.com/edu4rdshl/rusnapshot.git
synced 2026-07-17 23:24:55 +00:00
(chore): bump version and update deps
This commit is contained in:
parent
daca0998fa
commit
2f47feccd7
2 changed files with 116 additions and 36 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rusnapshot"
|
||||
version = "0.5.2"
|
||||
version = "0.5.3"
|
||||
authors = ["edu4rdshl"]
|
||||
edition = "2024"
|
||||
description = "Simple and handy btrfs snapshoting tool."
|
||||
|
|
@ -8,12 +8,18 @@ description = "Simple and handy btrfs snapshoting tool."
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.42", features = ["derive", "env"] }
|
||||
clap = { version = "4.5.43", features = ["derive", "env"] }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
sqlite = "0.37.0"
|
||||
md5 = "0.8.0"
|
||||
chrono = "0.4.41"
|
||||
prettytable-rs = "0.10.0"
|
||||
anyhow = "1.0.98"
|
||||
toml = "0.9.4"
|
||||
toml = "0.9.5"
|
||||
hostname = "0.4.1"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = 'abort'
|
||||
strip = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue