Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

Bump async-trait from 0.1.79 to 0.1.80

Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.79 to 0.1.80.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.79...0.1.80)

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

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

+3 -3
+2 -2
Cargo.lock
··· 159 159 160 160 [[package]] 161 161 name = "async-trait" 162 - version = "0.1.79" 162 + version = "0.1.80" 163 163 source = "registry+https://github.com/rust-lang/crates.io-index" 164 - checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681" 164 + checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" 165 165 dependencies = [ 166 166 "proc-macro2", 167 167 "quote",
+1 -1
Cargo.toml
··· 36 36 # Logging 37 37 tracing = "0.1.40" 38 38 # Macro to work around Rust's traits not working with async. Sigh. 39 - async-trait = "0.1.79" 39 + async-trait = "0.1.80" 40 40 # HTTP types 41 41 http = "0.2" 42 42 # Async combinators for futures