Skip to content

Commit e58e8b6

Browse files
committed
chore: Update dependencies
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 067bbf0 commit e58e8b6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
- Extend email validation. [#471](https://github.com/Stranger6667/jsonschema-rs/issues/471)
88
- **BREAKING**: Custom retrievers now receive `&Uri<&str>` instead of `&UriRef<&str>`
9+
- Bump `once_cell` to `1.20`.
10+
- Bump `regex` to `1.11`.
911

1012
### Fixed
1113

crates/jsonschema/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ fraction = { version = "0.15", default-features = false, features = [
3535
idna = "1.0.2"
3636
itoa = "1"
3737
num-cmp = "0.1"
38-
once_cell = "1.19"
38+
once_cell = "1.20.1"
3939
percent-encoding = "2.3"
40-
regex = "1.10"
40+
regex = "1.11"
4141
reqwest = { version = "0.12", features = [
4242
"blocking",
4343
"json",
@@ -55,7 +55,7 @@ getrandom = { version = "0.2", features = ["js"] }
5555
benchmark = { path = "../benchmark/" }
5656
codspeed-criterion-compat = "2.7"
5757
criterion = { version = "0.5", default-features = false }
58-
mockito = "1.1"
58+
mockito = "1.5"
5959
testsuite = { package = "jsonschema-testsuite", path = "../jsonschema-testsuite" }
6060
test-case = "3"
6161
tempfile = "3.13.0"

0 commit comments

Comments
 (0)