You've already forked authentication-service
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.2 to 1.1.3
Bumps [camino](https://github.com/camino-rs/camino) from 1.1.2 to 1.1.3. - [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.2...camino-1.1.3) --- 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
67753c0e26
commit
c38dd7ae06
@ -9,7 +9,7 @@ license = "Apache-2.0"
|
||||
anyhow = "1.0.69"
|
||||
atty = "0.2.14"
|
||||
axum = "0.6.7"
|
||||
camino = "1.1.2"
|
||||
camino = "1.1.3"
|
||||
clap = { version = "4.1.6", features = ["derive"] }
|
||||
dotenv = "0.15.0"
|
||||
hyper = { version = "0.14.24", features = ["full"] }
|
||||
|
@ -13,7 +13,7 @@ async-trait = "0.1.64"
|
||||
thiserror = "1.0.38"
|
||||
anyhow = "1.0.69"
|
||||
|
||||
camino = { version = "1.1.2", features = ["serde1"] }
|
||||
camino = { version = "1.1.3", features = ["serde1"] }
|
||||
chrono = { version = "0.4.23", features = ["serde"] }
|
||||
figment = { version = "0.10.8", features = ["env", "yaml", "test"] }
|
||||
schemars = { version = "0.8.11", features = ["url", "chrono"] }
|
||||
|
@ -47,7 +47,7 @@ pbkdf2 = { version = "0.11.0", features = ["password-hash", "std"] }
|
||||
zeroize = "1.5.7"
|
||||
|
||||
# Various data types and utilities
|
||||
camino = "1.1.2"
|
||||
camino = "1.1.3"
|
||||
chrono = { version = "0.4.23", features = ["serde"] }
|
||||
time = "0.3.19"
|
||||
url = { version = "2.3.1", features = ["serde"] }
|
||||
|
@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||
[dependencies]
|
||||
anyhow = "1.0.69"
|
||||
async-trait = "0.1.64"
|
||||
camino = "1.1.2"
|
||||
camino = "1.1.3"
|
||||
convert_case = "0.6.0"
|
||||
csv = "1.2.0"
|
||||
futures-util = "0.3.26"
|
||||
|
@ -9,7 +9,7 @@ license = "Apache-2.0"
|
||||
serde = { version = "1.0.152", features = ["derive"] }
|
||||
serde_json = "1.0.93"
|
||||
thiserror = "1.0.38"
|
||||
camino = { version = "1.1.2", features = ["serde1"] }
|
||||
camino = { version = "1.1.3", features = ["serde1"] }
|
||||
headers = "0.3.8"
|
||||
http = "0.2.9"
|
||||
tower-service = "0.3.2"
|
||||
|
@ -17,7 +17,7 @@ serde = { version = "1.0.152", features = ["derive"] }
|
||||
serde_json = "1.0.93"
|
||||
serde_urlencoded = "0.7.1"
|
||||
|
||||
camino = "1.1.2"
|
||||
camino = "1.1.3"
|
||||
chrono = "0.4.23"
|
||||
url = "2.3.1"
|
||||
http = "0.2.9"
|
||||
|
Reference in New Issue
Block a user