Skip to content

Commit 2368dc6

Browse files
Bump the all-updates group across 1 directory with 8 updates
Bumps the all-updates group with 7 updates in the /core directory: | Package | From | To | | --- | --- | --- | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.41` | `0.1.44` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.20` | `0.3.22` | | [aya-ebpf](https://github.com/aya-rs/aya) | ``948b855`` | ``3b28447`` | | [which](https://github.com/harryfei/which-rs) | `7.0.3` | `8.0.0` | | [bytes](https://github.com/tokio-rs/bytes) | `1.10.1` | `1.11.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.177` | `0.2.178` | | [k8s-openapi](https://github.com/Arnavion/k8s-openapi) | `0.26.0` | `0.26.1` | Updates `tracing` from 0.1.41 to 0.1.44 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.41...tracing-0.1.44) Updates `tracing-subscriber` from 0.3.20 to 0.3.22 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.20...tracing-subscriber-0.3.22) Updates `aya-ebpf` from `948b855` to `3b28447` - [Release notes](https://github.com/aya-rs/aya/releases) - [Commits](aya-rs/aya@948b855...3b28447) Updates `aya-log-ebpf` from `948b855` to `3b28447` - [Release notes](https://github.com/aya-rs/aya/releases) - [Commits](aya-rs/aya@948b855...3b28447) Updates `which` from 7.0.3 to 8.0.0 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](harryfei/which-rs@7.0.3...8.0.0) Updates `bytes` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.10.1...v1.11.0) Updates `libc` from 0.2.177 to 0.2.178 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.178/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.177...0.2.178) Updates `k8s-openapi` from 0.26.0 to 0.26.1 - [Release notes](https://github.com/Arnavion/k8s-openapi/releases) - [Changelog](https://github.com/Arnavion/k8s-openapi/blob/master/CHANGELOG.md) - [Commits](Arnavion/k8s-openapi@v0.26.0...v0.26.1) --- updated-dependencies: - dependency-name: tracing dependency-version: 0.1.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: tracing-subscriber dependency-version: 0.3.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: aya-ebpf dependency-version: 3b28447573eca75420a3cfc9198735f5876e37da dependency-type: direct:production dependency-group: all-updates - dependency-name: aya-log-ebpf dependency-version: 3b28447573eca75420a3cfc9198735f5876e37da dependency-type: direct:production dependency-group: all-updates - dependency-name: which dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-updates - dependency-name: bytes dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: libc dependency-version: 0.2.178 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: k8s-openapi dependency-version: 0.26.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60e3941 commit 2368dc6

File tree

6 files changed

+51
-69
lines changed

6 files changed

+51
-69
lines changed

core/Cargo.lock

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

core/api/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ prost = "0.14.1"
2121
tokio = { version = "1.47.0", features = ["full"] }
2222
tonic = "0.14.0"
2323
tonic-prost = "0.14.0"
24-
tracing = "0.1.41"
24+
tracing = "0.1.44"
2525
aya = "0.13.1"
2626
cortexbrain-common = { path = "../common" }
2727
tonic-reflection = "0.14.0"
2828
tonic-build = "0.14.0"
29-
tracing-subscriber = "0.3.19"
29+
tracing-subscriber = "0.3.22"
3030
tokio-stream = "0.1.17"
3131
bytemuck = {version ="1.23.0"}
3232
bytemuck_derive = "1.10.1"

core/src/components/conntracker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aya-ebpf = { git = "https://github.com/aya-rs/aya" }
99
aya-log-ebpf = { git = "https://github.com/aya-rs/aya" }
1010

1111
[build-dependencies]
12-
which = { version = "7.0.0", default-features = false }
12+
which = { version = "8.0.0", default-features = false }
1313

1414
[[bin]]
1515
name = "conntracker"

core/src/components/identity/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ experimental = ["map-handlers", "struct", "enums"]
1919

2020
[dependencies]
2121
aya = "0.13.1"
22-
bytes = "1.4"
22+
bytes = "1.11"
2323
tokio = { version = "1.48.0", features = [
2424
"rt",
2525
"rt-multi-thread",
@@ -29,12 +29,12 @@ tokio = { version = "1.48.0", features = [
2929
"macros",
3030
] }
3131
anyhow = "1.0"
32-
tracing = "0.1.41"
33-
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
34-
libc = "0.2.172"
32+
tracing = "0.1.44"
33+
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
34+
libc = "0.2.178"
3535
bytemuck = { version = "1.23.0", features = ["derive"] }
3636
bytemuck_derive = "1.10.1"
3737
cortexbrain-common = { path = "../../../common" }
3838
nix = { version = "0.30.1", features = ["net"] }
3939
kube = { version = "2.0.1", features = ["client"] }
40-
k8s-openapi = { version = "0.26.0", features = ["v1_34"] }
40+
k8s-openapi = { version = "0.26.1", features = ["v1_34"] }

core/src/components/metrics/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ edition = "2024"
66
[dependencies]
77
aya = "0.13.1"
88
aya-log = "0.2.1"
9-
bytes = "1.4"
9+
bytes = "1.11"
1010
tokio = { version = "1.48.0", features = ["rt","macros","time","fs","signal","rt-multi-thread"] }
1111
anyhow = "1.0"
12-
tracing = "0.1.41"
13-
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
14-
libc = "0.2.172"
12+
tracing = "0.1.44"
13+
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
14+
libc = "0.2.178"
1515
bytemuck = "1.23.0"
1616
cortexbrain-common = { path = "../../../common" }
1717
nix ={version="0.30.1",features=["net"]}

core/src/components/metrics_tracer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aya-log-ebpf = { git = "https://github.com/aya-rs/aya" }
99
bytemuck = {version ="1.23.0",features = ["derive"]}
1010

1111
[build-dependencies]
12-
which = { version = "7.0.0", default-features = false }
12+
which = { version = "8.0.0", default-features = false }
1313

1414
[[bin]]
1515
name = "metrics_tracer"

0 commit comments

Comments
 (0)