Skip to content

Commit

Permalink
chore: ignore patch version for deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fioncat committed Jan 16, 2025
1 parent 7c2a82f commit f4c68a0
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,38 +11,38 @@ repository = "https://github.com/fioncat/csync"
description = "Share your clipboard between different devices"

[dependencies]
actix-web = { version = "4.9.0", features = ["openssl"] }
aes-gcm = "0.10.3"
anyhow = "1.0.95"
async-trait = "0.1.85"
base64 = "0.22.1"
chrono = "0.4.39"
clap = { version = "4.5.26", features = ["derive"] }
console = "0.15.10"
fern = { version = "0.7.1", features = ["colored"] }
file-lock = "2.1.11"
humantime = "2.1.0"
jsonwebtoken = "9.3.0"
libc = "0.2.169"
log = "0.4.25"
openssl = "0.10.68"
pad = "0.1.6"
pbkdf2 = "0.12.2"
rand = "0.8.5"
reqwest = { version = "0.12.12", features = ["json"] }
rusqlite = { version = "0.32.1", features = ["bundled"] }
sd-notify = "0.4.3"
serde = {version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135"
sha2 = "0.10.8"
shellexpand = "3.1.0"
thiserror = "2.0.11"
tokio = { version = "1.43.0", features = ["full"] }
toml = "0.8.19"
actix-web = { version = "4.9", features = ["openssl"] }
aes-gcm = "0.10"
anyhow = "1.0"
async-trait = "0.1"
base64 = "0.22"
chrono = "0.4"
clap = { version = "4.5", features = ["derive"] }
console = "0.15"
fern = { version = "0.7", features = ["colored"] }
file-lock = "2.1"
humantime = "2.1"
jsonwebtoken = "9.3"
libc = "0.2"
log = "0.4"
openssl = "0.10"
pad = "0.1"
pbkdf2 = "0.12"
rand = "0.8"
reqwest = { version = "0.12", features = ["json"] }
rusqlite = { version = "0.32", features = ["bundled"] }
sd-notify = "0.4"
serde = {version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10"
shellexpand = "3.1"
thiserror = "2.0"
tokio = { version = "1.43", features = ["full"] }
toml = "0.8"

[build-dependencies]
simple-error = "0.3.1"
vergen = { version = "9.0.4", features = ["build", "rustc", "cargo", "si"] }
simple-error = "0.3"
vergen = { version = "9.0", features = ["build", "rustc", "cargo", "si"] }

[profile.release]
lto = true
Expand Down

0 comments on commit f4c68a0

Please sign in to comment.