chore: Bump dependencies

This commit is contained in:
Joel Natividad 2024-03-02 18:21:12 -05:00 committed by GitHub
parent c64e87eebd
commit 710f7700f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 7 deletions

View File

@ -41,18 +41,18 @@ anyhow = "1.0"
base64 = "0.21"
bytecount = { version = "0.6", features = ["runtime-dispatch-simd"] }
clap = { version = "4.0", features = ["derive"], optional = true }
fancy-regex = "0.11"
fraction = { version = "0.13", default-features = false, features = [
fancy-regex = "0.13"
fraction = { version = "0.15", default-features = false, features = [
"with-bigint",
] }
iso8601 = "0.6"
itoa = "1"
memchr = "2.5"
memchr = "2.7"
num-cmp = "0.1"
once_cell = "1.17"
once_cell = "1.19"
parking_lot = "0.12"
percent-encoding = "2.1"
regex = "1.6"
percent-encoding = "2.3"
regex = "1.10"
reqwest = { version = "0.11", features = [
"blocking",
"json",
@ -60,7 +60,7 @@ reqwest = { version = "0.11", features = [
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
time = { version = "0.3", features = ["parsing", "macros"] }
url = "2.2"
url = "2.5"
uuid = "1"
[target.'cfg(target_arch = "wasm32")'.dependencies]