diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-04-06 12:41:36 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-04-06 12:41:36 +0200 |
commit | 273b4b9cf95c04ac06093b1491fa25601663350a (patch) | |
tree | 640c3405a254bd1258666f5bb59e522ae69f09eb | |
parent | 0e6ad2206ea6a9c42e48ab4f7203dbd5ceb6b4d4 (diff) |
update pppoe-rs
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -791,7 +791,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pppoe" version = "0.1.0" -source = "git+https://github.com/rsdsl/pppoe-rs.git#10b0a3c6f5babb937a3c60fad129da5528d500b3" +source = "git+https://github.com/rsdsl/pppoe-rs.git#3bc64877ece94b2e125214fa979e1090b222466a" dependencies = [ "byteorder", "libc", @@ -802,7 +802,7 @@ dependencies = [ [[package]] name = "pppoe-sys" version = "0.1.0" -source = "git+https://github.com/rsdsl/pppoe-rs.git#10b0a3c6f5babb937a3c60fad129da5528d500b3" +source = "git+https://github.com/rsdsl/pppoe-rs.git#3bc64877ece94b2e125214fa979e1090b222466a" dependencies = [ "bindgen", "cc", |