aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-03-10 16:38:12 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-03-10 16:38:12 +0100
commit5f342226348f16b563ece0caedd094d1807726a4 (patch)
tree4675f20ce08df52227d7eb1eb7d25957479547db
parenta6d31d6c582b3c4a7264f6d18038666ea1cd7bc9 (diff)
cargo update
-rw-r--r--Cargo.lock20
1 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 248fe68..819d84f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -182,9 +182,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
-version = "0.2.139"
+version = "0.2.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
+checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
[[package]]
name = "libloading"
@@ -230,7 +230,7 @@ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]]
name = "pppoe"
version = "0.1.0"
-source = "git+https://github.com/rsdsl/pppoe-rs#6e36322588497fc0e6e034ada2affe03c4b1999c"
+source = "git+https://github.com/rsdsl/pppoe-rs#140e5442a34e898a24b34e5229b0064acfe16f40"
dependencies = [
"byteorder",
"libc",
@@ -240,7 +240,7 @@ dependencies = [
[[package]]
name = "pppoe-sys"
version = "0.1.0"
-source = "git+https://github.com/rsdsl/pppoe-rs#6e36322588497fc0e6e034ada2affe03c4b1999c"
+source = "git+https://github.com/rsdsl/pppoe-rs#140e5442a34e898a24b34e5229b0064acfe16f40"
dependencies = [
"bindgen",
"cc",
@@ -381,18 +381,18 @@ dependencies = [
[[package]]
name = "thiserror"
-version = "1.0.38"
+version = "1.0.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
+checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.38"
+version = "1.0.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
+checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e"
dependencies = [
"proc-macro2",
"quote",
@@ -401,9 +401,9 @@ dependencies = [
[[package]]
name = "unicode-ident"
-version = "1.0.7"
+version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "775c11906edafc97bc378816b94585fbd9a054eabaf86fdd0ced94af449efab7"
+checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
[[package]]
name = "unicode-width"