Skip to content
Merged
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
110 changes: 15 additions & 95 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ tracing-subscriber = "0.3"
tryhard = "0.5.2"
url = { version = "2.5.8", features = ["serde"] }
uuid = { version = "1.19.0", default-features = false, features = ["v4"] }
xdp = "0.7.1"
xdp = "0.8.0"

# Corrosion libraries. The libraries that corrosion transitively depends on that
# we also need to depend on should be kept in line with the versions used by corrosion
Expand Down
5 changes: 4 additions & 1 deletion about.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,13 @@ accepted = ["BSL-1.0"]
[enquote]
accepted = ["Unlicense"]

[minicbor]
accepted = ["BlueOak-1.0.0"]

[webpki.clarify]
license = "ISC AND Apache-2.0 AND BSD-3-Clause"
files = [
{ path = "LICENSE", checksum = "5b698ca13897be3afdb7174256fa1574f8c6892b8bea1a66dd6469d3fe27885a", license = "ISC" },
{ path = "third-party/bettertls/LICENSE", checksum = "0cec06e0e55fbc3dc5cee4fca9b607f66cb8f4e4dbcf3b3c013594dd156732e9", license = "Apache-2.0" },
{ path = "third-party/chromium/LICENSE", checksum = "845022e0c1db1abb41a6ba4cd3c4b674ec290f3359d9d3c78ae558d4c0ed9308", license = "BSD-3-Clause" },
]
]
4 changes: 0 additions & 4 deletions crates/xdp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ aya = { git = "https://github.com/aya-rs/aya", rev = "2453204" }
# Allows forwarding trace messages from eBPF programs to a global logger, note we use a git dependency here as aya has
# updated many dependencies but has not made a release in over half a year
aya-log = { git = "https://github.com/aya-rs/aya", rev = "2453204" }
# Used to query/set NIC queue channels (`ethtool -l`/`-L`) via netlink
ethtool.workspace = true
futures.workspace = true
libc.workspace = true
tokio.workspace = true

[target.'cfg(target_os = "linux")'.dev-dependencies]
# Validates the committed eBPF object, must be the same revision as `aya`
Expand Down
Loading
Loading