1
0
mirror of https://github.com/danog/ytop.git synced 2024-11-29 20:19:01 +01:00

Bump net2 from 0.2.34 to 0.2.38

Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.34 to 0.2.38.
- [Commits](https://github.com/deprecrated/net2-rs/compare/0.2.34...0.2.38)

---
updated-dependencies:
- dependency-name: net2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-14 16:27:31 +00:00 committed by GitHub
parent 0222dd8e4f
commit c79f1b6e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
Cargo.lock generated
View File

@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "ansi_term"
version = "0.11.0"
@ -583,9 +585,9 @@ dependencies = [
[[package]]
name = "net2"
version = "0.2.34"
version = "0.2.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631"
dependencies = [
"cfg-if",
"libc",