Skip to content

Bump the all group across 1 directory with 44 updates#97

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/all-a8982416a9
Open

Bump the all group across 1 directory with 44 updates#97
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/all-a8982416a9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Package From To
ipnetwork 0.20.0 0.21.1
actix-files 0.6.8 0.6.10
actix-identity 0.4.0 0.9.0
actix-multipart 0.4.0 0.7.2
actix-web 4.11.0 4.13.0
anyhow 1.0.100 1.0.102
async-compression 0.3.15 0.4.33
awc 3.8.0 3.8.2
base64 0.13.1 0.22.1
chrono 0.4.42 0.4.44
console-subscriber 0.1.10 0.5.0
futures 0.3.31 0.3.32
gix 0.75.0 0.83.0
git2 0.20.2 0.20.4
image 0.23.14 0.25.10
itertools 0.10.5 0.14.0
lettre 0.10.4 0.11.21
maxminddb 0.24.0 0.28.1
md5 0.7.0 0.8.0
multimap 0.8.3 0.10.1
notify 5.2.0 9.0.0-rc.3
once_cell 1.21.3 1.21.4
openssh-keys 0.5.0 0.6.5
rust-argon2 1.0.1 3.0.0
serde_json 1.0.145 1.0.149
sysinfo 0.29.11 0.38.4
tera 1.20.0 1.20.1
time 0.3.44 0.3.47
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.4.0
utoipa-rapidoc 1.0.0 6.0.0
zip 0.5.13 8.6.0
vergen 6.0.2 8.3.2
bincode 1.3.3 3.0.0
log 0.4.28 0.4.29
num-derive 0.3.3 0.4.2
proc-macro2 1.0.101 1.0.106
quote 1.0.41 1.0.45
syn 1.0.109 2.0.106

Updates ipnetwork from 0.20.0 to 0.21.1

Release notes

Sourced from ipnetwork's releases.

v0.21.1

