chore: update dependencies and release 1.2.4

This commit is contained in:
Michael Aaron Murphy 2024-10-18 17:20:05 +02:00 committed by Michael Murphy
parent 476a8fb445
commit fca3b25552
7 changed files with 634 additions and 546 deletions

View file

@ -1,8 +1,8 @@
[package]
name = "pop-launcher"
version = "1.2.3"
version = "1.2.4"
license = "MPL-2.0"
authors = ["Michael Aaron Murphy <mmstick@pm.me>"]
authors = ["Michael Aaron Murphy <michael@mmurphy.dev>"]
description = "Library for writing plugins and frontends for pop-launcher"
repository = "https://github.com/pop-os/launcher"
edition.workspace = true
@ -15,22 +15,22 @@ resolver = "2"
edition = "2021"
[workspace.dependencies]
anyhow = "1.0.82"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
anyhow = "1.0.90"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.129"
tracing = "0.1.40"
dirs = "5.0.1"
serde_with = "3.7.0"
futures = "0.3.30"
serde_with = "3.11.0"
futures = "0.3.31"
flume = "0.11.0"
toml = "0.8.12"
regex = "1.10.4"
toml = "0.8.19"
regex = "1.11.0"
ron = "0.8.1"
tokio = "1.37.0"
tokio-stream = "0.1.15"
tokio = "1.40.0"
tokio-stream = "0.1.16"
[dependencies]
const_format = "0.2.32"
const_format = "0.2.33"
dirs.workspace = true
futures.workspace = true
serde.workspace = true
@ -50,6 +50,5 @@ workspace = true
features = ["io-util"]
# [patch.crates-io]
# freedesktop-desktop-entry = { path = "../freedesktop-desktop-entry" }