Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit ec6e350

Browse files
dependabot[bot]sandhose
authored andcommitted
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](GREsau/schemars@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] <[email protected]>
1 parent 142f157 commit ec6e350

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ camino = { workspace = true, features = ["serde1"] }
1919
chrono.workspace = true
2020
figment = { version = "0.10.11", features = ["env", "yaml", "test"] }
2121
ipnetwork = { version = "0.20.0", features = ["serde", "schemars"] }
22-
schemars = { version = "0.8.15", features = ["url", "chrono"] }
22+
schemars = { version = "0.8.16", features = ["url", "chrono"] }
2323
ulid.workspace = true
2424
url.workspace = true
2525

crates/iana/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository.workspace = true
99

1010
[dependencies]
1111
serde = { workspace = true, optional = true }
12-
schemars = { version = "0.8.15", default-features = false, optional = true }
12+
schemars = { version = "0.8.16", default-features = false, optional = true }
1313

1414
[features]
1515
default = ["serde", "schemars"]

crates/jose/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ p256 = { version = "0.13.2", features = ["ecdsa"] }
2020
p384 = { version = "0.13.0", features = ["ecdsa"] }
2121
rand.workspace = true
2222
rsa = "0.9.2"
23-
schemars = "0.8.15"
23+
schemars = "0.8.16"
2424
sec1 = "0.7.3"
2525
serde.workspace = true
2626
serde_json.workspace = true

crates/policy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ anyhow.workspace = true
1212
opa-wasm = { git = "https://github.com/matrix-org/rust-opa-wasm.git" }
1313
serde.workspace = true
1414
serde_json.workspace = true
15-
schemars = {version = "0.8.15", optional = true }
15+
schemars = {version = "0.8.16", optional = true }
1616
thiserror.workspace = true
1717
tokio = { version = "1.34.0", features = ["io-util", "rt"] }
1818
tracing.workspace = true

0 commit comments

Comments
 (0)