Skip to content

Commit 710f770

Browse files
authored
chore: Bump dependencies
1 parent c64e87e commit 710f770

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

jsonschema/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,26 +41,26 @@ anyhow = "1.0"
4141
base64 = "0.21"
4242
bytecount = { version = "0.6", features = ["runtime-dispatch-simd"] }
4343
clap = { version = "4.0", features = ["derive"], optional = true }
44-
fancy-regex = "0.11"
45-
fraction = { version = "0.13", default-features = false, features = [
44+
fancy-regex = "0.13"
45+
fraction = { version = "0.15", default-features = false, features = [
4646
"with-bigint",
4747
] }
4848
iso8601 = "0.6"
4949
itoa = "1"
50-
memchr = "2.5"
50+
memchr = "2.7"
5151
num-cmp = "0.1"
52-
once_cell = "1.17"
52+
once_cell = "1.19"
5353
parking_lot = "0.12"
54-
percent-encoding = "2.1"
55-
regex = "1.6"
54+
percent-encoding = "2.3"
55+
regex = "1.10"
5656
reqwest = { version = "0.11", features = [
5757
"blocking",
5858
"json",
5959
], default-features = false, optional = true }
6060
serde = { version = "1.0", features = ["derive"] }
6161
serde_json = "1.0"
6262
time = { version = "0.3", features = ["parsing", "macros"] }
63-
url = "2.2"
63+
url = "2.5"
6464
uuid = "1"
6565

6666
[target.'cfg(target_arch = "wasm32")'.dependencies]

0 commit comments

Comments
 (0)