Skip to content

Commit

Permalink
update dependencies; lock pin-project to version>=1.0.11 otherwise ru…
Browse files Browse the repository at this point in the history
…stc almost always emits dead code warnings (due to recent changes)
  • Loading branch information
zephyrchien committed Jul 25, 2022
1 parent 7eb6081 commit 56a7281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions realm_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ realm_io = "0.3"
realm_syscall = "0.1.4"
realm_hook = { version = "0.1.4", optional = true }
realm_lb = { version = "0.1.0", optional = true }
kaminari = { version = "0.9.1", features = ["ws", "tls", "mix"], optional = true }
kaminari = { version = "0.9.2", features = ["ws", "tls", "mix"], optional = true }

# other
futures = "0.3"
log = "0.4"
bytes = { version = "1", optional = true }
once_cell = "1"
pin-project = "1"
pin-project = "1.0.11"
trust-dns-resolver = "0.21"
tokio = { version = "1.18", features = ["rt", "net", "time"] }
proxy-protocol = { version = "0.5", optional = true }
Expand Down

0 comments on commit 56a7281

Please sign in to comment.