8000 Bump the cargo-crates group across 1 directory with 18 updates by dependabot[bot] · Pull Request #128 · jmgao/pore · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump the cargo-crates group across 1 directory with 18 updates #128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps the cargo-crates group with 17 updates in the / directory:

Package From To
anyhow 1.0.95 1.0.98
indoc 1.0.9 2.0.6
serde 1.0.217 1.0.219
serde_yaml 0.8.26 0.9.34+deprecated
toml 0.5.11 0.8.22
quick-xml 0.37.2 0.37.5
clap 4.5.29 4.5.38
chrono 0.4.39 0.4.41
dirs 4.0.0 6.0.0
shellexpand 2.1.2 3.1.1
fs4 0.9.1 0.13.1
git2 0.18.3 0.20.2
reqwest 0.11.27 0.12.15
version-compare 0.1.1 0.2.0
console 0.15.10 0.15.11
progpool 0.3.1 0.3.2
dashmap 5.5.3 6.1.0

Updates anyhow from 1.0.95 to 1.0.98

Release notes

Sourced from anyhow's releases.

1.0.98

1.0.97

  • Documentation improvements

1.0.96

  • Documentation improvements
Commits
  • 709fe86 Release 1.0.98
  • cbc1ad2 Merge pull request #415 from dtolnay/intodyn
  • e1a2017 Add 2 different conversions to Box<dyn Error + Send + Sync + 'static>
  • 29f2edd Merge pull request #416 from dtolnay/oldnostd
  • 2244db8 Omit unused obj 10000 ect_boxed from vtable in old no-std rustc
  • 213a9c2 Merge pull request #414 from dtolnay/nightly
  • 02aa6b6 Make all nightly go through the module that was probed
  • bfb89ef Release 1.0.97
  • c7fca9b Ignore elidable_lifetime_names pedantic clippy lint
  • 427c0bb Point standard library links to stable
  • Additional commits viewable in compare view

Updates indoc from 1.0.9 to 2.0.6

Release notes

Sourced from indoc's releases.

2.0.6

  • Documentation improvements

2.0.5

2.0.4

2.0.3

  • Documentation improvements

2.0.2

  • Add no-alloc category to crates.io metadata

2.0.1

  • Set html_root_url attribute

