diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-08 21:51:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-08 21:51:38 +0000 |
commit | 1ce6495f0d84d1d507ead5db94148769d1b50481 (patch) | |
tree | f59b8b2f4e24190b5139e5b854f6787d1b9072ac /Cargo.lock | |
parent | 77bc7f415d91b46a2a739cca4521957a274c2386 (diff) | |
download | servo-1ce6495f0d84d1d507ead5db94148769d1b50481.tar.gz servo-1ce6495f0d84d1d507ead5db94148769d1b50481.zip |
build(deps): bump async-tungstenite from 0.28.0 to 0.28.2 (#34904)
Bumps [async-tungstenite](https://github.com/sdroege/async-tungstenite) from 0.28.0 to 0.28.2.
- [Changelog](https://github.com/sdroege/async-tungstenite/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sdroege/async-tungstenite/compare/0.28.0...0.28.2)
---
updated-dependencies:
- dependency-name: async-tungstenite
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index ed22bba4f80..dbbc0b4ac68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -292,11 +292,14 @@ dependencies = [ [[package]] name = "async-tungstenite" -version = "0.28.0" +version = "0.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90e661b6cb0a6eb34d02c520b052daa3aa9ac0cc02495c9d066bbce13ead132b" +checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99" dependencies = [ + "atomic-waker", + "futures-core", "futures-io", + "futures-task", "futures-util", "log", "pin-project-lite", |