1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

build(deps): bump libc from 0.2.154 to 0.2.155

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.154 to 0.2.155.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.154...0.2.155)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-06-28 16:24:44 +00:00
committed by Quentin Gliech
parent 0edfcd0e3c
commit e7afd0ac53
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ event-listener = "5.3.0"
futures-util = "0.3.30"
http-body.workspace = true
hyper = { workspace = true, features = ["server"] }
libc = "0.2.154"
libc = "0.2.155"
pin-project-lite = "0.2.14"
socket2 = "0.5.7"
thiserror.workspace = true