diff options
| author | Christine Dodrill <me@christine.website> | 2021-01-22 21:11:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-22 21:11:48 -0500 |
| commit | 990cce7267dae9bdd37ef772db2edeef2a39365b (patch) | |
| tree | dbf370c4af264f662c5acb28ea090876edbcccfd /lib/go_vanity | |
| parent | 6456d75502d89986f8f05dad7965291fd0e5c933 (diff) | |
| download | xesite-990cce7267dae9bdd37ef772db2edeef2a39365b.tar.xz xesite-990cce7267dae9bdd37ef772db2edeef2a39365b.zip | |
Use Tokio 1 (#306)
* upgrade all the things
Signed-off-by: Christine Dodrill <me@christine.website>
* build(deps): bump serde from 1.0.118 to 1.0.120
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.118 to 1.0.120.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.118...v1.0.120)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* fix
Signed-off-by: Christine Dodrill <me@christine.website>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'lib/go_vanity')
| -rw-r--r-- | lib/go_vanity/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/go_vanity/Cargo.toml b/lib/go_vanity/Cargo.toml index d753a8a..6aaf748 100644 --- a/lib/go_vanity/Cargo.toml +++ b/lib/go_vanity/Cargo.toml @@ -8,8 +8,8 @@ build = "src/build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -mime = "0.3.0" -warp = "0.2" +mime = "0.3" +warp = "0.3" [build-dependencies] ructe = { version = "0.13", features = ["warp02"] } |
