Skip to content

Commit 5e61d81

Browse files
committed
run cargo upgrade
1 parent 4a24044 commit 5e61d81

5 files changed

Lines changed: 51 additions & 49 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@ incremental = false
124124
opt-level = 0
125125

126126
[workspace.dependencies]
127-
actix-rt = "2.10"
128-
actix-server = { version = "2.5", default-features = false }
129-
actix-web = { version = "4.10", default-features = false }
127+
actix-rt = "2.11"
128+
actix-server = { version = "2.6", default-features = false }
129+
actix-web = { version = "4.12", default-features = false }
130130
async-trait = "0.1"
131131
base64 = "0.22"
132-
bitflags = "2.9"
132+
bitflags = "2.10"
133133
chrono = "0.4"
134134
clap = { version = "4.5", default-features = false }
135135
cosmian_config_utils = "0.3.1"
@@ -145,7 +145,7 @@ leb128 = "0.2"
145145
libloading = "0.8"
146146
lru = "0.12"
147147
native-tls = { version = "0.2", default-features = false }
148-
num_cpus = "1.16"
148+
num_cpus = "1.17"
149149
num-format = "0.4"
150150
num-traits = "0.2"
151151
num-bigint-dig = { version = "0.8", default-features = false }
@@ -166,11 +166,11 @@ strum_macros = { version = "0.27", default-features = false }
166166
thiserror = "2.0"
167167
time = "0.3"
168168
tiny-keccak = "2.0"
169-
tempfile = "3.19"
170-
tokio = { version = "1.44", default-features = false }
169+
tempfile = "3.23"
170+
tokio = { version = "1.48", default-features = false }
171171
tracing = "0.1"
172172
url = "2.5"
173-
uuid = "=1.11.1"
173+
uuid = "=1.19.0"
174174
x509-cert = { version = "0.2", default-features = false }
175175
x509-parser = "0.17"
176176
zeroize = { version = "1.8", default-features = false }

crate/cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ zeroize = { workspace = true }
6969
sha2 = { workspace = true }
7070

7171
[dev-dependencies]
72-
assert_cmd = "2.0"
72+
assert_cmd = "2.1"
7373
openssl = { workspace = true }
74-
serial_test = "3.0"
75-
tempfile = "3.19"
74+
serial_test = "3.2"
75+
tempfile = "3.23"
7676
test_kms_server = { path = "../test_kms_server" }
7777
x509-parser = { workspace = true, features = ["verify"] }

crate/server/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ interop = ["cosmian_kms_server_database/interop"]
5050

5151
[dependencies]
5252
actix-cors = "0.6"
53-
actix-files = "0.6.6"
53+
actix-files = "0.6.9"
5454
actix-identity = "0.6"
5555
actix-rt = { workspace = true }
5656
actix-session = { version = "0.8", features = ["cookie-session"] }
57-
actix-tls = "3.4"
57+
actix-tls = "3.5"
5858
actix-web = { workspace = true, features = ["macros", "openssl"] }
5959
alcoholic_jwt = "4091"
6060
async-recursion = "1.1"
@@ -114,14 +114,14 @@ x509-parser = { workspace = true }
114114
zeroize = { workspace = true }
115115

116116
[dev-dependencies]
117-
actix-http = "3.10"
117+
actix-http = "3.11"
118118
cosmian_kms_client_utils = { path = "../client_utils", version = "5.14.0" }
119119
cosmian_kms_interfaces = { path = "../interfaces", version = "5.14.0" }
120120
native-tls = { workspace = true }
121121
pem = { workspace = true }
122122

123123
[build-dependencies]
124-
actix-http = "3.10"
124+
actix-http = "3.11"
125125
time = { workspace = true, features = ["local-offset", "formatting"] }
126126
sha2 = { workspace = true }
127127

crate/wasm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ default = ["getrandom/js"]
2828
base64 = { workspace = true }
2929
cosmian_kms_client_utils = { path = "../client_utils", version = "5.14.0" }
3030
getrandom = { version = "0.2", features = ["js"], optional = true }
31-
js-sys = "0.3.77"
31+
js-sys = "0.3.83"
3232
pem = { workspace = true }
3333
serde = { workspace = true }
3434
serde-wasm-bindgen = "0.6.5"
3535
serde_json = { workspace = true }
36-
wasm-bindgen = "0.2.100"
36+
wasm-bindgen = "0.2.106"
3737
console_error_panic_hook = "0.1"
3838
x509-cert = { workspace = true, features = ["pem"] }
3939
zeroize = { workspace = true }

0 commit comments

Comments
 (0)