Nicolas Stinus
Nicolas Stinus
For users still living on old distros (e.g. CentOs 7) it would be very convenient to offer a musl release.
**Context** I have a column with a DATETIME type and a default value of CURRENT_TIMESTAMP. As discussed on different issues already [1617](https://github.com/launchbadge/sqlx/issues/1617) and [598](https://github.com/launchbadge/sqlx/issues/598), CURRENT_TIMESTAMP does not hold the timezone...
Tls support was recently added by forcing the usage of openssl via hyper-tls. It means that either this lib is installed or it needs to be compiled. For users unconcerned...
This change removed the required dependency to hyper-tls and openssl. The allow tls, clients will now have to enable either the `native-tls` or `rustls-tls` features. BREAKING: tls isn't enabled by...
For short lived batch processes, a periodic push isn't sufficient and ideally we want to push the metrics right before exiting. AFAICT, one would need to call `Prometheus.render()` and push...
Hi, I have a short lived process and I want to make sure metrics are pushed before it exits. I have setup short intervals and added a sleep before it...
Hello, In a few projects I routinely already get access to the git describe that contains the version, sha and dirtiness of the repo. This is typically passed to clap...
Hi, I successfully integrated lapin with the tokio runtime but I noticed it was still pulling 2 different versions of async-io. Is there a way to make that optional? ```...
Partial output of a `cargo deny check advisories` ``` 90 │ instant 0.1.13 registry+https://github.com/rust-lang/crates.io-index │ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ unmaintained advisory detected │ ├ ID: RUSTSEC-2024-0384 ├ Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0384 ├ This crate is...