infinyon / fluvio

Lean and mean distributed stream processing system written in rust and web assembly. Alternative to Kafka + Flink in one.
https://www.fluvio.io/
Apache License 2.0
3.67k stars 502 forks source link

Crate lib-cargo-crate brings in an old version rustls #4106

Open nacardin opened 1 month ago

nacardin commented 1 month ago

Consider replacing lib-cargo-crate

❯ cargo tree --invert rustls@0.21.12
rustls v0.21.12
├── hyper-rustls v0.24.2
│   └── reqwest v0.11.27
│       └── crates_io_api v0.8.2
│           └── lib-cargo-crate v0.2.2
│               └── smartmodule-development-kit v0.0.0 (/home/nacardin/Sources/fluvio/crates/smartmodule-development-kit)
├── reqwest v0.11.27 (*)
└── tokio-rustls v0.24.1
    ├── hyper-rustls v0.24.2 (*)
    └── reqwest v0.11.27 (*)
morenol commented 1 month ago

Maybe we could try to fork/bump it here? https://github.com/chevdor/cargo-crate/blob/d662167dae92c4421711835fb5b3672162aa20c3/lib/Cargo.toml#L10

nacardin commented 1 month ago

Maybe we could try to fork/bump it here? https://github.com/chevdor/cargo-crate/blob/d662167dae92c4421711835fb5b3672162aa20c3/lib/Cargo.toml#L10

Submitted PR https://github.com/chevdor/cargo-crate/pull/4

chevdor commented 1 month ago

Thanks for the PR, CI is running

chevdor commented 1 month ago

v0.2.4 is published.