Skip to content

Commit

Permalink
fix: fix RUSTSEC-2024-0019
Browse files Browse the repository at this point in the history
  • Loading branch information
rex4539 committed Mar 9, 2024
1 parent 7942c4e commit 284068d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ log = "^0.4.20"
time = "^0.3.31"
toml = "^0.8.8"
memchr = "^2.7.1"
mio = { version = "^0.8.10", features = ["os-poll", "net"] }
mio = { version = "^0.8.11", features = ["os-poll", "net"] }
nix = { version = "^0.27.1", features = ["socket", "uio"] }
nom = "^7.1.3"
prost = "^0.12.3"
Expand Down
2 changes: 1 addition & 1 deletion e2e/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ futures = "^0.3.30"
hyper = { version = "^0.14.27", features = ["client", "http1"] }
hyper-rustls = { version = "^0.24.2", default-features = false, features = ["webpki-tokio", "http1", "tls12", "logging"] }
libc = "^0.2.152"
mio = "^0.8.10"
mio = "^0.8.11"
rustls = { version = "^0.21.10", features = ["dangerous_configuration"] }
time = "^0.3.31"
tokio = { version = "1.35.1", features = ["net", "rt-multi-thread"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ idna = "^0.5.0"
kawa = { version = "^0.6.4", default-features = false }
libc = "^0.2.152"
memchr = "^2.7.1"
mio = { version = "^0.8.10", features = ["os-poll", "os-ext", "net"] }
mio = { version = "^0.8.11", features = ["os-poll", "os-ext", "net"] }
nom = { version = "^7.1.3", default-features = true, features = ["std"] }
poule = "^0.3.2"
rand = "^0.8.5"
Expand Down

0 comments on commit 284068d

Please sign in to comment.