updated dependencies before release

This commit is contained in:
Giuliano Bellini s294739
2023-05-18 10:53:35 +02:00
parent a574a875cf
commit c223b889ed
2 changed files with 9 additions and 9 deletions

14
Cargo.lock generated
View File

@@ -2515,9 +2515,9 @@ dependencies = [
[[package]]
name = "pcap"
version = "1.0.0"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d536b12f51fa925b590a6681765ed2bd9f1beb1d2953fa5fe5a20f7c1087b994"
checksum = "cbaa01d616eb84eb35cd085fdeaa8671dc8d951bdc4a75bfc414466e76b039ce"
dependencies = [
"bitflags",
"errno 0.2.8",
@@ -2858,9 +2858,9 @@ checksum = "f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157"
[[package]]
name = "reqwest"
version = "0.11.17"
version = "0.11.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13293b639a097af28fc8a90f22add145a9c954e49d77da06263d58cf44d5fb91"
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
dependencies = [
"base64",
"bytes",
@@ -4017,7 +4017,7 @@ dependencies = [
"js-sys",
"log",
"naga",
"parking_lot 0.11.2",
"parking_lot 0.12.1",
"profiling",
"raw-window-handle 0.5.0",
"smallvec",
@@ -4043,7 +4043,7 @@ dependencies = [
"fxhash",
"log",
"naga",
"parking_lot 0.11.2",
"parking_lot 0.12.1",
"profiling",
"raw-window-handle 0.5.0",
"smallvec",
@@ -4082,7 +4082,7 @@ dependencies = [
"metal",
"naga",
"objc",
"parking_lot 0.11.2",
"parking_lot 0.12.1",
"profiling",
"range-alloc",
"raw-window-handle 0.5.0",

View File

@@ -31,7 +31,7 @@ strip = true
#═══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
[dependencies]
pcap = "1.0.0"
pcap = "1.1.0"
etherparse = "0.13.0"
chrono = { version = "0.4.24", default_features = false, features = ["clock"] }
thousands = "0.2.0"
@@ -45,7 +45,7 @@ maxminddb = "0.23.0"
confy = "0.5.1"
serde = { version = "1.0.163", default_features = false, features = ["derive"] }
rodio = { version = "0.17.1", default_features = false, features = ["mp3"] }
reqwest = { version = "0.11.17", features = ["json", "blocking"] }
reqwest = { version = "0.11.18", features = ["json", "blocking"] }
dns-lookup = "1.0.8"
#───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────