Simon

Results 7 issues of Simon

``` Crate: shlex Version: 1.2.0 Title: Multiple issues involving quote API Date: 2024-01-21 ID: RUSTSEC-2024-0006 URL: https://rustsec.org/advisories/RUSTSEC-2024-0006 Solution: Upgrade to >=1.3.0 Dependency tree: shlex 1.2.0 └── bindgen 0.65.1 └── librocksdb-sys...

https://github.com/aptos-labs/aptos-core/blob/03c275ee90efd44040f657aa52986ebb2f7430c1/storage/storage-interface/src/errors.rs#L49

# 🐛 Bug Regarding `consensus_public_key` of `ValidatorConfig` resource defined in Move contract is vector, while in Rust in `types` crate, it has type `bls12381::PublicKey` in `aptos` crate, it as Vec....

bug

## Description ## Type of Change - [ ] New feature - [x] Bug fix - [ ] Breaking change - [ ] Performance improvement - [ ] Refactoring -...

## version v4.2.2 utoipa = { version = "4.2", features = ["preserve_order", "non_strict_integers"] } error: unexpected format: UInt8, expected one of: Int32, Int64, Float, Double, Byte, Binary, Date, DateTime, Password...

Hi, I have http server running using ntex, and I can see high number of hanging tcp connection **there are hundreds of them..** Note that `` is from same ip...