Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Mar 18, 2024
1 parent ab7a76a commit 7da1e42
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ serde = "1.0.197"
serde_derive = "1.0.197"
serde-big-array = "0.5.1"
sieve-cache = "0.1.4"
siphasher = "1.0.0"
slabigator = "0.9.1"
siphasher = "1.0.1"
slabigator = "0.9.2"
tokio = { version = "1.36.0", features = [
"net",
"io-std",
Expand All @@ -54,7 +54,7 @@ tokio = { version = "1.36.0", features = [
"time",
"rt-multi-thread"
] }
toml = "0.8.11"
toml = "0.8.12"

[target.'cfg(target_family = "unix")'.dependencies]
privdrop = "0.5.4"
Expand Down

0 comments on commit 7da1e42

Please sign in to comment.