Other

  • Fix for 0::/0 network (#205)

v0.21.0

Fixed

  • fix for 0.0.0.0/0 network (#199)
  • (deps) update rust crate serde to 1.0.200 (#196)
  • (deps) update rust crate serde to 1.0.199 (#194)
  • use associated constants (#191)

Other

  • Update .gitignore
  • Update publish.yml
  • Update publish.yml
  • Replace Ipv{4,6}Network::new_unchecked with Ipv{4,6}Network::new_checked (#203)
  • Make the serde feature opt-in instead of opt-out (#200)
  • Fix typo (#198)
  • Update publish.yml (#195)
  • (deps) update rust crate serde_json to 1.0.116 (#193)
  • setup release plz (#192)
  • Update Rust crate criterion to 0.5.1 (#172)
  • Update actions/checkout action to v4 (#182)
  • rewrite core ipv6 methods to operate on u128s (#187)
  • move to dtolnay/rust-toolchain and run clippy (#189)
  • Hash implementation to match PartialEq (#186)
  • Update Rust crate schemars to 0.8.17 (#184)
  • Add const unsafe new_unchecked to Ipv4Network & Ipv6Network (#185)
  • Update Rust crate schemars to 0.8.15 (#183)
  • Update Rust crate schemars to 0.8.13 (#181)
  • Add Ipv6Network::nth to get the nth address (take two) (#176)
  • Added needed traits to NetworkSize (#175)
  • Update criterion requirement from 0.4.0 to 0.5.0
  • Update katyo/publish-crates action to v2
  • Update actions/checkout action to v3
  • Update Rust crate schemars to 0.8.12
  • Add renovate.json
  • Replace assert_eq with assert for bool comparison
  • Use cargo clippy --fix to autofix code
  • Add a reference where missing
  • Cleanup mask for Ipv4Addr
  • Shrink the enumerate call on mask
  • Cleanup both size functions
  • Simplify FromStr for Ipv6Network
  • Make parse_prefix more idiomatic
  • Update criterion requirement from 0.3.4 to 0.4.0 (#162)
  • Update does-it-json requirement from 0.0.3 to 0.0.4 (#161)
Changelog

Sourced from ipnetwork's changelog.

0.21.1 - 2025-01-07

Other

  • Fix for 0::/0 network (#205)

0.21.0 - 2025-01-06

Fixed

  • fix for 0.0.0.0/0 network (#199)
  • (deps) update rust crate serde to 1.0.200 (#196)
  • (deps) update rust crate serde to 1.0.199 (#194)
  • use associated constants (#191)

Other

  • Update .gitignore
  • Update publish.yml
  • Update publish.yml
  • Replace Ipv{4,6}Network::new_unchecked with Ipv{4,6}Network::new_checked (#203)
  • Make the serde feature opt-in instead of opt-out (#200)
  • Fix typo (#198)
  • Update publish.yml (#195)
  • (deps) update rust crate serde_json to 1.0.116 (#193)
  • setup release plz (#192)
  • Update Rust crate criterion to 0.5.1 (#172)
  • Update actions/checkout action to v4 (#182)
  • rewrite core ipv6 methods to operate on u128s (#187)
  • move to dtolnay/rust-toolchain and run clippy (#189)
  • Hash implementation to match PartialEq (#186)
  • Update Rust crate schemars to 0.8.17 (#184)
  • Add const unsafe new_unchecked to Ipv4Network & Ipv6Network (#185)
  • Update Rust crate schemars to 0.8.15 (#183)
  • Update Rust crate schemars to 0.8.13 (#181)
  • Add Ipv6Network::nth to get the nth address (take two) (#176)
  • Added needed traits to NetworkSize (#175)
  • Update criterion requirement from 0.4.0 to 0.5.0
  • Update katyo/publish-crates action to v2
  • Update actions/checkout action to v3
  • Update Rust crate schemars to 0.8.12
  • Add renovate.json
  • Replace assert_eq with assert for bool comparison
  • Use cargo clippy --fix to autofix code
  • Add a reference where missing
  • Cleanup mask for Ipv4Addr
  • Shrink the enumerate call on mask
  • Cleanup both size functions
  • Simplify FromStr for Ipv6Network
  • Make parse_prefix more idiomatic

... (truncated)

Commits

Updates actix-files from 0.6.8 to 0.6.10

Release notes

Sourced from actix-files's releases.

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.
Changelog

Sourced from actix-files's changelog.

[0.6.10] - 2018-05-24

Added

  • Allow to use path without traling slashes for scope registration #241

  • Allow to set encoding for exact NamedFile #239

Fixed

  • TestServer::post() actually sends GET request #240

0.6.9 (2018-05-22)

  • Drop connection if request's payload is not fully consumed #236

  • Fix streaming response with body compression

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 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 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 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 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)

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

| Package | From | To |
| --- | --- | --- |
| [ipnetwork](https://github.com/achanda/ipnetwork) | `0.20.0` | `0.21.1` |
| [actix-files](https://github.com/actix/actix-web) | `0.6.8` | `0.6.10` |
| [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` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.102` |
| [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` |
| [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` |
| [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` |
| [gix](https://github.com/GitoxideLabs/gitoxide) | `0.75.0` | `0.83.0` |
| [git2](https://github.com/rust-lang/git2-rs) | `0.20.2` | `0.20.4` |
| [image](https://github.com/image-rs/image) | `0.23.14` | `0.25.10` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.10.5` | `0.14.0` |
| [lettre](https://github.com/lettre/lettre) | `0.10.4` | `0.11.21` |
| [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` |
| [multimap](https://github.com/havarnov/multimap) | `0.8.3` | `0.10.1` |
| [notify](https://github.com/notify-rs/notify) | `5.2.0` | `9.0.0-rc.3` |
| [once_cell](https://github.com/matklad/once_cell) | `1.21.3` | `1.21.4` |
| [openssh-keys](https://github.com/coreos/openssh-keys) | `0.5.0` | `0.6.5` |
| [rust-argon2](https://github.com/sru-systems/rust-argon2) | `1.0.1` | `3.0.0` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.149` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.29.11` | `0.38.4` |
| [tera](https://github.com/Keats/tera2) | `1.20.0` | `1.20.1` |
| [time](https://github.com/time-rs/time) | `0.3.44` | `0.3.47` |
| [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.4.0` |
| [utoipa-rapidoc](https://github.com/juhaku/utoipa) | `1.0.0` | `6.0.0` |
| [zip](https://github.com/zip-rs/zip2) | `0.5.13` | `8.6.0` |
| [vergen](https://github.com/rustyhorde/vergen) | `6.0.2` | `8.3.2` |
| [bincode](https://github.com/bincode-org/bincode) | `1.3.3` | `3.0.0` |
| [log](https://github.com/rust-lang/log) | `0.4.28` | `0.4.29` |
| [num-derive](https://github.com/rust-num/num-derive) | `0.3.3` | `0.4.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 `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 `actix-files` from 0.6.8 to 0.6.10
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/v0.6.10/CHANGES.md)
- [Commits](actix/actix-web@v0.6.8...v0.6.10)

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 `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 `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 `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 `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 `gix` from 0.75.0 to 0.83.0
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.75.0...gix-v0.83.0)

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

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 `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.21
- [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.21)

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 `multimap` from 0.8.3 to 0.10.1
- [Commits](https://github.com/havarnov/multimap/commits)

Updates `notify` from 5.2.0 to 9.0.0-rc.3
- [Release notes](https://github.com/notify-rs/notify/releases)
- [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md)
- [Commits](https://github.com/notify-rs/notify/commits/notify-9.0.0-rc.3)

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 `openssh-keys` from 0.5.0 to 0.6.5
- [Release notes](https://github.com/coreos/openssh-keys/releases)
- [Changelog](https://github.com/coreos/openssh-keys/blob/main/docs/release-notes.md)
- [Commits](coreos/openssh-keys@v0.5.0...v0.6.5)

Updates `regex` from 1.11.3 to 1.12.3
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.11.3...1.12.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 `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 `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 `tempfile` from 3.23.0 to 3.27.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.23.0...v3.27.0)

Updates `tera` from 1.20.0 to 1.20.1
- [Commits](https://github.com/Keats/tera2/commits)

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.4.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.4.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 `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 `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 `bincode` from 1.3.3 to 3.0.0
- [Commits](https://github.com/bincode-org/bincode/commits)

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 `num-derive` from 0.3.3 to 0.4.2
- [Changelog](https://github.com/rust-num/num-derive/blob/master/RELEASES.md)
- [Commits](rust-num/num-derive@num-derive-0.3.3...num-derive-0.4.2)

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: ipnetwork
  dependency-version: 0.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: actix-files
  dependency-version: 0.6.10
  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: anyhow
  dependency-version: 1.0.102
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: 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: 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: gix
  dependency-version: 0.83.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: git2
  dependency-version: 0.20.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: 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.21
  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: multimap
  dependency-version: 0.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: notify
  dependency-version: 9.0.0-rc.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  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: openssh-keys
  dependency-version: 0.6.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: regex
  dependency-version: 1.12.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: serde_json
  dependency-version: 1.0.149
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: tempfile
  dependency-version: 3.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tera
  dependency-version: 1.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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.4.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: zip
  dependency-version: 8.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  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: bincode
  dependency-version: 3.0.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: num-derive
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] <[email protected]>
@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 6, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 6, 2026

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

Project Deployment Actions Updated (UTC)
gitarena Ready Ready Preview, Comment May 6, 2026 10:54pm

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