Merge pull request #56 from NotAShelf/notashelf/push-umuwyuqntslp

various: bump dependencies
This commit is contained in:
raf 2025-12-22 17:14:53 +03:00 committed by GitHub
commit 1f0312b2f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 125 additions and 40 deletions

View file

@ -1,13 +1,13 @@
[package]
name = "stash-clipboard"
description = "Wayland clipboard manager with fast persistent history and multi-media support"
version = "0.3.2"
version = "0.3.3"
edition = "2024"
authors = ["NotAShelf <raf@notashelf.dev>"]
license = "MPL-2.0"
readme = true
repository = "https://github.com/notashelf/stash"
rust-version = "1.85"
rust-version = "1.90"
[[bin]]
name = "stash" # actual binary name for Nix, Cargo, etc.
@ -33,7 +33,7 @@ log = "0.4.28"
env_logger = "0.11.8"
thiserror = "2.0.17"
wl-clipboard-rs = "0.9.2"
rusqlite = { version = "0.37.0", features = ["bundled"] }
rusqlite = { version = "0.38.0", features = ["bundled"] }
smol = "2.0.2"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"