diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-01 09:57:42 +0000 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-05-11 09:33:21 +0200 |
commit | 93b2175a879889f006d6193f126ee0e59530bcac (patch) | |
tree | e2956eb0df99560e0afea8d872e4ced8462297cd | |
parent | c07aa178b30807ff0732f01f315b4cbc18d21fa6 (diff) | |
download | systemd-93b2175a879889f006d6193f126ee0e59530bcac.tar.gz |
build(deps): bump meson from 1.0.1 to 1.1.0 in /.github/workflows
Bumps [meson](https://github.com/mesonbuild/meson) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/mesonbuild/meson/releases)
- [Commits](https://github.com/mesonbuild/meson/compare/1.0.1...1.1.0)
---
updated-dependencies:
- dependency-name: meson
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | .github/workflows/requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/requirements.txt b/.github/workflows/requirements.txt index c5fb64c942..14b806c909 100644 --- a/.github/workflows/requirements.txt +++ b/.github/workflows/requirements.txt @@ -1,6 +1,6 @@ -meson==1.0.1 \ - --hash=sha256:98d6158c71e34dfd32c77014109003304eeda1c7e24b8e2448261dcd9d95f968 \ - --hash=sha256:d926b730de6f518728cc7c57bc5e701667bae0c3522f9e369427b2cc7839d3c1 +meson==1.1.0 \ + --hash=sha256:d9616c44cd6c53689ff8f05fc6958a693f2e17c3472a8daf83cee55dabff829f \ + --hash=sha256:f7e17450a00c2c2366e5f2ad605a4bf7328961b7455ace1b00ea0c4375fdb252 ninja==1.11.1 \ --hash=sha256:1c474326e11fba3f8c2582715d79216292e327d3335367c0e87e9647a002cc4a \ --hash=sha256:3329b4b7c1694730772522a3ba0ba40fd15c012476ed3e1c9f0fd9e76190394e \ |