Skip to content

Commit

Permalink
chore: update bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuhvi committed Aug 6, 2024
1 parent 459af04 commit 8f2e0b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 pkarr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://git.pkarr.org"
keywords = ["mainline", "dht", "dns", "decentralized", "identity"]

[dependencies]
bytes = "1.5.0"
bytes = "1.7.1"
document-features = "0.2.8"
ed25519-dalek = "2.0.0"
self_cell = "1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
axum-server = { version = "0.6.0", features = ["tls-rustls"] }
http = "1.1.0"
thiserror = "1.0.49"
bytes = "1.6.0"
bytes = "1.7.1"
tower_governor = "0.4.2"
governor = "0.6.3"
heed = { version = "0.20.0", default-features = false }
Expand Down

0 comments on commit 8f2e0b0

Please sign in to comment.