Skip to content

Commit 81f043d

Browse files
fix(deps): update rust dependencies
1 parent 7a2bd05 commit 81f043d

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ clap = { version = "4.5", features = ["cargo", "env"] }
1010
clap-documentation = "0.1.0"
1111
futures = "0.3"
1212
hex = "0.4"
13-
itertools = "0.14.0"
13+
itertools = "0.15.0"
1414
k8s-openapi = { version = "0.28.0", default-features = false, features = [
1515
"v1_33",
1616
] }

crates/kwctl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ sha2 = { workspace = true }
6464
tempfile = { workspace = true }
6565
testcontainers = { version = "0.27", features = ["blocking"] }
6666
tower-test = "0.4"
67-
wasm-encoder = "0.251"
67+
wasm-encoder = "0.252"
6868

6969

7070
[features]

crates/policy-evaluator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ url = { workspace = true }
5252
validator = { version = "0.20", features = ["derive"] }
5353
wapc = "2.1"
5454
wasi-common = { workspace = true }
55-
wasmparser = "0.251"
55+
wasmparser = "0.252"
5656
wasmtime-provider = { version = "2.21.0", features = ["cache"] }
5757
wasmtime-wasi = { workspace = true }
5858
webpki-roots = "1"

crates/policy-server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ sha2 = { workspace = true }
5252
sigstore_protobuf_specs = "0.5"
5353
thiserror = { workspace = true }
5454
tikv-jemalloc-ctl = "0.6"
55-
tikv-jemallocator = { version = "0.6", features = [
55+
tikv-jemallocator = { version = "0.7", features = [
5656
"profiling",
5757
"unprefixed_malloc_on_supported_platforms",
5858
] }
5959
tokio = { workspace = true }
60-
tower-http = { version = "0.6.8", features = ["trace"] }
60+
tower-http = { version = "0.7.0", features = ["trace"] }
6161
tracing = { workspace = true }
6262
tracing-opentelemetry = "0.33.0"
6363
tracing-subscriber = { version = "0.3", features = ["ansi", "fmt", "json"] }

0 commit comments

Comments
 (0)