Skip to content

Commit 941452c

Browse files
chore(deps): bump the jsonschema group with 2 updates
Updates the requirements on [jsonschema](https://github.com/Stranger6667/jsonschema) and [referencing](https://github.com/Stranger6667/jsonschema) to permit the latest version. Updates `jsonschema` to 0.41.0 - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](Stranger6667/jsonschema@rust-v0.40.0...rust-v0.41.0) Updates `referencing` to 0.41.0 - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](Stranger6667/jsonschema@rust-v0.40.0...rust-v0.41.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.41.0 dependency-type: direct:production dependency-group: jsonschema - dependency-name: referencing dependency-version: 0.41.0 dependency-type: direct:production dependency-group: jsonschema ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3087a34 commit 941452c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ geojson = "0.24.1"
6666
getrandom = { version = "0.4.0", features = ["wasm_js"] }
6767
http = "1.1"
6868
indexmap = { version = "2.10.0", features = ["serde"] }
69-
jsonschema = { version = "0.40.0", default-features = false, features = [
69+
jsonschema = { version = "0.41.0", default-features = false, features = [
7070
"resolve-async",
7171
] }
7272
libduckdb-sys = "1.3.0"
@@ -77,7 +77,7 @@ object_store = "0.12.0"
7777
parquet = { version = "56.0.0" }
7878
quote = "1.0"
7979
reqwest = { version = "0.13.1", features = ["query"] }
80-
referencing = { version = "0.40.0", features = ["retrieve-async"] }
80+
referencing = { version = "0.41.0", features = ["retrieve-async"] }
8181
rstest = "0.26.1"
8282
rustls = "0.23.22"
8383
serde = "1.0"

0 commit comments

Comments
 (0)