Heikki Linnakangas
|
88a339ed73
|
Update a few crates
"cargo tree -d" showed that we're building multiple versions of some
crates. Update some crates, to avoid depending on multiple versions.
|
2022-08-27 18:14:30 +03:00 |
|
Ankur Srivastava
|
84d1bc06a9
|
refactor: replace lazy-static with once-cell (#2195)
- Replacing all the occurrences of lazy-static with `once-cell::sync::Lazy`
- fixes #1147
Signed-off-by: Ankur Srivastava <best.ankur@gmail.com>
|
2022-08-05 19:34:04 +02:00 |
|
Dmitry Ivanov
|
d3f356e7a8
|
Update rust-postgres project-wide (#1525)
* Update `rust-postgres` project-wide
This commit points to https://github.com/neondatabase/rust-postgres/commits/neon
in order to test our patches on top of the latest version of this crate.
* [proxy] Update `hmac` and `sha2`
|
2022-04-22 17:31:58 +03:00 |
|
Kirill Bulatov
|
81cad6277a
|
Move and library crates into a dedicated directory and rename them
|
2022-04-21 13:30:33 +03:00 |
|