Skip to content

Commit

Permalink
update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
misson20000 committed Aug 21, 2024
1 parent deb11cc commit 5651cb9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
17 changes: 8 additions & 9 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ gtk = ["dep:gtk"]

[dependencies]
gtk = { version = "0.9.0", optional = true, package = "gtk4" }
glib = "0.20.0"
glib = "0.20.1"
futures = "0.3.30"
lazy_static = "1.5.0"
tokio = { version = "1.39.2", features = ["full"] }
tokio = { version = "1.39.3", features = ["full"] }
hex-literal = "0.4.1"
send_wrapper = "0.6.0"
conv = "0.3.3"
Expand All @@ -33,8 +33,8 @@ tracing = "0.1.40"
tracing-subscriber = "0.3.18"
seq-macro = "0.3.5"
rental = "0.5.6"
serde = "1.0.204"
serde_derive = "1.0.204"
serde = "1.0.208"
serde_derive = "1.0.208"
bincode = "1.3.3"
adw = { version = "0.7.0", package = "libadwaita" }
toml = "0.8.19"
Expand Down

0 comments on commit 5651cb9

Please sign in to comment.