Skip to content

Bump the all group across 1 directory with 42 updates#114

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/all-a18f12091b
Open

Bump the all group across 1 directory with 42 updates#114
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/all-a18f12091b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps the all group with 41 updates in the / directory:

Package From To
anyhow 1.0.100 1.0.102
base64 0.13.1 0.22.1
chrono 0.4.42 0.4.44
serde_json 1.0.145 1.0.149
actix-identity 0.4.0 0.9.0
actix-multipart 0.4.0 0.7.2
actix-web 4.11.0 4.13.0
async-compression 0.3.15 0.4.33
awc 3.8.0 3.8.2
console-subscriber 0.1.10 0.5.0
futures 0.3.31 0.3.32
git2 0.20.2 0.21.0
image 0.23.14 0.25.10
ipnetwork 0.20.0 0.21.1
itertools 0.10.5 0.14.0
lettre 0.10.4 0.11.22
maxminddb 0.24.0 0.28.1
md5 0.7.0 0.8.0
once_cell 1.21.3 1.21.4
opentelemetry 0.31.0 0.32.0
opentelemetry-appender-tracing 0.31.1 0.32.0
opentelemetry-instrumentation-actix-web 0.23.0 0.24.0
opentelemetry-otlp 0.31.1 0.32.0
opentelemetry-semantic-conventions 0.31.0 0.32.0
opentelemetry_sdk 0.31.0 0.32.0
russh 0.60.2 0.60.3
rust-argon2 1.0.1 3.0.0
sysinfo 0.29.11 0.38.4
tokio 1.47.1 1.50.0
tracing-appender 0.2.3 0.2.5
tracing-unwrap 0.9.2 1.0.1
url 2.5.7 2.5.8
utoipa 4.2.3 5.5.0
utoipa-rapidoc 1.0.0 6.0.0
webauthn-rs 0.5.4 0.5.5
zip 0.5.13 8.6.0
log 0.4.28 0.4.29
vergen 6.0.2 8.3.2
proc-macro2 1.0.101 1.0.106
quote 1.0.41 1.0.45
syn 1.0.109 2.0.106

Updates anyhow from 1.0.100 to 1.0.102

Release notes

Sourced from anyhow's releases.

1.0.102

1.0.101

Commits
  • 5c657b3 Release 1.0.102
  • e737fb6 Merge pull request #442 from dtolnay/backtrace
  • 7fe62b5 Further simply backtrace conditional compilation
  • c8cb5ca Merge pull request #441 from dtolnay/backtrace
  • de27df7 Delete CI use of --features=backtrace
  • 9b67e5d Merge pull request #440 from dtolnay/backtrace
  • efdb11a Simplify std_backtrace conditional code
  • b8a9a70 Merge pull request #439 from dtolnay/backtrace
  • a42fc2c Remove feature = "backtrace" conditional code
  • 2a2a3ce Re-word backtrace feature comment
  • Additional commits viewable in compare view

Updates base64 from 0.13.1 to 0.22.1

Changelog

Sourced from base64's changelog.

0.22.1

  • Correct the symbols used for the predefined alphabet::BIN_HEX.

0.22.0

  • DecodeSliceError::OutputSliceTooSmall is now conservative rather than precise. That is, the error will only occur if the decoded output cannot fit, meaning that Engine::decode_slice can now be used with exactly-sized output slices. As part of this, Engine::internal_decode now returns DecodeSliceError instead of DecodeError, but that is not expected to affect any external callers.
  • DecodeError::InvalidLength now refers specifically to the number of valid symbols being invalid (i.e. len % 4 == 1), rather than just the number of input bytes. This avoids confusing scenarios when based on interpretation you could make a case for either InvalidLength or InvalidByte being appropriate.
  • Decoding is somewhat faster (5-10%)

0.21.7

  • Support getting an alphabet's contents as a str via Alphabet::as_str()

0.21.6

  • Improved introductory documentation and example

0.21.5

  • Add Debug and Clone impls for the general purpose Engine

0.21.4

  • Make encoded_len const, allowing the creation of arrays sized to encode compile-time-known data lengths

0.21.3

  • Implement source instead of cause on Error types
  • Roll back MSRV to 1.48.0 so Debian can continue to live in a time warp
  • Slightly faster chunked encoding for short inputs
  • Decrease binary size