2.0.0

  • Change handling of final newline at zero levels of indentation (#55)
  • Add concatdoc! macro (#56)
  • Raise oldest supported rustc to 1.56
Commits
  • f5934e4 Release 2.0.6
  • 382de61 Point standard library links to stable
  • aed1b60 Unset doc-scrape-examples for lib target
  • 3840e47 More precise gitignore patterns
  • 8304a10 Prevent upload-artifact step from causing CI failure
  • eac624b Work around needless_raw_string_hashes pedantic clippy lint in test
  • 64949e1 Resolve needless_lifetimes clippy lint
  • 0d37b42 Ignore needless_lifetimes clippy lint
  • 78289e3 Upload CI Cargo.lock for reproducing failures
  • 9ee9ca9 Fill in ignore reasons in all #[ignore] attributes
  • Additional commits viewable in compare view

Updates serde from 1.0.217 to 1.0.219

Release notes

Sourced from serde's releases.

v1.0.219

  • Prevent absolute_paths Clippy restriction being triggered inside macro-generated code (#2906, thanks @​davidzeng0)

v1.0.218

  • Documentation improvements
Commits
  • 49d098d Release 1.0.219
  • 40f1d19 Wrap dummy.rs to 80 columns
  • 514848b Merge pull request #2906 from davidzeng0/master
  • 168b6cf fix clippy absolute paths warning
  • a8bdd17 Remove unused Punctuated import
  • 1c96013 Resolve mem_replace_with_default clippy lint
  • f0d1ae0 Ignore elidable_lifetime_names pedantic clippy lint
  • e3eaa6a Merge pull request #2896 from dtolnay/stabledoc
  • 6a630cf Also link to stable proc_macro
  • 7bfd518 Release 1.0.218
  • Additional commits viewable in compare view

Updates serde_yaml from 0.8.26 to 0.9.34+deprecated

Release notes

Sourced from serde_yaml's releases.

0.9.34

As of this release, I am not planning to publish further versions of serde_yaml as none of my projects have been using YAML for a long time, so I have archived the GitHub repo and marked the crate deprecated in the version number. An official replacement isn't designated for those who still need to work with YAML, but https://crates.io/search?q=yaml&sort=relevance and https://crates.io/keywords/yaml has a number of reasonable-looking options available.

0.9.33

0.9.32

  • Fix unused_imports warnings when compiled by rustc 1.78

0.9.31

  • Add swap_remove and shift_remove methods on Mapping (#408)

0.9.30

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

0.9.29

  • Turn on deny(unsafe_op_in_unsafe_fn) lint

0.9.28

  • Update unsafe-libyaml dependency to pull in unaligned write fix

0.9.27

  • Always serialize serde_yaml::Number containing NaN as a positive NaN (#394)

0.9.26

  • Guarantee that .nan is deserialized as a positive NaN (#392, #393)

0.9.25

  • Serialize using quoted style around scalar that has digits with leading zero (#347)

0.9.24

  • Implement FromStr for serde_yaml::Number (#381)

0.9.23

  • Documentation improvements

0.9.22

  • Update indexmap dependency to version 2

0.9.21

  • Make Tag::new panic if given empty string, since YAML has no syntax for an empty tag

0.9.20

  • Allow an empty YAML document to deserialize to None or Value::Null, in addition to the previously supported empty vector, empty map, and struct with no required fields

0.9.19

  • Fix message duplication between serde_yaml::Error's Display and source() (#359, #360)

0.9.18

  • Add support for emitting Unicode characters over codepoint U+FFFF (#356)

... (truncated)

Commits
  • 2009506 Release 0.9.34
  • 3ba8462 Add unmaintained note
  • 77236b0 Ignore dead code lint in tests
  • f4c9ed9 Release 0.9.33
  • b4edaee Pull in yaml_parser_fetch_more_tokens fix from libyaml
  • 8a5542c Resolve non_local_definitions warning in test
  • ea57d8c Release 0.9.32
  • a52b7ac Resolve prelude redundant import warnings
  • 9e0b8d3 Replace curly quotes with ascii straight quotes
  • 2a77483 Release 0.9.31
  • Additional commits viewable in compare view

Updates serde_derive from 1.0.217 to 1.0.219

Release notes

Sourced from serde_derive's releases.

v1.0.219

  • Prevent absolute_paths Clippy restriction being triggered inside macro-generated code (#2906, thanks @​davidzeng0)

v1.0.218

  • Documentation improvements
Commits
  • 49d098d Release 1.0.219
  • 40f1d19 Wrap dummy.rs to 80 columns
  • 514848b Merge pull request #2906 from davidzeng0/master
  • 168b6cf fix clippy absolute paths warning
  • a8bdd17 Remove unused Punctuated import
  • 1c96013 Resolve mem_replace_with_default clippy lint
  • f0d1ae0 Ignore elidable_lifetime_names pedantic clippy lint
  • e3eaa6a Merge pull request #2896 from dtolnay/stabledoc
  • 6a630cf Also link to stable proc_macro
  • 7bfd518 Release 1.0.218
  • Additional commits viewable in compare view

Updates toml from 0.5.11 to 0.8.22

Commits
  • 6922da3 chore: Release
  • fbf0a92 docs: Update changelog
  • 83588b3 Merge pull request #878 from epage/w1
  • eeb885c fix(serde): Skip fields with newtypes wrapping None
  • 3c305c7 test(serde): Show NewType(None) behavior
  • 7bd5eaf test(serde): Group None tests
  • 388cfa3 chore(deps): Update toml-test (#877)
  • a025b84 refactor(edit): Change ser none tracking to mut field
  • 54666ad docs(write): Add guidance
  • 13cf518 refactor(edit): Bypass a layer of abstraction in ser
  • Additional commits viewable in compare view

Updates quick-xml from 0.37.2 to 0.37.5

Release notes

Sourced from quick-xml's releases.

v0.37.5 - BytesCData::decode()

What's Changed

New Features

  • #857: Add BytesCData::decode().

#857: tafia/quick-xml#857

New Contributors

Full Changelog: tafia/quick-xml@v0.37.4...v0.37.5

v0.37.4 - Derive more traits for readers

What's Changed

Misc Changes

  • #852: Add Debug impl for NsReader and Reader and Clone impl for NsReader

#852: tafia/quick-xml#852

New Contributors

Full Changelog: tafia/quick-xml@v0.37.3...v0.37.4

v0.37.3 - support for xsi:nil in Deserializer

What's Changed

New Features

  • #850: Add Attribute::as_bool() method to get an attribute value as a boolean.
  • #850: Add Attributes::has_nil() method to check if attributes has xsi:nil attribute set to true.
  • #497: Handle xsi:nil attribute in serde Deserializer to better process optional fields.

Full Changelog: tafia/quick-xml@v0.37.2...v0.37.3

Changelog

Sourced from quick-xml's changelog.

0.37.5 -- 2025-04-27

New Features

  • #857: Add BytesCData::decode().

#857: tafia/quick-xml#857

0.37.4 -- 2025-04-01

Misc Changes

  • #852: Add Debug impl for NsReader and Reader and Clone impl for NsReader

#852: tafia/quick-xml#852

0.37.3 -- 2025-03-25

New Features

  • #850: Add Attribute::as_bool() method to get an attribute value as a boolean.
  • #850: Add Attributes::has_nil() method to check if attributes has xsi:nil attribute set to true.
  • #497: Handle xsi:nil attribute in serde Deserializer to better process optional fields.

#497: tafia/quick-xml#497 #850: tafia/quick-xml#850

Commits
  • a018365 Release 0.37.5
  • a7cb878 Merge pull request #857 from mematthias/master
  • 4acc194 Make BytesCData decode method pub
  • a81bac7 Release 0.37.4
  • cbcf835 Add some standard derives for Debug and Clone on Reader and NsReader.
  • 2cedfe1 Release 0.37.3
  • 44644b3 Merge pull request #850 from Mingun/fix/honor_xsi_nil
  • 3c4de88 Migrate to actions/upload-artifact@v4 in fuzzer sub-project
  • 6176c33 Properly use xsi:nil to deserialize null values via serde
  • 10b37f7 Add tests for xsi:nil handling
  • Additional commits viewable in compare view

Updates clap from 4.5.29 to 4.5.38

Release notes

Sourced from clap's releases.

v4.5.38

[4.5.38] - 2025-05-11

Fixes

  • (help) When showing aliases, include leading -- or -

v4.5.37

[4.5.37] - 2025-04-18

Features

  • Added ArgMatches::try_clear_id()

v4.5.36

[4.5.36] - 2025-04-11

Fixes

  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now

v4.5.35

[4.5.35] - 2025-04-01

Fixes

  • (help) Align positionals and flags when put in the same help_heading
  • (help) Don't leave space for shorts if there are none

v4.5.34

[4.5.34] - 2025-03-27

Fixes

  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

v4.5.33

[4.5.33] - 2025-03-26

Fixes

  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group

v4.5.32

[4.5.32] - 2025-03-10

Features

  • Add Error::remove

... (truncated)

Changelog

Sourced from clap's changelog.

[4.5.38] - 2025-05-11

Fixes

  • (help) When showing aliases, include leading -- or -

[4.5.37] - 2025-04-18

Features

  • Added ArgMatches::try_clear_id()

[4.5.36] - 2025-04-11

Fixes

  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now

[4.5.35] - 2025-04-01

Fixes

  • (help) Align positionals and flags when put in the same help_heading
  • (help) Don't leave space for shorts if there are none

[4.5.34] - 2025-03-27

Fixes

  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

[4.5.33] - 2025-03-26

Fixes

  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group

[4.5.32] - 2025-03-10

Features

  • Add Error::remove

Documentation

  • (cookbook) Switch from humantime to jiff
  • (tutorial) Better cover required vs optional

Internal

... (truncated)

Commits
  • 2920fb0 chore: Release
  • 8902627 docs: Update changelog
  • 79d696f Merge pull request #5813 from epage/ignore
  • 479df35 fix(parser): Fill in defaults on ignored error
  • a1d69ca refactor(parser): Split up parsing from post-processing
  • 6827841 test(parser): Show bad ignore_errors defaulting case
  • 76d0049 test(parser): Verify defaulting on errors
  • 3f5c05c test(parser): Ensure we are actually testing ignore_errors
  • ba4745d chore(ci): Fix use of permissions
  • 22944b4 chore(ci): Use matrix for tracking the runner
  • Additional commits viewable in compare view

Updates chrono from 0.4.39 to 0.4.41

Release notes

Sourced from chrono's releases.

v0.4.41

What's Changed

0.4.40

What's Changed

Commits
  • d1de1d9 Bump version to 0.4.41
  • e2bd1d1 Add support for lenient format strings (#1693)
  • 2c95b0a Tweak expression to avoid repetition
  • ebeef99 TimeZone::from_posix_tz: Treat empty TZ variable as UTC
  • dc068f0 Tweak style on NaiveWeek fixes
  • b267a4f Implemented consistent Hash and Eq trait for NaiveWeek
  • 7c0bd13 Apply suggestions from clippy 1.86
  • 104cdc7 Bump MSRV to 1.62
  • 6a85301 Upgrade to windows-bindgen 0.61
  • 265c79b Tweak WeekdaySet method order
  • Additional commits viewable in compare view

Updates dirs from 4.0.0 to 6.0.0

Commits

Updates shellexpand from 2.1.2 to 3.1.1

Commits
  • 1ca44c8 Merge branch 'release' into 'main'
  • 751b7fb Prepare release of 3.1.1
  • 867db4d Merge branch 'msrv-2' into 'main'
  • 024811b Downgrade MSRV in Cargo.toml
  • 656d1e0 Merge branch 'msrv' into 'main'
  • a18feb8 Routine cargo update
  • 590b4fa Declare MSRV in Cargo.toml
  • 2af19f0 Merge branch 'dirs' into 'main'
  • 480a4cb Bump max dirs version to 6
  • b8d99fc Merge branch 'release' into 'main'
  • Additional commits viewable in compare view

Updates fs4 from 0.9.1 to 0.13.1

Release notes

Sourced from fs4's releases.

v0.10.0

Features

  • Add *_async APIs for convenience when using fs4 with async runtimes.
Changelog

Sourced from fs4's changelog.

Releases

0.13.0

Breakage

  • Make try_lock_* return std::io::Result<bool>, which is compatible with the upcoming std::fs::File::try_lock* in std.
Commits

Updates git2 from 0.18.3 to 0.20.2

Changelog

Sourced from git2's changelog.

0.20.2 - 2025-05-05

0.20.1...0.20.2

Added

  • Added Status::WT_UNREADABLE. #1151

Fixed

  • Added missing codes for GIT_EDIRECTORY, GIT_EMERGECONFLICT, GIT_EUNCHANGED, GIT_ENOTSUPPORTED, and GIT_EREADONLY to Error::raw_code. #1153
  • Fixed missing initialization in Indexer::new. #1160

0.20.1 - 2025-03-17

0.20.0...0.20.1

Added

  • Added Repository::branch_upstream_merge() #1131
  • Added Index::conflict_get() #1134
  • Added Index::conflict_remove() #1133
  • Added opts::set_cache_object_limit() #1118
  • Added Repo::merge_file_from_index() and associated MergeFileOptions and MergeFileResult. #1062

Changed

  • The url dependency minimum raised to 2.5.4 #1128
  • Changed the tracing callback to abort the process if the callback panics instead of randomly detecting the panic in some other function. #1121
  • Credential helper config (loaded with CredentialHelper::config) now checks for helpers that start with something that looks like an absolute path, rather than checking for a / or \ anywhere in the helper string (which resolves an issue if the helper had arguments with / or \). #1137

Fixed

  • Fixed panic in Remote::url_bytes if the url is empty. #1120
  • Fixed incorrect lifetimes on Patch::delta, Patch::hunk, and Patch::line_in_hunk. The return values must not outlive the Patch. #1141
  • Bumped requirement to libgit2-sys 0.18.1, which fixes linking of advapi32 on Windows. #1143

... (truncated)

Commits
  • 1fb5f64 Merge pull request #1161 from ehuss/bump-version
  • 26bfd30 Update version of git2 to 0.20.2
  • eef4592 Merge pull request #1160 from ehuss/indexer-init
  • 7f42b7a Clarify Indexer::new path parameter
  • 1774e57 Call init in Indexer::new
  • 5bc3baa Merge pull request #1155 from reddevilmidzy/master
  • ba5e1b3 Make link an intra-doc link
  • 38681b1 fix: add a backtick
  • b82f801 Merge pull request #1153 from alyssais/raw_code
  • 00faf61 Add missing code checks to Error::raw_code()
  • Additional commits viewable in compare view

Updates reqwest from 0.11.27 to 0.12.15

Release notes

Sourced from reqwest's releases.

v0.12.15

What's Changed

New Contributors

Full Changelog: seanmonstar/reqwest@v0.12.14...v0.12.15

v0.12.14

What's Changed

Full Changelog: seanmonstar/reqwest@v0.12.13...v0.12.14

v0.12.13

What's Changed

  • Add Form::into_reader() for blocking multipart forms.
  • Add Form::into_stream() for async multipart forms.
  • Add support for SOCKS4a proxies.
  • Fix decoding responses with multiple zstd frames.
  • Fix RequestBuilder::form() from overwriting a previously set Content-Type header, like the other builder methods.
  • Fix cloning of request timeout in blocking::Request.
  • Fix http3 synchronization of connection creation, reducing unneccesary extra connections.
  • Fix Windows system proxy to use ProxyOverride as a NO_PROXY value.
  • Fix blocking read to correctly reserve and zero read buffer.
  • (wasm) Add support for request timeouts.
  • (wasm) Fix Error::is_timeout() to return true when from a request timeout.

New Contributors

Thanks!

... (truncated)

Changelog

Sourced from reqwest's changelog.

v0.12.15

  • Fix Windows to support both ProxyOverride and NO_PROXY.
  • Fix http3 to support streaming response bodies.
  • Fix http3 dependency from public API misuse.

v0.12.14

  • Fix missing fetch_mode_no_cors(), marking as deprecated when not on WASM.

v0.12.13

  • Add Form::into_reader() for blocking multipart forms.
  • Add Form::into_stream() for async multipart forms.
  • Add support for SOCKS4a proxies.
  • Fix decoding responses with multiple zstd frames.
  • Fix RequestBuilder::form() from overwriting a previously set Content-Type header, like the other builder methods.
  • Fix cloning of request timeout in blocking::Request.
  • Fix http3 synchronization of connection creation, reducing unneccesary extra connections.
  • Fix Windows system proxy to use ProxyOverride as a NO_PROXY value.
  • Fix blocking read to correctly reserve and zero read buffer.
  • (wasm) Add support for request timeouts.
  • (wasm) Fix Error::is_timeout() to return true when from a request timeout.

v0.12.12

  • (wasm) Fix compilation by not compiler tokio/time on WASM.

v0.12.11

  • Fix decompression returning an error when HTTP/2 ends with an empty data frame.

v0.12.10

  • Add ClientBuilder::connector_layer() to allow customizing the connector stack.
  • Add ClientBuilder::http2_max_header_list_size() option.
  • Fix propagating body size hint (content-length) information when wrapping bodies.
  • Fix decompression of chunked bodies so the connections can be reused more often.

v0.12.9

  • Add tls::CertificateRevocationLists support.
  • Add crate features to enable webpki roots without selecting a rustls provider.
  • Fix connection_verbose() to output read logs.
  • Fix multipart::Part::file() to automatically include content-length.
  • Fix proxy to internally no longer cache system proxy settings.

v0.12.8

  • Add support for SOCKS4 proxies.

... (truncated)

Commits

Updates version-compare from 0.1.1 to 0.2.0

Changelog

Sourced from version-compare's changelog.

0.2.0 (2024-03-16)

  • Add manifest option to use GNU based ordering
  • Implement from trait for ordering, deprecate from_ord
  • Bump MSRV to 1.56.0
  • Bump Rust edition to 2021
Commits
  • b789445 Bump version to 0.2.0
  • d1be1b7 Bump MSRV to 1.56.0 with Rust edition 2021
  • 4aa9ef9 Run CI on shared GitLab runners
  • 548bd90 Make Manifest Copy
  • 3f7fa15 GNU numbers are ordered differently, update GNU logic and test suite
  • 896298d Disable cache in CI
  • 7970fd1 Run Linux jobs on custom runner in GitLab CI
  • 77e6b8b Fix compilation e 8000 rror on MSRV
  • fa8fde1 Mark manifest struct as non-exhaustive
  • 3f20967 Add manifest option to enable GNU based ordering
  • Additional commits viewable in compare view

Updates console from 0.15.10 to 0.15.11

Release notes

Sourced from console's releases.

0.15.11

What's Changed

Commits
  • c7002e3 Refer to GitHub Releases
  • 73033ec Bump version to 0.15.11
  • 4fa21ad Simplify windows read_single_key()
  • 456eb78 Remove unused cruft
  • 8623cd6 Simplify ConsoleModeGuard::set()
  • ca2e0f8 Use match for creation of new console mode
  • 2f7184f Add docstring for Windows set_console_mode()
  • 3c7ba95 Explicitly handle CtrlC on Windows (#235)
  • de16ee6 Run clippy on all major platforms
  • cb6126e Extend application of clippy
  • Additional commits viewable in compare view

Updates progpool from 0.3.1 to 0.3.2

Commits

Updates dashmap from 5.5.3 to 6.1.0

Release notes

Sourced from dashmap's releases.

v6.1.0

v6.0.1

This is a patch release, now the main release for v6 as v6.0.0 was yanked shortly after release.

Thanks to @​JesusGuzmanJr for notifying me about a critical bug that was introduced so that I could resolve it: #304.

PRs for this release: #305 + xacrimon/dashmap@d5c8be6

v6.0.0

This release contains performance ...

Description has been truncated

Bumps the cargo-crates group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.95` | `1.0.98` |
| [indoc](https://github.com/dtolnay/indoc) | `1.0.9` | `2.0.6` |
| [serde](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.219` |
| [serde_yaml](https://github.com/dtolnay/serde-yaml) | `0.8.26` | `0.9.34+deprecated` |
| [toml](https://github.com/toml-rs/toml) | `0.5.11` | `0.8.22` |
| [quick-xml](https://github.com/tafia/quick-xml) | `0.37.2` | `0.37.5` |
| [clap](https://github.com/clap-rs/clap) | `4.5.29` | `4.5.38` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.39` | `0.4.41` |
| [dirs](https://github.com/soc/dirs-rs) | `4.0.0` | `6.0.0` |
| [shellexpand](https://gitlab.com/ijackson/rust-shellexpand) | `2.1.2` | `3.1.1` |
| [fs4](https://github.com/al8n/fs4-rs) | `0.9.1` | `0.13.1` |
| [git2](https://github.com/rust-lang/git2-rs) | `0.18.3` | `0.20.2` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.27` | `0.12.15` |
| [version-compare](https://gitlab.com/timvisee/version-compare) | `0.1.1` | `0.2.0` |
| [console](https://github.com/console-rs/console) | `0.15.10` | `0.15.11` |
| [progpool](https://github.com/jmgao/progpool) | `0.3.1` | `0.3.2` |
| [dashmap](https://github.com/xacrimon/dashmap) | `5.5.3` | `6.1.0` |



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

Updates `indoc` from 1.0.9 to 2.0.6
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](dtolnay/indoc@1.0.9...2.0.6)

Updates `serde` from 1.0.217 to 1.0.219
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.217...v1.0.219)

Updates `serde_yaml` from 0.8.26 to 0.9.34+deprecated
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](dtolnay/serde-yaml@0.8.26...0.9.34)

Updates `serde_derive` from 1.0.217 to 1.0.219
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.217...v1.0.219)

Updates `toml` from 0.5.11 to 0.8.22
- [Commits](toml-rs/toml@toml-v0.5.11...toml-v0.8.22)

Updates `quick-xml` from 0.37.2 to 0.37.5
- [Release notes](https://github.com/tafia/quick-xml/releases)
- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md)
- [Commits](tafia/quick-xml@v0.37.2...v0.37.5)

Updates `clap` from 4.5.29 to 4.5.38
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.29...clap_complete-v4.5.38)

Updates `chrono` from 0.4.39 to 0.4.41
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.39...v0.4.41)

Updates `dirs` from 4.0.0 to 6.0.0
- [Commits](https://github.com/soc/dirs-rs/commits)

Updates `shellexpand` from 2.1.2 to 3.1.1
- [Commits](https://gitlab.com/ijackson/rust-shellexpand/compare/shellexpand/2.1.2...shellexpand-3.1.1)

Updates `fs4` from 0.9.1 to 0.13.1
- [Release notes](https://github.com/al8n/fs4-rs/releases)
- [Changelog](https://github.com/al8n/fs4-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/al8n/fs4-rs/commits)

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

Updates `reqwest` from 0.11.27 to 0.12.15
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.27...v0.12.15)

Updates `version-compare` from 0.1.1 to 0.2.0
- [Changelog](https://gitlab.com/timvisee/version-compare/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/timvisee/version-compare/compare/v0.1.1...v0.2.0)

Updates `console` from 0.15.10 to 0.15.11
- [Release notes](https://github.com/console-rs/console/releases)
- [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md)
- [Commits](console-rs/console@0.15.10...0.15.11)

Updates `progpool` from 0.3.1 to 0.3.2
- [Commits](jmgao/progpool@v0.3.1...v0.3.2)

Updates `dashmap` from 5.5.3 to 6.1.0
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](xacrimon/dashmap@v.5.5.3...v6.1.0)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-version: 1.0.98
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-crates
- dependency-name: indoc
  dependency-version: 2.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-crates
- dependency-name: serde
  dependency-version: 1.0.219
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-crates
- dependency-name: serde_yaml
  dependency-version: 0.9.34+deprecated
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-crates
- dependency-name: serde_derive
  dependency-version: 1.0.219
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-crates
- dependency-name: toml
  dependency-version: 0.8.22
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-crates
- dependency-name: quick-xml
  dependency-version: 0.37.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-crates
- dependency-name: clap
  dependency-version: 4.5.38
  depend
704F
ency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-crates
- dependency-name: chrono
  dependency-version: 0.4.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-crates
- dependency-name: dirs
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-crates
- dependency-name: shellexpand
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-crates
- dependency-name: fs4
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-crates
- dependency-name: git2
  dependency-version: 0.20.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-crates
- dependency-name: reqwest
  dependency-version: 0.12.15
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-crates
- dependency-name: version-compare
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-crates
- dependency-name: console
  dependency-version: 0.15.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-crates
- dependency-name: progpool
  dependency-version: 0.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-crates
- dependency-name: dashmap
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-crates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants
0