Skip to content
Open
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
2 changes: 1 addition & 1 deletion lang/rs/apis/cne/examples/loopback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "BSD-3-Clause"
[dependencies]
cndp-cne = { path = "../.." }
core_affinity = "0.5.10"
crossbeam-channel = "0.5.15"
crossbeam-channel = "0.5.16"
clap = "3.2.25"
ctrlc = "3.5.2"
etherparse = "0.10.1"
Expand Down
4 changes: 2 additions & 2 deletions lang/rs/bindings/cne-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name = "cne_sys"

[build-dependencies]
bindgen = "^0.59"
cc = "^1.2.61"
cc = "^1.4.0"
pkg-config = "^0.3"
os_info = "^3.14.0"
os_info = "^3.15.0"
shellexpand = "^2.1"
2 changes: 1 addition & 1 deletion lang/rs/examples/echo_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
# cndp-cne package is in cndp repo.
# Cargo will crawl the entire cndp repo looking for cndp-cne package.
cndp-cne = {git = "https://github.com/CloudNativeDataPlane/cndp", branch = "main" }
crossbeam-channel = "0.5.15"
crossbeam-channel = "0.5.16"
clap = "3.2.25"
ctrlc = "3.5.2"
env_logger = "0.9.3"
Expand Down
2 changes: 1 addition & 1 deletion lang/rs/examples/fwd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
# cndp-cne package is in cndp repo.
# Cargo will crawl the entire cndp repo looking for cndp-cne package.
cndp-cne = {git = "https://github.com/CloudNativeDataPlane/cndp", branch = "main" }
crossbeam-channel = "0.5.15"
crossbeam-channel = "0.5.16"
clap = { version = "3.2.25", features = ["derive"] }
ctrlc = "3.5.2"
etherparse = "0.10.1"
Expand Down