Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
304 changes: 91 additions & 213 deletions core/Cargo.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,27 @@ members = [

[dependencies]
actix-web = "4.9.0"
clap = "4.5.21"
reqwest = { version = "0.12.9", features = ["json"] }
clap = "4.5.45"
reqwest = { version = "0.12.23", features = ["json"] }
tokio = { version = "1", features = ["full"] }
tracing = "0.1.40"
futures = "0.3.31"
anyhow = "1.0.93"
anyhow = "1.0.99"
schemas = "0.4.0"
yaml-rust2 = "0.10.3"
kube = { version = "1.1.0", features = ["runtime", "derive", "ws"] }
k8s-openapi = { version = "0.25.0", features = ["latest"] }
serde_json = "1.0.133"
tokio-util = { version = "0.7.8", features = ["io"] }
serde_json = "1.0.142"
tokio-util = { version = "0.7.16", features = ["io"] }
tokio-stream = { version = "0.1.9", features = ["net"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
serde = { version = "1.0", features = ["derive"] }
hyper-util = "0.1.10"
hyper-util = "0.1.16"
tower = "0.5.1"
ipnet = "2.10.1"
iptables = "0.5.2"
iptables = "0.6.0"
itertools = "0.14.0"
libc = "0.2.164"
libc = "0.2.175"
libloading = "0.8.5"
libp2p = "0.56.0"
serde_yaml = "0.9.34"
Expand Down
14 changes: 7 additions & 7 deletions core/src/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@ edition = "2021"

[dependencies]
actix-web = "4.9.0"
clap = "4.5.21"
clap = "4.5.45"
tokio = { version = "1", features = ["full"] }
tracing = "0.1.40"
futures = "0.3.31"
anyhow = "1.0.93"
anyhow = "1.0.99"
schemas = "0.4.0"
yaml-rust2 = "0.10.3"
kube = { version = "1.1.0", features = ["runtime", "derive", "ws"]}
k8s-openapi = { version = "0.25.0", features = ["latest"] }
serde_json = "1.0.133"
tokio-util = { version = "0.7.8", features = ["io"] }
serde_json = "1.0.142"
tokio-util = { version = "0.7.16", features = ["io"] }
tokio-stream = { version = "0.1.9", features = ["net"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
serde = { version = "1.0", features = ["derive"] }
hyper-util = "0.1.10"
hyper-util = "0.1.16"
tower = "0.5.1"
ipnet = "2.10.1"
iptables = "0.5.2"
iptables = "0.6.0"
itertools = "0.14.0"
libc = "0.2.164"
libc = "0.2.175"
libloading = "0.8.5"
libp2p = "0.56.0"
serde_yaml = "0.9.34"
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/conntracker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
aya-ebpf = { git = "https://github.com/aya-rs/aya" }
aya-log-ebpf = { git = "https://github.com/aya-rs/aya" }
bytemuck = {version ="1.23.0",features = ["derive"]}
bytemuck = {version ="1.23.2",features = ["derive"]}
network-types = "0.0.8"

[build-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions core/src/components/identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tokio = { version = "1", features = ["full"] }
anyhow = "1.0"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
libc = "0.2.172"
bytemuck = "1.23.0"
libc = "0.2.175"
bytemuck = "1.23.2"
nix ={version="0.30.1",features=["net"]}

14 changes: 7 additions & 7 deletions core/src/components/kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@ edition = "2024"

[dependencies]
actix-web = "4.9.0"
clap = "4.5.21"
clap = "4.5.45"
tokio = { version = "1", features = ["full"] }
tracing = "0.1.40"
futures = "0.3.31"
anyhow = "1.0.93"
anyhow = "1.0.99"
schemas = "0.4.0"
yaml-rust2 = "0.10.3"
kube = { version = "1.1.0", features = ["runtime", "derive", "ws"]}
k8s-openapi = { version = "0.25.0", features = ["latest"] }
serde_json = "1.0.133"
tokio-util = { version = "0.7.8", features = ["io"] }
serde_json = "1.0.142"
tokio-util = { version = "0.7.16", features = ["io"] }
tokio-stream = { version = "0.1.9", features = ["net"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
serde = { version = "1.0", features = ["derive"] }
hyper-util = "0.1.10"
hyper-util = "0.1.16"
tower = "0.5.1"
ipnet = "2.10.1"
iptables = "0.5.2"
iptables = "0.6.0"
itertools = "0.14.0"
libc = "0.2.164"
libc = "0.2.175"
libloading = "0.8.5"
libp2p = "0.56.0"
serde_yaml = "0.9.34"
Expand Down
10 changes: 5 additions & 5 deletions core/src/components/loadbalancer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.99"
aya = "0.13.1"
aya-log = "0.2.1"
log = "0.4.27"
tokio = { version = "1.44.2", features = ["full"] }
tokio = { version = "1.47.1", features = ["full"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
bytemuck = {version ="1.23.0",features = ["derive"]}
bytemuck = {version ="1.23.2",features = ["derive"]}
serde = "1.0.219"
serde_json = "1.0.140"
serde_json = "1.0.142"
prometheus = "0.14.0"
lazy_static = "1.5.0"
kube = "1.1.0"
base64 = "0.22.1"
k8s-openapi = { version = "0.25.0", features = ["v1_32"] }
warp = "0.3.7"
warp = "0.4.1"
kube-runtime = "1.1.0"

[dependencies.shared]
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/maps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ path = "src/lib.rs"
[dependencies]
aya-ebpf = { git = "https://github.com/aya-rs/aya" }
aya-log-ebpf = { git = "https://github.com/aya-rs/aya" }
bytemuck = {version ="1.23.0",features = ["derive"]}
bytemuck = {version ="1.23.2",features = ["derive"]}
network-types = "0.0.8"

[build-dependencies]
Expand Down
12 changes: 6 additions & 6 deletions core/src/components/proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ version = "0.1.0"
edition = "2024"

[dependencies]
anyhow = "1.0.95"
anyhow = "1.0.99"
base64 = "0.22.1"
dashmap = "6.1.0"
hyper = "1.6.0"
hyper = "1.7.0"
k8s-openapi = "0.25.0"
kube = "1.1.0"
kube-runtime = "1.1.0"
lazy_static = "1.5.0"
prometheus = "0.14.0"
serde = "1.0.219"
serde_json = "1.0.140"
tokio = "1.43.0"
serde_json = "1.0.142"
tokio = "1.47.1"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
warp = "0.3.7"
warp = "0.4.1"
time = "=0.3.41"
aya-ebpf = { git = "https://github.com/aya-rs/aya" }
aya-log-ebpf = { git = "https://github.com/aya-rs/aya" }
bytemuck = "1.22.0"
bytemuck = "1.23.2"
aya = "0.13.1"
once_cell = { version = "1.20.3" }

Expand Down
2 changes: 1 addition & 1 deletion core/src/components/xdp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ path = "src/lib.rs"
maps ={ path = "../maps"}
aya-ebpf = { git = "https://github.com/aya-rs/aya" }
aya-log-ebpf = { git = "https://github.com/aya-rs/aya" }
bytemuck = {version ="1.23.0",features = ["derive"]}
bytemuck = {version ="1.23.2",features = ["derive"]}
network-types = "0.0.8"

[build-dependencies]
Expand Down
14 changes: 7 additions & 7 deletions core/src/shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@ edition = "2021"

[dependencies]
actix-web = "4.9.0"
clap = "4.5.21"
clap = "4.5.45"
tokio = { version = "1", features = ["full"] }
tracing = "0.1.40"
futures = "0.3.31"
anyhow = "1.0.93"
anyhow = "1.0.99"
schemas = "0.4.0"
yaml-rust2 = "0.10.3"
kube = { version = "1.1.0", features = ["runtime", "derive", "ws"]}
k8s-openapi = { version = "0.25.0", features = ["v1_32"] }
serde_json = "1.0.133"
tokio-util = { version = "0.7.8", features = ["io"] }
serde_json = "1.0.142"
tokio-util = { version = "0.7.16", features = ["io"] }
tokio-stream = { version = "0.1.9", features = ["net"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
serde = { version = "1.0", features = ["derive"] }
hyper-util = "0.1.10"
hyper-util = "0.1.16"
tower = "0.5.1"
ipnet = "2.10.1"
iptables = "0.5.2"
iptables = "0.6.0"
itertools = "0.14.0"
libc = "0.2.164"
libc = "0.2.175"
libloading = "0.8.5"
libp2p = "0.56.0"
serde_yaml = "0.9.34"
Expand Down
4 changes: 2 additions & 2 deletions core/xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2024"

[dependencies]
clap = { version = "4.5.38", features = ["derive"] }
clap = { version = "4.5.45", features = ["derive"] }
aya-tool = { git = "https://github.com/aya-rs/aya" }
anyhow = "1.0.98"
anyhow = "1.0.99"