]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust/base64: upgrade crate to latest
authorShivani Bhardwaj <shivani@oisf.net>
Thu, 29 Aug 2024 08:08:57 +0000 (13:38 +0530)
committerVictor Julien <victor@inliniac.net>
Mon, 9 Sep 2024 09:01:23 +0000 (11:01 +0200)
commite93743a09413c8b33507ac460e0a31a62f89aadf
treea4890d2d8abab1d53aae7ac99956ec7678711be8
parent599a451e44131e8c52a74eb175fb143e7db2ef6b
rust/base64: upgrade crate to latest

base64 crate is updated to the latest version 0.22.1. This came with
several API changes which are applied to the code. The old calls have
been replaced with the newer calls.

This was done following the availability of better fns to directly
decode into slices/vectors as needed and also that previous version was
too old.
Along with this change, update the Cargo.lock.in to reflect all changes
in the package versions.

Task 7219
rust/Cargo.lock.in
rust/Cargo.toml.in
rust/src/ffi/base64.rs
rust/src/http2/detect.rs
rust/src/http2/parser.rs
rust/src/jsonbuilder.rs