You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-06 06:02:40 +03:00
build(deps): bump schemars from 0.8.15 to 0.8.16
Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.15 to 0.8.16. - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](https://github.com/GREsau/schemars/compare/v0.8.15...v0.8.16) --- updated-dependencies: - dependency-name: schemars 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
142f15723b
commit
ec6e350271
8
Cargo.lock
generated
8
Cargo.lock
generated
@@ -4818,9 +4818,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "schemars"
|
name = "schemars"
|
||||||
version = "0.8.15"
|
version = "0.8.16"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1f7b0ce13155372a76ee2e1c5ffba1fe61ede73fbea5630d61eee6fac4929c0c"
|
checksum = "45a28f4c49489add4ce10783f7911893516f15afe45d015608d41faca6bc4d29"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"dyn-clone",
|
"dyn-clone",
|
||||||
@@ -4832,9 +4832,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "schemars_derive"
|
name = "schemars_derive"
|
||||||
version = "0.8.15"
|
version = "0.8.16"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e85e2a16b12bdb763244c69ab79363d71db2b4b918a2def53f80b02e0574b13c"
|
checksum = "c767fd6fa65d9ccf9cf026122c1b555f2ef9a4f0cea69da4d7dbc3e258d30967"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@@ -19,7 +19,7 @@ camino = { workspace = true, features = ["serde1"] }
|
|||||||
chrono.workspace = true
|
chrono.workspace = true
|
||||||
figment = { version = "0.10.11", features = ["env", "yaml", "test"] }
|
figment = { version = "0.10.11", features = ["env", "yaml", "test"] }
|
||||||
ipnetwork = { version = "0.20.0", features = ["serde", "schemars"] }
|
ipnetwork = { version = "0.20.0", features = ["serde", "schemars"] }
|
||||||
schemars = { version = "0.8.15", features = ["url", "chrono"] }
|
schemars = { version = "0.8.16", features = ["url", "chrono"] }
|
||||||
ulid.workspace = true
|
ulid.workspace = true
|
||||||
url.workspace = true
|
url.workspace = true
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ repository.workspace = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde = { workspace = true, optional = true }
|
serde = { workspace = true, optional = true }
|
||||||
schemars = { version = "0.8.15", default-features = false, optional = true }
|
schemars = { version = "0.8.16", default-features = false, optional = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["serde", "schemars"]
|
default = ["serde", "schemars"]
|
||||||
|
@@ -20,7 +20,7 @@ p256 = { version = "0.13.2", features = ["ecdsa"] }
|
|||||||
p384 = { version = "0.13.0", features = ["ecdsa"] }
|
p384 = { version = "0.13.0", features = ["ecdsa"] }
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
rsa = "0.9.2"
|
rsa = "0.9.2"
|
||||||
schemars = "0.8.15"
|
schemars = "0.8.16"
|
||||||
sec1 = "0.7.3"
|
sec1 = "0.7.3"
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
|
@@ -12,7 +12,7 @@ anyhow.workspace = true
|
|||||||
opa-wasm = { git = "https://github.com/matrix-org/rust-opa-wasm.git" }
|
opa-wasm = { git = "https://github.com/matrix-org/rust-opa-wasm.git" }
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
schemars = {version = "0.8.15", optional = true }
|
schemars = {version = "0.8.16", optional = true }
|
||||||
thiserror.workspace = true
|
thiserror.workspace = true
|
||||||
tokio = { version = "1.34.0", features = ["io-util", "rt"] }
|
tokio = { version = "1.34.0", features = ["io-util", "rt"] }
|
||||||
tracing.workspace = true
|
tracing.workspace = true
|
||||||
|
Reference in New Issue
Block a user