pastebin/Cargo.toml
dependabot[bot] 4142d85c7a
Bump ammonia from 3.2.0 to 3.2.1
Bumps [ammonia](https://github.com/rust-ammonia/ammonia) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/rust-ammonia/ammonia/releases)
- [Changelog](https://github.com/rust-ammonia/ammonia/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-ammonia/ammonia/compare/v3.2.0...v3.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-15 22:48:37 +00:00

36 lines
1.0 KiB
TOML

[package]
name = "pastebinrun"
version = "0.1.0"
authors = ["Konrad Borowski <konrad@borowski.pw>"]
edition = "2021"
license = "AGPL-3.0-or-later"
build = "buildSrc/build.rs"
[dependencies]
ammonia = "3.2.1"
chrono = "0.4.21"
diesel = { version = "1.4.6", features = ["chrono"] }
diesel_migrations = "1.4.0"
itertools = "0.10.1"
log = "0.4.14"
once_cell = "1.13.0"
prometheus = { version = "0.13.1", features = ["process"], default-features = false }
pulldown-cmark = { version = "0.9.2", default-features = false }
rand = "0.8.3"
reqwest = { version = "0.11.11", features = ["json"] }
rocket = { version = "=0.5.0-rc.2", features = ["json"] }
rocket_dyn_templates = { version = "=0.1.0-rc.2", features = ["tera"] }
rocket_sync_db_pools = { version = "=0.1.0-rc.2", features = ["diesel_postgres_pool"] }
serde = { version = "1.0.143", features = ["derive"] }
serde_json = "1.0.83"
serde_with = "2.0.0"
time-parse = "0.2.0"
[build-dependencies]
serde = { version = "1.0.143", features = ["derive"] }
serde_json = "1.0.83"
[features]
database_tests = []
sandbox_tests = []