Skip to content

Commit

Permalink
update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
misson20000 committed Oct 1, 2024
1 parent 8d9c1f5 commit 2509543
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 24 deletions.
43 changes: 26 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ gtk4_8 = ["gtk/v4_8", "gtk"]
gtk = ["dep:gtk"]

[dependencies]
gtk = { version = "0.9.0", optional = true, package = "gtk4" }
glib = "0.20.1"
gtk = { version = "0.9.2", optional = true, package = "gtk4" }
glib = "0.20.4"
futures = "0.3.30"
lazy_static = "1.5.0"
tokio = { version = "1.39.3", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }
hex-literal = "0.4.1"
send_wrapper = "0.6.0"
conv = "0.3.3"
Expand All @@ -27,21 +27,21 @@ lru = "0.12.4"
take_mut = "0.2.2"
itertools = "0.13.0"
roxmltree = "0.20.0"
once_cell = "1.19.0"
once_cell = "1.20.1"
arc-swap = "1.7.1"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
seq-macro = "0.3.5"
rental = "0.5.6"
serde = "1.0.208"
serde_derive = "1.0.208"
serde = "1.0.210"
serde_derive = "1.0.210"
bincode = "1.3.3"
adw = { version = "0.7.0", package = "libadwaita" }
toml = "0.8.19"
xdg = "2.5.2"

[dev-dependencies]
pretty_assertions = "1.4.0"
pretty_assertions = "1.4.1"
assert_matches = "1.5"
rusty-fork = "0.3.0"

Expand Down

0 comments on commit 2509543

Please sign in to comment.