APIs for links and references in the ATmosphere

Bump tokio from 1.44.1 to 1.44.2

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2)

---
updated-dependencies:
- dependency-name: tokio
dependency-version: 1.44.2
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by

dependabot[bot] and committed by
GitHub
a168e396 97eb1604

+5 -5
+2 -2
Cargo.lock
··· 3503 3503 3504 3504 [[package]] 3505 3505 name = "tokio" 3506 - version = "1.44.1" 3506 + version = "1.44.2" 3507 3507 source = "registry+https://github.com/rust-lang/crates.io-index" 3508 - checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" 3508 + checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" 3509 3509 dependencies = [ 3510 3510 "backtrace", 3511 3511 "bytes",
+1 -1
constellation/Cargo.toml
··· 33 33 zstd = "0.13.2" 34 34 35 35 [dependencies.tokio] 36 - version = "1.41" 36 + version = "1.44" 37 37 features = ["full"] 38 38 39 39 [dependencies.tungstenite]
+1 -1
jetstream/Cargo.toml
··· 13 13 atrium-api = { version = "0.25", default-features = false, features = [ 14 14 "namespace-appbsky", 15 15 ] } 16 - tokio = { version = "1.41.1", features = ["full", "sync", "time"] } 16 + tokio = { version = "1.44.2", features = ["full", "sync", "time"] } 17 17 tokio-tungstenite = { version = "0.26.2", features = [ 18 18 "connect", 19 19 "native-tls-vendored",
+1 -1
ufos/Cargo.toml
··· 17 17 serde = "1.0.219" 18 18 serde_json = "1.0.140" 19 19 thiserror = "2.0.12" 20 - tokio = { version = "1.43.0", features = ["full", "sync", "time"] } 20 + tokio = { version = "1.44.2", features = ["full", "sync", "time"] } 21 21 22 22 [target.'cfg(not(target_env = "msvc"))'.dependencies] 23 23 tikv-jemallocator = "0.6.0"