Skip to content

Commit 7f7e379

Browse files
committed
Updated deps
1 parent 34dfbd4 commit 7f7e379

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
[package]
22
name = "tokio-postgres-rustls"
33
description = "Rustls integration for tokio-postgres"
4-
version = "0.3.1"
5-
authors = ["jbg <[email protected]>"]
4+
version = "0.4.0"
5+
authors = ["Jasper <[email protected]>"]
66
repository = "https://github.com/jbg/tokio-postgres-rustls"
77
edition = "2018"
88
license = "MIT"
99
readme = "README.md"
1010

1111
[dependencies]
12-
bytes = "0.5.3"
13-
futures = "0.3.1"
14-
ring = "0.16.9"
15-
rustls = "0.16.0"
16-
tokio = "0.2.6"
17-
tokio-postgres = "0.5.1"
18-
tokio-rustls = "0.12.1"
19-
webpki = "0.21.0"
12+
bytes = "0.5.4"
13+
futures = "0.3.4"
14+
ring = "0.16.11"
15+
rustls = "0.17.0"
16+
tokio = "0.2.16"
17+
tokio-postgres = "0.5.3"
18+
tokio-rustls = "0.13.0"
19+
webpki = "0.21.2"
2020

2121
[dev-dependencies]
2222
env_logger = { version = "0.7.1", default-features = false }
23-
tokio = { version = "0.2.6", features = ["macros"] }
23+
tokio = { version = "0.2.16", features = ["macros"] }

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 jbg
3+
Copyright (c) 2019 Jasper Hugo
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)