Skip to content

Commit

Permalink
Merge pull request #365 from rex4539/pipes
Browse files Browse the repository at this point in the history
Fix RUSTSEC-2024-0019
  • Loading branch information
Revertron committed Mar 9, 2024
2 parents 080d4f3 + 9bd80f5 commit 28431ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ time = "0.3.14"
rand = { package = "rand", version = "0.8.5" }
sqlite = "0.32.0"
uuid = { version = "1.3.0", features = ["serde", "v4"] }
mio = { version = "0.8.9", features = ["os-poll", "net"] }
mio = { version = "0.8.11", features = ["os-poll", "net"] }
ureq = { version = "2.9", optional = true, git = "https://github.com/algesten/ureq" }
lru = "0.12"
derive_more = "0.99.17"
Expand Down

0 comments on commit 28431ec

Please sign in to comment.