A very performant and light (2mb in memory) link shortener and tracker. Written in Rust and React and uses Postgres/SQLite.

Bump tokio from 1.43.0 to 1.43.1

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

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

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

authored by dependabot[bot] and committed by GitHub 187be1e8 6a817c90

Changed files
+3 -3
+2 -2
Cargo.lock
··· 2431 2431 2432 2432 [[package]] 2433 2433 name = "tokio" 2434 - version = "1.43.0" 2434 + version = "1.43.1" 2435 2435 source = "registry+https://github.com/rust-lang/crates.io-index" 2436 - checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" 2436 + checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c" 2437 2437 dependencies = [ 2438 2438 "backtrace", 2439 2439 "bytes",
+1 -1
Cargo.toml
··· 13 13 actix-web = "4.4" 14 14 actix-files = "0.6" 15 15 actix-cors = "0.6" 16 - tokio = { version = "1.36", features = ["rt-multi-thread", "macros"] } 16 + tokio = { version = "1.43", features = ["rt-multi-thread", "macros"] } 17 17 sqlx = { version = "0.8", features = ["runtime-tokio", "postgres", "sqlite", "chrono"] } 18 18 serde = { version = "1.0", features = ["derive"] } 19 19 serde_json = "1.0"