diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-30 16:41:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-30 16:41:59 +0000 |
commit | 9d4a173b66e56d013786531d6b2bd85b4f55b9be (patch) | |
tree | 9d52421542e2193c688c19e3a60685778d2dcd58 | |
parent | f6dc09c1c680632907465c671916674d1d4a6844 (diff) | |
download | servo-9d4a173b66e56d013786531d6b2bd85b4f55b9be.tar.gz servo-9d4a173b66e56d013786531d6b2bd85b4f55b9be.zip |
build(deps): bump glib-macros from 0.19.4 to 0.19.5 (#32194)
Bumps [glib-macros](https://github.com/gtk-rs/gtk-rs-core) from 0.19.4 to 0.19.5.
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.19.4...0.19.5)
---
updated-dependencies:
- dependency-name: glib-macros
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index f21a285d817..9e1baf8e6a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2122,9 +2122,9 @@ dependencies = [ [[package]] name = "glib-macros" -version = "0.19.4" +version = "0.19.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8bba315e8ce8aa59631545358450f4962557e89b5f7db7442e7153b47037f71" +checksum = "6ed782fa3e949c31146671da6e7a227a5e7d354660df1db6d0aac4974dc82a3c" dependencies = [ "heck", "proc-macro-crate 3.1.0", |