File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " tokio-postgres-rustls"
33description = " Rustls integration for tokio-postgres"
4- version = " 0.3.1 "
5- authors = [" jbg <jbg@dtmf.io >" ]
4+ version = " 0.4.0 "
5+ authors = [" Jasper <jasper@jasperhugo.com >" ]
66repository = " https://github.com/jbg/tokio-postgres-rustls"
77edition = " 2018"
88license = " MIT"
99readme = " 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 ]
2222env_logger = { version = " 0.7.1" , default-features = false }
23- tokio = { version = " 0.2.6 " , features = [" macros" ] }
23+ tokio = { version = " 0.2.16 " , features = [" macros" ] }
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2019 jbg
3+ Copyright (c) 2019 Jasper Hugo
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments