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 camino from 1.1.1 to 1.1.2

Bumps [camino](https://github.com/camino-rs/camino) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/camino-rs/camino/releases)
- [Changelog](https://github.com/camino-rs/camino/blob/main/CHANGELOG.md)
- [Commits](https://github.com/camino-rs/camino/compare/camino-1.1.1...camino-1.1.2)

---
updated-dependencies:
- dependency-name: camino
  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]
2023-01-09 19:13:05 +00:00
committed by Quentin Gliech
parent 87fa642671
commit 51b3af1111
7 changed files with 8 additions and 8 deletions

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
anyhow = "1.0.68"
atty = "0.2.14"
axum = "0.6.1"
camino = "1.1.1"
camino = "1.1.2"
clap = { version = "4.0.32", features = ["derive"] }
dotenv = "0.15.0"
hyper = { version = "0.14.23", features = ["full"] }