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.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:
committed by
Quentin Gliech
parent
87fa642671
commit
51b3af1111
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -861,9 +861,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "camino"
|
||||
version = "1.1.1"
|
||||
version = "1.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "88ad0e1e3e88dd237a156ab9f571021b8a158caa0ae44b1968a241efb5144c1e"
|
||||
checksum = "c77df041dc383319cc661b428b6961a005db4d6808d5e12536931b1ca9556055"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
@ -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"] }
|
||||
|
@ -13,7 +13,7 @@ async-trait = "0.1.60"
|
||||
thiserror = "1.0.38"
|
||||
anyhow = "1.0.68"
|
||||
|
||||
camino = { version = "1.1.1", features = ["serde1"] }
|
||||
camino = { version = "1.1.2", 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"] }
|
||||
|
@ -46,7 +46,7 @@ pbkdf2 = { version = "0.11.0", features = ["password-hash", "std"] }
|
||||
zeroize = "1.5.7"
|
||||
|
||||
# Various data types and utilities
|
||||
camino = "1.1.1"
|
||||
camino = "1.1.2"
|
||||
chrono = { version = "0.4.23", features = ["serde"] }
|
||||
time = "0.3.17"
|
||||
url = { version = "2.3.1", features = ["serde"] }
|
||||
|
@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||
[dependencies]
|
||||
anyhow = "1.0.68"
|
||||
async-trait = "0.1.60"
|
||||
camino = "1.1.1"
|
||||
camino = "1.1.2"
|
||||
convert_case = "0.6.0"
|
||||
csv = "1.1.6"
|
||||
futures-util = "0.3.25"
|
||||
|
@ -9,7 +9,7 @@ license = "Apache-2.0"
|
||||
serde = { version = "1.0.152", features = ["derive"] }
|
||||
serde_json = "1.0.91"
|
||||
thiserror = "1.0.38"
|
||||
camino = { version = "1.1.1", features = ["serde1"] }
|
||||
camino = { version = "1.1.2", features = ["serde1"] }
|
||||
headers = "0.3.8"
|
||||
http = "0.2.8"
|
||||
tower-service = "0.3.2"
|
||||
|
@ -17,7 +17,7 @@ serde = { version = "1.0.152", features = ["derive"] }
|
||||
serde_json = "1.0.91"
|
||||
serde_urlencoded = "0.7.1"
|
||||
|
||||
camino = "1.1.1"
|
||||
camino = "1.1.2"
|
||||
chrono = "0.4.23"
|
||||
url = "2.3.1"
|
||||
http = "0.2.8"
|
||||
|
Reference in New Issue
Block a user