Skip to content

Commit

Permalink
fix: remove deprecated import with newer lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Sep 10, 2024
1 parent be6c1d5 commit 514a897
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
54 changes: 27 additions & 27 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 zenoh-plugin-ros2dds/src/discovered_entities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use std::{
};

use zenoh::{
bytes::{Encoding, EncodingBuilderTrait, ZBytes},
bytes::{Encoding, ZBytes},
key_expr::{
format::{kedefine, keformat},
keyexpr, OwnedKeyExpr,
Expand Down
2 changes: 1 addition & 1 deletion zenoh-plugin-ros2dds/src/routes_mgr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use cyclors::{
};
use serde::{Deserialize, Serialize};
use zenoh::{
bytes::{Encoding, EncodingBuilderTrait, ZBytes},
bytes::{Encoding, ZBytes},
internal::zread,
key_expr::{keyexpr, OwnedKeyExpr},
query::Query,
Expand Down

0 comments on commit 514a897

Please sign in to comment.