Skip to content

Commit

Permalink
Upgrade dependencies, including mio
Browse files Browse the repository at this point in the history
mio had a security advisory on Windows.
  • Loading branch information
joerivanruth committed Mar 5, 2024
1 parent a45b11f commit 61b1852
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
80 changes: 40 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ default-run = "mapiproxy"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.79"
anyhow = "1.0.80"
argsplitter = "0.5.0"
ctrlc = "3.4.2"
etherparse = "0.14.2"
is-terminal = "0.4.12"
itertools = "0.12.1"
lazy-regex = "3.1.0"
mio = { version = "0.8.10", features = [ "net", "os-ext", "os-poll" ] }
mio = { version = "0.8.11", features = [ "net", "os-ext", "os-poll" ] }
pcap-file = "2.0.0"
slab = "0.4.9"
smallvec = { version = "1.13.1", features = [ "union" ] }
thiserror = "1.0.56"
thiserror = "1.0.57"

[dev-dependencies]
diff = "0.1.13"
semver = "1.0.21"
semver = "1.0.22"

0 comments on commit 61b1852

Please sign in to comment.