mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-08-29 09:48:36 +00:00
build(deps): bump camino from 1.1.7 to 1.1.9
Bumps [camino](https://github.com/camino-rs/camino) from 1.1.7 to 1.1.9. - [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.7...camino-1.1.9) --- 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:
committed by
Quentin Gliech
parent
8e711ddb4d
commit
11edbbf25c
Generated
+2
-2
@@ -915,9 +915,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "camino"
|
||||
version = "1.1.7"
|
||||
version = "1.1.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239"
|
||||
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
||||
+1
-1
@@ -89,7 +89,7 @@ version = "1.7.1"
|
||||
|
||||
# UTF-8 paths
|
||||
[workspace.dependencies.camino]
|
||||
version = "1.1.7"
|
||||
version = "1.1.9"
|
||||
|
||||
# Time utilities
|
||||
[workspace.dependencies.chrono]
|
||||
|
||||
Reference in New Issue
Block a user