Skip to content

Commit

Permalink
Merge pull request #36 from gosub-io/dependabot/cargo/gtk4-0.9.5
Browse files Browse the repository at this point in the history
Bump gtk4 from 0.9.4 to 0.9.5
  • Loading branch information
jaytaph authored Dec 24, 2024
2 parents 98aa2a4 + 242d6da commit 57955d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
gtk-macros = "0.3"
gtk4 = { version = "0.9.4", features = ["v4_6", "v4_14"] }
gtk4 = { version = "0.9.5", features = ["v4_6", "v4_14"] }
chrono = { version = "0.4.39", features = [] }
reqwest = { version = "0.12.9", features = ["blocking", "gzip", "brotli", "cookies", "deflate", "http2", "rustls-tls"] }
uuid = { version = "1.11.0", features = ["v4", "v7"] }
Expand Down

0 comments on commit 57955d1

Please sign in to comment.