⬆️ Un-pin and fix dependencies.
This commit is contained in:
parent
6d32b4c247
commit
d3b16fda4d
2 changed files with 6 additions and 7 deletions
|
|
@ -5,9 +5,9 @@ edition = "2021"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "1.3.2"
|
bitflags = "1.3"
|
||||||
derive_builder = "0.10.2"
|
derive_builder = "0.11"
|
||||||
procfs = { version = "0.12.0", default-features = false }
|
procfs = { version = "0.12", default-features = false }
|
||||||
time = "0.3.7"
|
time = "0.3"
|
||||||
zbus = "2.0.1"
|
zbus = "2.0"
|
||||||
zvariant = "3.1.2"
|
zvariant = "3.1"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
use crate::interface::config::ip4::Ipv4ConfigProxy;
|
use crate::interface::config::ip4::Ipv4ConfigProxy;
|
||||||
use std::{net::Ipv4Addr, ops::Deref, str::FromStr};
|
use std::{net::Ipv4Addr, ops::Deref, str::FromStr};
|
||||||
use zbus::Result;
|
use zbus::Result;
|
||||||
use zvariant::DeserializeDict;
|
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct Ipv4Config<'a>(Ipv4ConfigProxy<'a>);
|
pub struct Ipv4Config<'a>(Ipv4ConfigProxy<'a>);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue