Skip to content
Snippets Groups Projects
Commit ca55f02b authored by Robert Cutajar's avatar Robert Cutajar
Browse files

Upgrade some deps

parent d4983656
No related branches found
No related tags found
No related merge requests found
Pipeline #348671447 failed
[package]
name = "samotop-delivery"
version = "0.13.0"
version = "0.13.1"
description = "Set of transports to deliver mail to, notably to SMTP/LMTP, but also maildir..."
readme = "README.md"
homepage = "https://gitlab.com/BrightOpen/Samotop/-/tree/develop/samotop-delivery"
......@@ -42,8 +42,8 @@ version = "0.13.0"
path = "../samotop-core"
[dev-dependencies]
env_logger = "^0.8"
glob = "^0.3"
env_logger = "0.9"
glob = "0.3"
criterion = "0.3"
async-attributes = "1.1"
structopt = "0.3"
......
# samotop-delivery 0.13.0
# samotop-delivery 0.13.1
## Mail dispatch abstraction
......
[package]
name = "samotop-server"
version = "1.2.0"
version = "1.2.1-dev"
authors = ["jocutajar <tellnoone@robajz.info>"]
license = "MIT OR Apache-2.0"
description = "SMTP server with focus on privacy"
......@@ -18,14 +18,14 @@ categories = ["email", "asynchronous"]
gitlab = { repository = "BrightOpen/Samotop", branch = "develop" }
[dependencies.samotop]
version = "0.13.0"
path = "../samotop"
version = "^0.13"
#path = "../samotop"
features = ["spf", "rust-tls", "delivery", "parser-peg", "smime"]
default-features = false
[dependencies]
log = "0.4"
env_logger = "0.8"
env_logger = "0.9"
structopt = "0.3"
hostname = "0.3"
async-std = "1"
......
[![Build Status](https://gitlab.com/BrightOpen/Samotop/badges/develop/pipeline.svg)](https://gitlab.com/BrightOpen/Samotop/commits/master)
# samotop-server 1.2.0
# samotop-server 1.2.1-dev
You can run your own privacy focussed, resource efficient mail server. [Samotop docker image](https://hub.docker.com/r/brightopen/samotop) is available for your convenience.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment