Skip to content

Commit 6c85709

Browse files
committed
build: bump jsonschema version
1 parent bc695c6 commit 6c85709

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

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/auths-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ bs58 = "0.5.1"
5454
git2.workspace = true
5555
dirs = "6.0.0"
5656
chrono = "0.4.40"
57-
jsonschema = { version = "0.42.2", default-features = false }
57+
jsonschema = { version = "0.45.0", default-features = false }
5858
rpassword = "7.3.1"
5959
log = "0.4.27"
6060
serde = { version = "1.0", features = ["derive"] }

crates/auths-id/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dirs = { version = "6.0.0", optional = true }
3232
git2 = { workspace = true, optional = true }
3333
hex = { version = "0.4.3", features = ["serde"] }
3434
json-canon.workspace = true
35-
jsonschema = { version = "0.42.2", default-features = false }
35+
jsonschema = { version = "0.45.0", default-features = false }
3636
log = "0.4.27"
3737
multibase = "0.9.1"
3838
pkcs8 = "0.10"

crates/xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ anyhow = "1"
1212
auths-telemetry.workspace = true
1313
auths-verifier = { workspace = true, features = ["schema"] }
1414
auths-keri = { path = "../auths-keri", features = ["schema"] }
15-
jsonschema = "0.42"
15+
jsonschema = "0.45.0"
1616
schemars.workspace = true
1717
serde_json = "1"
1818
base64.workspace = true

0 commit comments

Comments
 (0)