Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed Aug 17, 2023
1 parent 245eee3 commit aa126a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ cadence = { package = "cadence-with-flush", version = "0.29" }
clap = "4.3"
clap_complete = "4.3"
#
tokio = "1.31"
tokio = "1.32"
tokio-util = "0.7"
tokio-stream = "0.1"
futures-util = "0.3"
Expand All @@ -137,7 +137,7 @@ rustls-pemfile = "1.0"
rustls-native-certs = "0.6"
quinn = { version = "0.10", default-features = false, features = ["native-certs"] }
#
flume = { version = "0.10", default-features = false }
flume = { version = "0.11", default-features = false }
#
trust-dns-resolver = { version = "0.23.0-alpha.4", default-features = false }
trust-dns-proto = { version = "0.23.0-alpha.4", default-features = false }
Expand Down

0 comments on commit aa126a6

Please sign in to comment.