Skip to content

Commit a69d4f4

Browse files
committed
bump libs
1 parent fb78e26 commit a69d4f4

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

Cargo.toml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,35 +44,36 @@ build = "build.rs"
4444

4545
[dependencies]
4646
base64 = "0.22.1"
47-
chrono = "0.4.39"
47+
chrono = "0.4.40"
4848
jsonschema = { version = "0.29", features = ["resolve-http", "resolve-file"] }
49-
log = "0.4.25"
50-
pem = "3.0.4"
49+
log = "0.4.27"
50+
pem = "3.0.5"
5151
rand = "0.9.0"
52-
rsa = { version= "0.9.7", features= ["sha2", "pem"]}
52+
rsa = { version= "0.9.8", features= ["sha2", "pem"]}
5353
serde = { version = "1.0", features = ["derive"] }
5454
serde_json = "1.0"
5555
signature = "2.2.0"
5656
url = "2.5.4"
5757
sha2 = "0.10.8"
5858
phf = { version = "0.11.3", features = ["macros"] }
59-
strum = "0.27.0"
59+
strum = "0.27.1"
6060
strum_macros = "0.27.0"
6161
secrecy = "0.10.3"
6262
aes-gcm = "0.10.3"
63-
clap = "4.5.29"
63+
clap = "4.5.35"
6464
regex = "1.11.1"
6565
mime_guess = "2.0.5"
66-
flate2 = "1.0.35"
66+
flate2 = "1.1.1"
6767
encoding_rs = "0.8.35"
6868
difference = "2.0.0"
6969
rpassword = "7.3.1"
7070
validator = "0.20.0"
71-
uuid = { version = "1.13.1", features = ["v4", "v7", "js"] }
72-
env_logger = "0.11.6"
71+
uuid = { version = "1.16.0", features = ["v4", "v7", "js"] }
72+
env_logger = "0.11.8"
7373
futures-util = "0.3.31"
74-
referencing = "0.29.0"
74+
referencing = "0.29.1"
7575
futures-executor = "0.3.31"
76+
# libp2p = "0.55.0"
7677
# [target.'cfg(target_os = "macos")'.dependencies]
7778
# pqcrypto-mldsa = { version = "0.1", default-features = false, features = ["serialization"] }
7879

@@ -83,7 +84,7 @@ futures-executor = "0.3.31"
8384
[dev-dependencies]
8485
color-eyre = "0.6"
8586
criterion = "0.5.1"
86-
mdbook = "0.4.44"
87+
mdbook = "0.4.48"
8788

8889

8990
[lib]
@@ -96,7 +97,7 @@ pqcrypto-traits = "0.3.5"
9697
ring = "0.17.9"
9798
reqwest = { version ="0.12.12", features = ["blocking", "json"] }
9899
walkdir = "2.5.0"
99-
object_store = { version ="0.11.2", features = ["serde","serde_json", "aws", "http"] }
100+
object_store = { version ="0.12.0", features = ["serde","serde_json", "aws", "http"] }
100101

101102
[target.'cfg(target_arch = "wasm32")'.dependencies]
102103
wasm-bindgen = "0.2.100"

0 commit comments

Comments
 (0)