Skip to content

Commit

Permalink
chore(deps): bump async-trait from 0.1.77 to 0.1.79
Browse files Browse the repository at this point in the history
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.77 to 0.1.79.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.77...0.1.79)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and 1c3t3a committed Apr 14, 2024
1 parent 32ae321 commit 4429435
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 engineio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tokio-tungstenite = { version = "0.20.1", features = ["native-tls"] }
tungstenite = "0.20.1"
tokio = "1.36.0"
futures-util = { version = "0.3", default-features = false, features = ["sink"] }
async-trait = "0.1.77"
async-trait = "0.1.79"
async-stream = "0.3.5"
thiserror = "1.0"
native-tls = "0.2.11"
Expand Down

0 comments on commit 4429435

Please sign in to comment.