Skip to content

Commit 9feb343

Browse files
committed
chore: update dependency
1 parent 5b66ace commit 9feb343

2 files changed

Lines changed: 33 additions & 29 deletions

File tree

wasm_core/Cargo.lock

Lines changed: 29 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wasm_core/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ urlencoding = "2"
2727
ascii85 = "0.2"
2828
qrcode = { version = "0.14", features = ["image", "svg"] }
2929
image = { version = "0.25", default-features = false, features = ["png", "jpeg", "webp", "avif"] }
30-
rqrr = "0.7"
30+
rqrr = "0.10"
3131
data-encoding = "2"
3232
hex = "0.4"
3333
crc = "3"
@@ -51,13 +51,13 @@ password-hash = "0.5"
5151
ssh-key = { version = "0.6", features = ["ed25519", "rsa", "rand_core"] }
5252
rand_core = "0.6"
5353
x509-parser = "0.16"
54-
time = { version = "0.3", features = ["formatting"] }
54+
time = { version = "0.3.47", features = ["formatting"] }
5555
aes-gcm = { version = "0.10", features = ["std"] }
5656
chacha20poly1305 = { version = "0.10", features = ["std"] }
57-
arrow2 = { version = "0.17", default-features = false, features = ["io_csv", "io_json", "io_ipc", "io_parquet", "io_avro"] }
57+
arrow2 = { version = "0.18", default-features = false, features = ["io_csv", "io_json", "io_ipc", "io_parquet", "io_avro"] }
5858
csv = "1"
5959
avro-schema = "0.3"
60-
parquet2 = { version = "0.17", default-features = false }
60+
parquet2 = { version = "0.17.2", default-features = false }
6161
apache-avro = { version = "0.21", default-features = false }
6262
figlet-rs = "0.1"
6363
font8x8 = "0.3"

0 commit comments

Comments
 (0)