Skip to content

Commit

Permalink
remove solana-sdk from solana-net-utils (#3843)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey authored Dec 3, 2024
1 parent 5c0f173 commit 343474b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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 net-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde = { workspace = true }
serde_derive = { workspace = true }
socket2 = { workspace = true }
solana-logger = { workspace = true, optional = true }
solana-sdk = { workspace = true }
solana-serde = { workspace = true }
solana-version = { workspace = true, optional = true }
tokio = { workspace = true, features = ["full"] }
url = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion net-utils/src/ip_echo_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use {
crate::{bind_to_unspecified, HEADER_LENGTH, IP_ECHO_SERVER_RESPONSE_LENGTH},
log::*,
serde_derive::{Deserialize, Serialize},
solana_sdk::deserialize_utils::default_on_eof,
solana_serde::default_on_eof,
std::{
io,
net::{IpAddr, SocketAddr},
Expand Down
2 changes: 1 addition & 1 deletion programs/sbf/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 svm/examples/Cargo.lock

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

0 comments on commit 343474b

Please sign in to comment.