0.21.2

  • Rollback MSRV to 1.57.0 -- only dev dependencies need 1.60, not the main code

0.21.1

  • Remove the possibility of panicking during decoded length calculations
  • DecoderReader no longer sometimes erroneously ignores padding #226

Breaking changes

  • Engine.internal_decode return type changed
  • Update MSRV to 1.60.0

0.21.0

... (truncated)

Commits
  • e144006 v0.22.1
  • 64cca59 Merge pull request #271 from JobanSD/patch-1
  • 838355e Correct BinHex 4.0 alphabet according to specifications
  • bf15ccf Merge pull request #270 from marshallpierce/mp/clippy
  • fc6aabe Appease clippy
  • 9a518a2 Merge pull request #267 from bdura/patch-1
  • d96c80f Merge branch 'marshallpierce:master' into patch-1
  • 5d70ba7 Merge pull request #269 from marshallpierce/mp/decode-precisely
  • efb6c00 Release notes
  • 2b91084 Add some tests to boost coverage
  • Additional commits viewable in compare view

Updates chrono from 0.4.42 to 0.4.44

Release notes

Sourced from chrono's releases.

0.4.44

What's Changed

0.4.43

What's Changed

Commits
  • c14b459 Bump version to 0.4.44
  • ea832c5 Add track_caller to non-deprecated functions
  • cfae889 Fix panic message in to_rfc2822
  • f8900b5 docs: match MSRV with Cargo.toml contents
  • 45caaa9 Update copyright year to 2026 in LICENSE.txt
  • 1c0b8f0 Bump version to 0.4.43
  • a03e43b Upgrade windows-bindgen to 0.66
  • 4fedaba Ignore bincode advisory
  • f4b7bbd Bump actions/checkout from 5 to 6
  • db12973 Added doctest for the NaiveDate years_since function (#1755)
  • Additional commits viewable in compare view

Updates serde_json from 1.0.145 to 1.0.149

Release notes

Sourced from serde_json's releases.

v1.0.149

  • Align arbitrary_precision number strings with zmij's formatting (#1306, thanks @​b41sh)

v1.0.148

  • Update zmij dependency to 1.0

v1.0.147

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#1304)

v1.0.146

Commits

Updates actix-identity from 0.4.0 to 0.9.0

Release notes

Sourced from actix-identity's releases.

actix-protobuf: v0.9.0

  • Added application/x-protobuf as an acceptable header.
  • Updated prost dependency to 0.11.

actix-session: v0.9.0

  • Remove use of async-trait on SessionStore trait.
  • Minimum supported Rust version (MSRV) is now 1.75.

actix-identity: v0.9.0

  • Fix spelling of config::LogoutBehavior type.
  • Fix spelling of config::IdentityMiddlewareBuilder::logout_behavior() method.
  • Update actix-session dependency to 0.11.
  • Minimum supported Rust version (MSRV) is now 1.80.

actix-settings: v0.9.0

  • Update toml dependency to 0.9.
  • Minimum supported Rust version (MSRV) is now 1.80.

actix-web-httpauth: v0.8.2

  • Minimum supported Rust version (MSRV) is now 1.75.

actix-web-httpauth: v0.8.1

  • Implement From<Basic> for BasicAuth.
  • Minimum supported Rust version (MSRV) is now 1.68.

actix-protobuf: v0.8.0

  • Update prost dependency to 0.10.
  • Minimum supported Rust version (MSRV) is now 1.57 due to transitive time dependency.

actix-web-httpauth: v0.8.0

  • Removed AuthExtractor trait; implement FromRequest for your custom auth types. #264
  • BasicAuth::user_id() now returns &str. #249
  • BasicAuth::password() now returns Option<&str>. #249
  • Basic::user_id() now returns &str. #264
  • Basic::password() now returns Option<&str>. #264
  • Bearer::token() now returns &str. #264

#249: actix/actix-extras#249 #264: actix/actix-extras#264

... (truncated)

Commits
  • 4a54671 prepare v3 compatible releases (#95)
  • bad5f32 update all packages to use actix-web v3 (#94)
  • 7e6bdf2 Check code with rustfmt not to introduce format commits (#88)
  • e5fe8d4 Use matches macro to fix clippy warnings (#86)
  • 693c2f5 Tweak actions (#85)
  • d25ae41 Create PULL_REQUEST_TEMPLATE.md (#84)
  • a960eb0 Update backoff in actix-redis to 0.2.1 (#83)
  • 43ababe Clean up deps and macro_use (#81)
  • 2ae3c80 Use OR instead of deprecated / in license field (#80)
  • 2a20ce4 Replace deprecated from_master with derive_from (#82)
  • Additional commits viewable in compare view

Updates actix-multipart from 0.4.0 to 0.7.2

Release notes

Sourced from actix-multipart's releases.

actix-multipart: v0.7.2

  • Fix re-exported version of actix-multipart-derive.

actix-multipart: v0.7.1

  • Expose LimitExceeded error type.

actix-multipart-derive: v0.7.0

  • Minimum supported Rust version (MSRV) is now 1.72.

actix-multipart: v0.7.0

  • Add MultipartError::ContentTypeIncompatible variant.
  • Add MultipartError::ContentDispositionNameMissing variant.
  • Add Field::bytes() method.
  • Rename MultipartError::{NoContentDisposition => ContentDispositionMissing} variant.
  • Rename MultipartError::{NoContentType => ContentTypeMissing} variant.
  • Rename MultipartError::{ParseContentType => ContentTypeParse} variant.
  • Rename MultipartError::{Boundary => BoundaryMissing} variant.
  • Rename MultipartError::{UnsupportedField => UnknownField} variant.
  • Remove top-level re-exports of test utilities.

actix-files: v0.6.10

0.6.10

Security Notice

We addressed 2 vulnerabilities in this release:

We encourage updating your actix-files version as soon as possible.

Other changes

  • Minimum supported Rust version (MSRV) is now 1.88.
  • PathBufWrap & UriSegmentError made public. #3694

#3694: actix/actix-web#3694

actix-files: v0.6.9

  • Correct derive_more dependency feature requirements.

actix-files: v0.6.8

  • Add Files::with_permanent_redirect() method.
  • Change default redirect status code to 307 Temporary Redirect.

... (truncated)

Changelog

Sourced from actix-multipart's changelog.

[0.7.2] - 2018-07-26

Added

  • Add implementation of FromRequest<S> for Option<T> and Result<T, Error>

  • Allow to handle application prefix, i.e. allow to handle /app path for application with /app prefix. Check App::prefix() api doc.

  • Add CookieSessionBackend::http_only method to set HttpOnly directive of cookies

Changed

  • Upgrade to cookie 0.11

  • Removed the timestamp from the default logger middleware

Fixed

  • Missing response header "content-encoding" #421

  • Fix stream draining for http/2 connections #290

[0.7.1] - 2018-07-21

Fixed

  • Fixed default_resource 'not yet implemented' panic #410

[0.7.0] - 2018-07-21

Added

  • Add fs::StaticFileConfig to provide means of customizing static file services. It allows to map mime to Content-Disposition, specify whether to use ETag and Last-Modified and allowed methods.

  • Add .has_prefixed_resource() method to router::ResourceInfo for route matching with prefix awareness

  • Add HttpMessage::readlines() for reading line by line.

  • Add ClientRequestBuilder::form() for sending application/x-www-form-urlencoded requests.

  • Add method to configure custom error handler to Form extractor.

... (truncated)

Commits

Updates actix-web from 4.11.0 to 4.13.0

Release notes

Sourced from actix-web's releases.

actix-web: v4.13.0

  • Minimum supported Rust version (MSRV) is now 1.88.
  • Improve HTTP/2 upload throughput by increasing default flow control window sizes. #3638
  • Add HttpServer::{h2_initial_window_size, h2_initial_connection_window_size} methods for tuning. #3638
  • Add HttpRequest::url_for_map and HttpRequest::url_for_iter methods for named URL parameters. #3895
  • Ignore unparsable cookies in Cookie request header.
  • Add experimental-introspection feature to report configured routes #3594
  • Add config/method for TCP_NODELAY. #3918
  • Fix panic when NormalizePath rewrites a scoped dynamic path before extraction (e.g., scope("{tail:.*}") + Path<String>). #3562
  • Do not compress 206 Partial Content responses. #3191

#3895: actix/actix-web#3895 #3594: actix/actix-web#3594 #3918: actix/actix-web#3918 #3638: actix/actix-web#3638 #3562: actix/actix-web#3562 #3191: actix/actix-web#3191

actix-web: v4.12.1

  • No significant changes since 4.12.0.

actix-web: v4.12.0

Short announcement

We've started GitHub Sponsors: https://github.com/sponsors/actix Support our development!

v4.12.0

  • actix_web::response::builder::HttpResponseBuilder::streaming() now sets Content-Type to application/octet-stream if Content-Type does not exist.
  • actix_web::response::builder::HttpResponseBuilder::streaming() now calls actix_web::response::builder::HttpResponseBuilder::no_chunking() and returns SizedStream if Content-Length is set by user.
  • Add ws crate feature (on-by-default) which forwards to actix-http and guards some of its ResponseError impls.
    • ⚠️ if you use default-feature = false and the web scoket feature, please make sure you enable the ws feature.
  • Add public export for EitherExtractError in error module.
Commits

Updates async-compression from 0.3.15 to 0.4.33

Release notes

Sourced from async-compression's releases.

async-compression-v0.4.33

No release notes provided.

async-compression-v0.4.32

No release notes provided.

async-compression-v0.4.31

No release notes provided.

async-compression-v0.4.30

No release notes provided.

async-compression-v0.4.29

No release notes provided.

async-compression-v0.4.28

No release notes provided.

async-compression-v0.4.8

What's Changed

Full Changelog: Nullus157/async-compression@async-compression-v0.4.7...async-compression-v0.4.8

async-compression: v0.4.7

  • Flush available data in decoder even when there's no incoming input.

async-compression: v0.4.6

  • Return errors instead of panicking in all encode and decode operations.

async-compression: v0.4.5

  • Add {Lzma, Xz}Decoder::with_mem_limit() methods.

async-compression: v0.4.4

  • Update zstd dependency to 0.13.

async-compression: v0.4.3

  • Implement Default for brotli::EncoderParams.

async-compression: v0.4.2

  • Add top-level brotli module containing stable brotli crate wrapper types.
  • Add BrotliEncoder::with_quality_and_params() constructors.

... (truncated)

Commits

Updates awc from 3.8.0 to 3.8.2

Release notes

Sourced from awc's releases.

awc: v3.8.2

  • Minimum supported Rust version (MSRV) is now 1.88.
  • Fix empty streaming request bodies being sent with chunked transfer encoding.

awc: v3.8.1

  • Fix a bug where GO_AWAY errors did not stop connections from returning to the pool.
Commits

Updates console-subscriber from 0.1.10 to 0.5.0

Release notes

Sourced from console-subscriber's releases.

console-subscriber-v0.5.0

Breaking Changes

  • Upgrade tonic to 0.13 (#615) (2bd1afd)This is a breaking change for users of console-api and console-subscriber, as it changes the public tonic dependency to a semver-incompatible version. This breaks compatibility with tonic 0.12.x.
  • Upgrade tonic to 0.14 (#642)This is a breaking change for users of console-api and console-subscriber, as it changes the public tonic dependency to a semver-incompatible version. This breaks compatibility with tonic 0.13.x.

Added

Documented

  • Fix typo in doc comment (3dbca7a)

Updated

  • breaking Upgrade tonic to 0.13 (#615) (2bd1afd)
  • breaking Upgrade tonic to 0.14 (#645)

console-subscriber-v0.4.1

Added

console-subscriber-v0.4.0

Breaking Changes

  • Upgrade tonic to 0.12 (#571) (5f6faa2)This is a breaking change for users of console-api and console-subscriber, as it changes the public tonic, prost and prost-types dependency to a semver-incompatible version. This breaks compatibility with tonic 0.11.x as well as prost/prost-types 0.12.x.

Added

  • Add TOKIO_CONSOLE_BUFFER_CAPACITY env variable (#568) (a6cf14b)

Fixed

  • Remove unused AggregatorHandle and fix other lints (#578) (c442063)

Updated

... (truncated)

Commits
  • d8fba13 chore: release console-api-v0.9.0, console-subscriber-v0.5.0, tokio-console-v...
  • 5839f99 chore: update release-plz workflow (#646)
  • 51b9010 chore: update dist (cargo-dist) to 0.30.1 (#647)
  • 44e2281 Bump various dependencies (#643)
  • dca4748 Bump tonic to 0.14 (#642)
  • d3848d7 Fix Nix builds and update the lock file (#641)
  • 4238e73 Fix some clippy warnings and building with --all-features (#640)
  • 71e7f1d chore(deps-dev): bump vite in /console-subscriber/examples/grpc_web/app (#627)
  • 63c70ee feat: add support for vsock connections (#623)
  • 1aa5185 chore(deps): bump crossbeam-channel from 0.5.13 to 0.5.15 (#624)
  • Additional commits viewable in compare view

Updates futures from 0.3.31 to 0.3.32

Release notes

Sourced from futures's releases.

0.3.32

  • Bump MSRV of utility crates to 1.71. (#2989)
  • Soft-deprecate ready! macro in favor of std::task::ready! added in Rust 1.64 (#2925)
  • Soft-deprecate pin_mut! macro in favor of std::pin::pin! added in Rust 1.68 (#2929)
  • Add FuturesOrdered::clear (#2927)
  • Add mpsc::*Receiver::recv (#2947)
  • Add mpsc::*Receiver::try_recv and deprecate mpsc::*Receiver::::try_next (#2944)
  • Implement FusedStream for sink::With (#2948)
  • Add no_std support for shared (#2868)
  • Make Mutex::new() const (#2956)
  • Add #[clippy::has_significant_drop] to guards (#2967)
  • Remove dependency to pin-utils (#2929)
  • Remove dependency on num_cpus (#2946)
  • Performance improvements (#2983)
  • Documentation improvements (#2925, #2926, #2940, #2971)
Changelog

Sourced from futures's changelog.

0.3.32 - 2026-02-15

  • Bump MSRV of utility crates to 1.71. (#2989)
  • Soft-deprecate ready! macro in favor of std::task::ready! added in Rust 1.64 (#2925)
  • Soft-deprecate pin_mut! macro in favor of std::pin::pin! added in Rust 1.68 (#2929)
  • Add FuturesOrdered::clear (#2927)
  • Add mpsc::*Receiver::recv (#2947)
  • Add mpsc::*Receiver::try_recv and deprecate mpsc::*Receiver::::try_next (#2944)
  • Implement FusedStream for sink::With (#2948)
  • Add no_std support for shared (#2868)
  • Make Mutex::new() const (#2956)
  • Add #[clippy::has_significant_drop] to guards (#2967)
  • Remove dependency to pin-utils (#2929)
  • Remove dependency on num_cpus (#2946)
  • Performance improvements (#2983)
  • Documentation improvements (#2925, #2926, #2940, #2971)
Commits
  • d9bba94 Release 0.3.32
  • 151e0b9 Add comments on rust-version field in Cargo.toml
  • 4aaf00c Bump MSRV of utility crates to 1.71
  • a4cce12 perf: improve AtomicWaker::wake performance (#2983)
  • ba9d102 Add #[clippy::has_significant_drop] to guards (#2967)
  • 20396a8 Fix rustdoc::broken_intra_doc_links warning
  • 815f6eb Fix documentation of BiLock::lock (#2971)
  • 0f0db04 futures-util: make Mutex::new() const (#2956)
  • 5d6fc5e ci: Test big-endian target (s390x Linux)
  • 9f739fe Ignore dead_code lint on Fn1 trait
  • Additional commits viewable in compare view

Updates git2 from 0.20.2 to 0.21.0

Changelog

Sourced from git2's changelog.

0.21.0 - 2026-05-18

0.20.4...main

Added

  • Added experimental SHA256 repository support behind the new unstable-sha256 Cargo feature, along with *_ext API variants that accept an ObjectFormat. #1206
  • Added opts::set_cache_max_size() and opts::get_cached_memory(). #1188
  • Added Repository::object_format() and a new ObjectFormat enum. #1204
  • Added Repository::set_config(). #1208
  • Added merge_file() along with MergeFileInput. #1210
  • Added Repository::refdb_compress() for packing loose refs. #1221
  • Added public Refdb type, along with Repository::refdb() and Repository::set_refdb(). Repository::refdb_compress() now delegates to Refdb::compress(). #1228
  • Added Revspec::into_objects(). #1230
  • Added BlameHunk::final_committer(), BlameHunk::orig_committer(), BlameHunk::summary(), and BlameHunk::summary_bytes(). #1231
  • Implemented Clone for Reference. #1233
  • Added Repository::author_from_env() and Repository::committer_from_env(). #1237
  • Added impl From<Utf8Error> for Error. #1239

Changed

  • ❗ The ssh, https, and cred Cargo features are no longer enabled by default. Previously default = ["ssh", "https"]; now default = []. Enable them explicitly if you rely on credential helpers or transport support. #1168
  • CredentialHelper and the url dependency are now gated behind the new cred Cargo feature. Enabling ssh ...

    Description has been truncated

Bumps the all group with 41 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.102` |
| [base64](https://github.com/marshallpierce/rust-base64) | `0.13.1` | `0.22.1` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.42` | `0.4.44` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.149` |
| [actix-identity](https://github.com/actix/actix-extras) | `0.4.0` | `0.9.0` |
| [actix-multipart](https://github.com/actix/actix-web) | `0.4.0` | `0.7.2` |
| [actix-web](https://github.com/actix/actix-web) | `4.11.0` | `4.13.0` |
| [async-compression](https://github.com/Nullus157/async-compression) | `0.3.15` | `0.4.33` |
| [awc](https://github.com/actix/actix-web) | `3.8.0` | `3.8.2` |
| [console-subscriber](https://github.com/tokio-rs/console) | `0.1.10` | `0.5.0` |
| [futures](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` |
| [git2](https://github.com/rust-lang/git2-rs) | `0.20.2` | `0.21.0` |
| [image](https://github.com/image-rs/image) | `0.23.14` | `0.25.10` |
| [ipnetwork](https://github.com/achanda/ipnetwork) | `0.20.0` | `0.21.1` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.10.5` | `0.14.0` |
| [lettre](https://github.com/lettre/lettre) | `0.10.4` | `0.11.22` |
| [maxminddb](https://github.com/oschwald/maxminddb-rust) | `0.24.0` | `0.28.1` |
| [md5](https://github.com/stainless-steel/md5) | `0.7.0` | `0.8.0` |
| [once_cell](https://github.com/matklad/once_cell) | `1.21.3` | `1.21.4` |
| [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust) | `0.31.0` | `0.32.0` |
| [opentelemetry-appender-tracing](https://github.com/open-telemetry/opentelemetry-rust) | `0.31.1` | `0.32.0` |
| [opentelemetry-instrumentation-actix-web](https://github.com/open-telemetry/opentelemetry-rust-contrib) | `0.23.0` | `0.24.0` |
| [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) | `0.31.1` | `0.32.0` |
| [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust) | `0.31.0` | `0.32.0` |
| [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) | `0.31.0` | `0.32.0` |
| [russh](https://github.com/warp-tech/russh) | `0.60.2` | `0.60.3` |
| [rust-argon2](https://github.com/sru-systems/rust-argon2) | `1.0.1` | `3.0.0` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.29.11` | `0.38.4` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.47.1` | `1.50.0` |
| [tracing-appender](https://github.com/tokio-rs/tracing) | `0.2.3` | `0.2.5` |
| [tracing-unwrap](https://github.com/abreis/tracing-unwrap) | `0.9.2` | `1.0.1` |
| [url](https://github.com/servo/rust-url) | `2.5.7` | `2.5.8` |
| [utoipa](https://github.com/juhaku/utoipa) | `4.2.3` | `5.5.0` |
| [utoipa-rapidoc](https://github.com/juhaku/utoipa) | `1.0.0` | `6.0.0` |
| [webauthn-rs](https://github.com/kanidm/webauthn-rs) | `0.5.4` | `0.5.5` |
| [zip](https://github.com/zip-rs/zip2) | `0.5.13` | `8.6.0` |
| [log](https://github.com/rust-lang/log) | `0.4.28` | `0.4.29` |
| [vergen](https://github.com/rustyhorde/vergen) | `6.0.2` | `8.3.2` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.101` | `1.0.106` |
| [quote](https://github.com/dtolnay/quote) | `1.0.41` | `1.0.45` |
| [syn](https://github.com/dtolnay/syn) | `1.0.109` | `2.0.106` |



Updates `anyhow` from 1.0.100 to 1.0.102
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.100...1.0.102)

Updates `base64` from 0.13.1 to 0.22.1
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.13.1...v0.22.1)

Updates `chrono` from 0.4.42 to 0.4.44
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.42...v0.4.44)

Updates `serde_json` from 1.0.145 to 1.0.149
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.145...v1.0.149)

Updates `actix-identity` from 0.4.0 to 0.9.0
- [Release notes](https://github.com/actix/actix-extras/releases)
- [Commits](actix/actix-extras@ws-v0.4.0...redis-v0.9.0)

Updates `actix-multipart` from 0.4.0 to 0.7.2
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/v0.7.2/CHANGES.md)
- [Commits](actix/actix-web@v0.4.0...v0.7.2)

Updates `actix-web` from 4.11.0 to 4.13.0
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/main/CHANGES.md)
- [Commits](actix/actix-web@web-v4.11.0...web-v4.13.0)

Updates `async-compression` from 0.3.15 to 0.4.33
- [Release notes](https://github.com/Nullus157/async-compression/releases)
- [Commits](Nullus157/async-compression@0.3.15...async-compression-v0.4.33)

Updates `awc` from 3.8.0 to 3.8.2
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/main/CHANGES.md)
- [Commits](actix/actix-web@awc-v3.8.0...awc-v3.8.2)

Updates `console-subscriber` from 0.1.10 to 0.5.0
- [Release notes](https://github.com/tokio-rs/console/releases)
- [Changelog](https://github.com/tokio-rs/console/blob/main/release-plz.toml)
- [Commits](tokio-rs/console@console-subscriber-v0.1.10...console-subscriber-v0.5.0)

Updates `futures` from 0.3.31 to 0.3.32
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.31...0.3.32)

Updates `git2` from 0.20.2 to 0.21.0
- [Changelog](https://github.com/rust-lang/git2-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/git2-rs@git2-0.20.2...git2-0.21.0)

Updates `image` from 0.23.14 to 0.25.10
- [Changelog](https://github.com/image-rs/image/blob/v0.25.10/CHANGES.md)
- [Commits](image-rs/image@v0.23.14...v0.25.10)

Updates `ipnetwork` from 0.20.0 to 0.21.1
- [Release notes](https://github.com/achanda/ipnetwork/releases)
- [Changelog](https://github.com/achanda/ipnetwork/blob/master/CHANGELOG.md)
- [Commits](achanda/ipnetwork@v0.20.0...v0.21.1)

Updates `itertools` from 0.10.5 to 0.14.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.10.5...v0.14.0)

Updates `lettre` from 0.10.4 to 0.11.22
- [Release notes](https://github.com/lettre/lettre/releases)
- [Changelog](https://github.com/lettre/lettre/blob/master/CHANGELOG.md)
- [Commits](lettre/lettre@v0.10.4...v0.11.22)

Updates `maxminddb` from 0.24.0 to 0.28.1
- [Release notes](https://github.com/oschwald/maxminddb-rust/releases)
- [Changelog](https://github.com/oschwald/maxminddb-rust/blob/main/CHANGELOG.md)
- [Commits](oschwald/maxminddb-rust@0.24.0...v0.28.1)

Updates `md5` from 0.7.0 to 0.8.0
- [Commits](https://github.com/stainless-steel/md5/commits)

Updates `once_cell` from 1.21.3 to 1.21.4
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.21.3...v1.21.4)

Updates `opentelemetry` from 0.31.0 to 0.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-prometheus-0.31.0...opentelemetry-0.32.0)

Updates `opentelemetry-appender-tracing` from 0.31.1 to 0.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-otlp-0.31.1...opentelemetry-appender-tracing-0.32.0)

Updates `opentelemetry-instrumentation-actix-web` from 0.23.0 to 0.24.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust-contrib/releases)
- [Commits](open-telemetry/opentelemetry-rust-contrib@opentelemetry-stackdriver-0.23.0...opentelemetry-instrumentation-actix-web-0.24.0)

Updates `opentelemetry-otlp` from 0.31.1 to 0.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-otlp-0.31.1...opentelemetry-otlp-0.32.0)

Updates `opentelemetry-semantic-conventions` from 0.31.0 to 0.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md)
- [Commits](open-telemetry/opentelemetry-rust@v0.31.0...opentelemetry-semantic-conventions-0.32.0)

Updates `opentelemetry_sdk` from 0.31.0 to 0.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md)
- [Commits](open-telemetry/opentelemetry-rust@v0.31.0...opentelemetry_sdk-0.32.0)

Updates `russh` from 0.60.2 to 0.60.3
- [Release notes](https://github.com/warp-tech/russh/releases)
- [Commits](Eugeny/russh@v0.60.2...v0.60.3)

Updates `rust-argon2` from 1.0.1 to 3.0.0
- [Changelog](https://github.com/sru-systems/rust-argon2/blob/master/CHANGELOG.md)
- [Commits](sru-systems/rust-argon2@1.0.1...3.0.0)

Updates `sysinfo` from 0.29.11 to 0.38.4
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.29.11...v0.38.4)

Updates `time` from 0.3.44 to 0.3.47
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.44...v0.3.47)

Updates `tokio` from 1.47.1 to 1.50.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.50.0)

Updates `tracing-appender` from 0.2.3 to 0.2.5
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-appender-0.2.3...tracing-appender-0.2.5)

Updates `tracing-unwrap` from 0.9.2 to 1.0.1
- [Commits](abreis/tracing-unwrap@0.9.2...1.0.1)

Updates `url` from 2.5.7 to 2.5.8
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.7...v2.5.8)

Updates `utoipa` from 4.2.3 to 5.5.0
- [Release notes](https://github.com/juhaku/utoipa/releases)
- [Changelog](https://github.com/juhaku/utoipa/blob/master/utoipa-rapidoc/CHANGELOG.md)
- [Commits](juhaku/utoipa@utoipa-4.2.3...utoipa-5.5.0)

Updates `utoipa-rapidoc` from 1.0.0 to 6.0.0
- [Release notes](https://github.com/juhaku/utoipa/releases)
- [Changelog](https://github.com/juhaku/utoipa/blob/master/utoipa-rapidoc/CHANGELOG.md)
- [Commits](juhaku/utoipa@utoipa-rapidoc-1.0.0...utoipa-rapidoc-6.0.0)

Updates `webauthn-rs` from 0.5.4 to 0.5.5
- [Release notes](https://github.com/kanidm/webauthn-rs/releases)
- [Commits](https://github.com/kanidm/webauthn-rs/commits)

Updates `zip` from 0.5.13 to 8.6.0
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/commits/v8.6.0)

Updates `log` from 0.4.28 to 0.4.29
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.28...0.4.29)

Updates `vergen` from 6.0.2 to 8.3.2
- [Release notes](https://github.com/rustyhorde/vergen/releases)
- [Commits](https://github.com/rustyhorde/vergen/commits)

Updates `proc-macro2` from 1.0.101 to 1.0.106
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.101...1.0.106)

Updates `quote` from 1.0.41 to 1.0.45
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.41...1.0.45)

Updates `syn` from 1.0.109 to 2.0.106
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@1.0.109...2.0.106)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-version: 1.0.102
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: base64
  dependency-version: 0.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: chrono
  dependency-version: 0.4.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde_json
  dependency-version: 1.0.149
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: actix-identity
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: actix-multipart
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: actix-web
  dependency-version: 4.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: async-compression
  dependency-version: 0.4.33
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: awc
  dependency-version: 3.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: console-subscriber
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: futures
  dependency-version: 0.3.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: git2
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: image
  dependency-version: 0.25.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ipnetwork
  dependency-version: 0.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: itertools
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: lettre
  dependency-version: 0.11.22
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: maxminddb
  dependency-version: 0.28.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: md5
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: once_cell
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: opentelemetry
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: opentelemetry-appender-tracing
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: opentelemetry-instrumentation-actix-web
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: opentelemetry-otlp
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: opentelemetry-semantic-conventions
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: opentelemetry_sdk
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: russh
  dependency-version: 0.60.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: rust-argon2
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: sysinfo
  dependency-version: 0.38.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: time
  dependency-version: 0.3.47
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tokio
  dependency-version: 1.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tracing-appender
  dependency-version: 0.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tracing-unwrap
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: url
  dependency-version: 2.5.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: utoipa
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: utoipa-rapidoc
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: webauthn-rs
  dependency-version: 0.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: zip
  dependency-version: 8.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: log
  dependency-version: 0.4.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: vergen
  dependency-version: 8.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: proc-macro2
  dependency-version: 1.0.106
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: quote
  dependency-version: 1.0.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: syn
  dependency-version: 2.0.106
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added automation::dependabot Issue or PR was created by Dependabot cause::dependency This PR was automatically opened by Dependabot ecosystem::rust type::chore labels May 25, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
gitarena Ready Ready Preview, Comment May 25, 2026 7:51pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation::dependabot Issue or PR was created by Dependabot cause::dependency This PR was automatically opened by Dependabot ecosystem::rust type::chore

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants