Skip to content
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

build(deps): bump the cargo-dependencies group with 46 updates #58

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2023

Bumps the cargo-dependencies group with 46 updates:

Package From To
bytes 1.4.0 1.5.0
clap 4.3.24 4.4.6
clocksource 0.6.0 0.7.0
momento 0.31.0 0.32.1
metriken 0.2.3 0.3.0
net 294b679 9ede4a3
ratelimit 0.7.0 0.7.1
redis 0.22.3 0.23.3
ringlog 0.2.0 0.3.0
serde 1.0.185 1.0.189
serde_json 1.0.105 1.0.107
sha2 0.10.7 0.10.8
tokio 1.32.0 1.33.0
toml 0.7.6 0.8.2
thiserror 1.0.47 1.0.49
aho-corasick 1.0.4 1.1.2
anstyle 1.0.2 1.0.4
anstyle-parse 0.2.1 0.2.2
async-trait 0.1.73 0.1.74
bumpalo 3.13.0 3.14.0
byteorder 1.4.3 1.5.0
clap_lex 0.5.0 0.5.1
concurrent-queue 2.2.0 2.3.0
deranged 0.3.8 0.3.9
hermit-abi 0.3.2 0.3.3
itertools 0.10.5 0.11.0
libc 0.2.147 0.2.149
libm 0.2.7 0.2.8
linkme 0.3.15 0.3.17
matchit 0.7.2 0.7.3
memchr 2.5.0 2.6.4
num-traits 0.2.16 0.2.17
object 0.32.0 0.32.1
pin-project-lite 0.2.12 0.2.13
proc-macro2 1.0.66 1.0.69
regex 1.9.3 1.10.2
sha1 0.10.5 0.10.6
shlex 1.1.0 1.2.0
smallvec 1.11.0 1.11.1
time 0.3.27 0.3.30
tokio-util 0.7.8 0.7.9
tracing 0.1.37 0.1.39
typenum 1.16.0 1.17.0
unicode-ident 1.0.11 1.0.12
url 2.4.0 2.4.1
winnow 0.5.14 0.5.17

Updates bytes from 1.4.0 to 1.5.0

Release notes

Sourced from bytes's releases.

Bytes v1.5.0

1.5.0 (September 7, 2023)

Added

  • Add UninitSlice::{new,uninit} (#598, #599)
  • Implement BufMut for &mut [MaybeUninit<u8>] (#597)

Changed

  • Mark BytesMut::extend_from_slice as inline (#595)
Changelog

Sourced from bytes's changelog.

1.5.0 (September 7, 2023)

Added

  • Add UninitSlice::{new,uninit} (#598, #599)
  • Implement BufMut for &mut [MaybeUninit<u8>] (#597)

Changed

  • Mark BytesMut::extend_from_slice as inline (#595)
Commits

Updates clap from 4.3.24 to 4.4.6

Release notes

Sourced from clap's releases.

v4.4.6

[4.4.6] - 2023-09-28

Internal

  • Upgrade anstream

v4.4.5

[4.4.5] - 2023-09-25

Fixes

  • (parser) When inferring subcommand name or long_flag, allow ambiguous-looking matches that unambiguously map back to the same command
  • (parser) When inferring subcommand long_flag, don't panic
  • (assert) Clarify what action is causing a positional that doesn't set values which is especially useful for derive users

v4.4.4

[4.4.4] - 2023-09-18

Internal

  • Update terminal_size to 0.3

v4.4.3

[4.4.3] - 2023-09-12

Documentation

  • (derive) Clarify use of attributes within the tutorial
  • Split sections in the builder and derive tutorials into separate modules

v4.4.2

[4.4.2] - 2023-08-31

Performance

  • Improve build times by removing once_cell dependency

v4.4.1

[4.4.1] - 2023-08-28

Features

  • Stabilize Command::styles
Changelog

Sourced from clap's changelog.

[4.4.6] - 2023-09-28

Internal

  • Upgrade anstream

[4.4.5] - 2023-09-25

Fixes

  • (parser) When inferring subcommand name or long_flag, allow ambiguous-looking matches that unambiguously map back to the same command
  • (parser) When inferring subcommand long_flag, don't panic
  • (assert) Clarify what action is causing a positional that doesn't set values which is especially useful for derive users

[4.4.4] - 2023-09-18

Internal

  • Update terminal_size to 0.3

[4.4.3] - 2023-09-12

Documentation

  • (derive) Clarify use of attributes within the tutorial
  • Split sections in the builder and derive tutorials into separate modules

[4.4.2] - 2023-08-31

Performance

  • Improve build times by removing once_cell dependency

[4.4.1] - 2023-08-28

Features

  • Stabilize Command::styles

[4.4.0] - 2023-08-24

Compatibility

  • Update MSRV to 1.70.0
Commits

Updates clocksource from 0.6.0 to 0.7.0

Commits

Updates momento from 0.31.0 to 0.32.1

Release notes

Sourced from momento's releases.

v0.32.1

0.32.1 (2023-10-05)

Chores

  • update protos (#154) (13ce6bfc)

v0.32.0

0.32.0 (2023-09-19)

Feature

  • make new functions get_decompress and set_compress (#153) (b2a6baba)
Commits

Updates metriken from 0.2.3 to 0.3.0

Commits

Updates net from 294b679 to 9ede4a3

Commits

Updates ratelimit from 0.7.0 to 0.7.1

Commits

Updates redis from 0.22.3 to 0.23.3

Release notes

Sourced from redis's releases.

v0.23.3

0.23.3 (2023-09-01)

Note that this release fixes a small regression in async Redis Cluster handling of the PING command. Based on updated response aggregation logic in #888, it will again return a single response instead of an array.

Features

  • Add key_type command (#933 @​bruaba)
  • Async cluster: Group responses by response_policy. (#888)

Fixes

  • Remove unnecessary heap allocation (#939 @​thechampagne)
  • Sentinel tests: Ensure no ports are used twice (#915)
  • Fix lint issues (#937)
  • Fix JSON serialization error test (#928)
  • Remove unused dependencies (#916)

v0.23.2

0.23.2 (2023-08-10)

Fixes

  • Fix sentinel tests flakiness (#912)
  • Rustls: Remove usage of deprecated method (#921)
  • Fix compiling with sentinel feature, without aio feature (#922 @​brocaar)
  • Add timeouts to tests github action (#911)

v0.23.1

0.23.1 (2023-07-28)

Features

Changes

... (truncated)

Commits

Updates ringlog from 0.2.0 to 0.3.0

Commits

Updates serde from 1.0.185 to 1.0.189

Release notes

Sourced from serde's releases.

v1.0.189

  • Fix "cannot infer type" error when internally tagged enum contains untagged variant (#2613, thanks @​ahl)

v1.0.188

  • Fix "failed to parse manifest" error when building serde using a Cargo version between 1.45 and 1.50 (#2603)

v1.0.187

  • Remove support for Emscripten targets on rustc older than 1.40 (#2600)

v1.0.186

  • Disallow incompatible versions of serde_derive and serde in the dependency graph (#2588, thanks @​soqb)
Commits
  • e94fc65 Release 1.0.189
  • b908487 Remove double nesting of first_attempt
  • 2a7c7fa Merge pull request #2613 from ahl/fix-untagged-plus-simple
  • e302e15 Merge pull request #2625 from marcospb19/add-csv-to-the-list
  • 1cbea89 Add CSV to the formats list
  • 37a3285 Update ui test suite to nightly-2023-10-06
  • 8c4aad3 Clean up unneeded raw strings in test
  • 1774794 Resolve needless_raw_string_hashes clippy lint in test
  • 1af23f1 Test docs.rs documentation build in CI
  • 94fbc3d fix clippy
  • Additional commits viewable in compare view

Updates serde_json from 1.0.105 to 1.0.107

Release notes

Sourced from serde_json's releases.

v1.0.107

  • impl IntoDeserializer for &RawValue (#1071)

v1.0.106

Commits
  • b6e113f Release 1.0.107
  • 00626a0 Merge pull request #1073 from dtolnay/rawvalue
  • b9d296f IntoDeserializer for &RawValue
  • 4ea34a2 Merge pull request #1072 from dtolnay/rawvalue
  • fe30766 Support deserializing from &RawValue
  • 2c22077 Merge pull request #1062 from osiewicz/remove_build_rs
  • 04f7758 fixup! chore: Remove no_btreemap_get_key_value and no_btreemap_remove_entry.
  • 83bdc5f Omit return keyword in remove_entry
  • 89a2741 Revert "Remove limb_width32 and limb_width64 features"
  • 45f10ec Release 1.0.106
  • Additional commits viewable in compare view

Updates sha2 from 0.10.7 to 0.10.8

Commits

Updates tokio from 1.32.0 to 1.33.0

Release notes

Sourced from tokio's releases.

Tokio v1.33.0

1.33.0 (October 9, 2023)

Fixed

  • io: mark Interest::add with #[must_use] (#6037)
  • runtime: fix cache line size for RISC-V (#5994)
  • sync: prevent lock poisoning in watch::Receiver::wait_for (#6021)
  • task: fix spawn_local source location (#5984)

Changed

  • sync: use Acquire/Release orderings instead of SeqCst in watch (#6018)

Added

  • fs: add vectored writes to tokio::fs::File (#5958)
  • io: add Interest::remove method (#5906)
  • io: add vectored writes to DuplexStream (#5985)
  • net: add Apple tvOS support (#6045)
  • sync: add ?Sized bound to {MutexGuard,OwnedMutexGuard}::map (#5997)
  • sync: add watch::Receiver::mark_unseen (#5962, #6014, #6017)
  • sync: add watch::Sender::new (#5998)
  • sync: add const fn OnceCell::from_value (#5903)

Removed

  • remove unused stats feature (#5952)

Documented

  • add missing backticks in code examples (#5938, #6056)
  • fix typos (#5988, #6030)
  • process: document that Child::wait is cancel safe (#5977)
  • sync: add examples for Semaphore (#5939, #5956, #5978, #6031, #6032, #6050)
  • sync: document that broadcast capacity is a lower bound (#6042)
  • sync: document that const_new is not instrumented (#6002)
  • sync: improve cancel-safety documentation for mpsc::Sender::send (#5947)
  • sync: improve docs for watch channel (#5954)
  • taskdump: render taskdump documentation on docs.rs (#5972)

Unstable

  • taskdump: fix potential deadlock (#6036)

#5903: tokio-rs/tokio#5903 #5906: tokio-rs/tokio#5906 #5938: tokio-rs/tokio#5938 #5939: tokio-rs/tokio#5939 #5947: tokio-rs/tokio#5947

... (truncated)

Commits

Updates toml from 0.7.6 to 0.8.2

Commits
  • fe65b2b chore: Release
  • ed597eb chore: Release
  • 257a0fd docs: Update changelog
  • 4b44f53 Merge pull request #617 from epage/update
  • 7eaf286 fix(parser): Failed on mixed inline tables
  • e1f2037 test: Verify with latest data
  • 2f9253c chore: Update toml-test
  • c9b481c test(toml): Ensure tables are used for validation
  • 43d7f29 Merge pull request #615 from toml-rs/renovate/actions-checkout-4.x
  • ef9b837 chore(deps): update actions/checkout action to v4
  • Additional commits viewable in compare view

Updates thiserror from 1.0.47 to 1.0.49

Release notes

Sourced from thiserror's releases.

1.0.49

  • Access libcore types through ::core in generated code (#255, thanks @​mina86)

1.0.48

  • Improve implementation of displaying Path values in a generated Display impl (#251, thanks @​mina86)
Commits
  • 54465b7 Release 1.0.49
  • 79704ad Merge pull request 255 from mina86/a
  • 5bfbdae Test docs.rs documentation build in CI
  • f0f303a Prefer core crate in macro expansions
  • 435c7c8 Update actions/checkout@v3 -> v4
  • 5c5f342 Release 1.0.48
  • 490f0ca Merge pull request #254 from dtolnay/gatlink
  • 1a5dbc7 Add link to GAT PR
  • de58088 Ignore uninlined_format_args pedantic clippy lint in test
  • ae642d1 Format clippy allow attribute with rustfmt
  • Additional commits viewable in compare view

Updates aho-corasick from 1.0.4 to 1.1.2

Commits
  • d84a507 1.1.2
  • 0c3802f dfa: fix performance bug when building a DFA
  • 12025c5 doc: add a FIXME about a perf problem
  • 3c475c5 1.1.1
  • 3c811c2 teddy: replace _mm_extract_epi64 with transmute
  • 3ed2c38 benchmarks: start work on a more curated set of benchmarks
  • dd84b6d benchmarks: rename 'curated' to 'regexcurated'
  • 081a22f 1.1.0
  • 483b8a5 doc: fix wording that used to only refer to x86-64
  • f9d633f benchmarks: add x86_64 measurements
  • Additional commits viewable in compare view

Updates anstyle from 1.0.2 to 1.0.4

Commits

Updates anstyle-parse from 0.2.1 to 0.2.2

Commits

Updates async-trait from 0.1.73 to 0.1.74

Release notes

Sourced from async-trait's releases.

0.1.74

  • Documentation improvements
Commits
  • 265979b Release 0.1.74
  • 5e67709 Fix doc test when async fn in trait is natively supported
  • ef144ae Update ui test suite to nightly-2023-10-15
  • 9398a28 Test docs.rs documentation build in CI
  • 8737173 Update ui test suite to nightly-2023-09-24
  • 5ba643c Test dyn Trait containing async fn
  • 247c8e7 Add ui test testing the recommendation to use async-trait
  • 799db66 Update ui test suite to nightly-2023-09-23
  • 0e60248 Update actions/checkout@v3 -> v4
  • 7fcbc83 Update ui test suite to nightly-2023-08-29
  • See full diff in compare view

Updates bumpalo from 3.13.0 to 3.14.0

Changelog

Sourced from bumpalo's changelog.

3.14.0

Released 2023-09-14.

Added

  • Added the std cargo feature, which enables implementations of std traits for various things. Right now that is just std::io::Write for bumpalo::collections::Vec, but could be more in the future.

Commits
  • c610d5a Bump to version 3.14.0
  • 7dbb89c Merge pull request #216 from marmeladema/std-io-write
  • cdaaae1 Implement std::io::Write for Vec\<'bump, u8>
  • 86c63a4 Merge pull request #214 from waywardmonkeys/typo-fixes
  • 9c6c38f Fix some typos.
  • 9be533b Merge pull request #212 from waywardmonkeys/clippy-unnecessary-cast
  • 4d4cb90 clippy: Remove unneccessary casts.
  • 2c3ded0 Merge pull request #211 from frisoft/main
  • b6ea857 Merge pull request #1 from frisoft/update-license-field
  • abac21c Update license field following SPDX 2.1 license expression standard
  • Additional commits viewable in compare view

Updates byteorder from 1.4.3 to 1.5.0

Commits
  • ec068ee 1.5.0
  • 0cfb84d cargo: a few small fixups
  • 62b0e31 changelog: add a note about it not being updated
  • dd41ee2 msrv: bump to Rust 1.60
  • 52cc70c safety: verify alignment requirements of floats vs ints
  • c0b6678 impl: remove unsafe code from read_uint and read_uint128 methods
  • 1e2d8b0 impl: eliminate unsafe_write_num_bytes
  • 368cb55 impl: refactor write_slice macro slightly
  • c01f0fe impl: eliminate special case checking target_endian
  • 3409ee1 perf: convert endianess while reading slice in a single pass
  • Additional commits viewable in compare view

Updates clap_lex from 0.5.0 to 0.5.1

Changelog

Sourced from clap_lex's changelog.

v0.5.14 (2015-04-10)

Bug Fixes

  • usage
    • remove unneeded space (51372789)
    • remove warning about unused variables (ba817b9d)

Features

  • usage add ability to get usage string for subcommands too (3636afc4)

v0.5.13 (2015-04-09)

Features

  • SubCommands add method to get name and subcommand matches together (64e53928)
  • ArgMatches add method to get default usage string (02462150)

v0.5.12 (2015-04-08)

Features

  • help sort arguments by name so as to not display a random order (f4b2bf57)

v0.5.11 (2015-04-08)

Bug Fixes

  • flags fix bug not allowing users to specify -v or -h (90e72cff)

v0.5.10 (2015-04-08)

Bug Fixes

  • help fix spacing when option argument has not long version (ca17fa49)

... (truncated)

Commits

Updates concurrent-queue from 2.2.0 to 2.3.0

Release notes

Sourced from concurrent-queue's releases.

v2.3.0

  • Implement UnwindSafe without libstd. (#49)
  • Bump fastrand to v2.0.0. (#43)
  • Use inline assembly in the full_fence funtion. (#47)
Changelog

Sourced from concurrent-queue's changelog.

Version 2.3.0

  • Implement UnwindSafe without libstd. (#49)
  • Bump fastrand to v2.0.0. (#43)
  • Use inline assembly in the full_fence funtion. (#47)
Commits
  • 22b5e83 v2.3.0
  • 381d636 Update actions/checkout action to v4
  • 04f3a1e feat: Implement UnwindSafe on core (#49)
  • cbdf9e8 bugfix: Use inline assembly in full_fence
  • 2d30937 deps: Update loom requirement from 0.6 to 0.7
  • b660d79 Add smol-rs logo (#45)
  • c1d2c77 Update loom requirement from 0.5 to 0.6
  • 2cd3dba Update fastrand requirement from 1.3.3 to 2.0.0
  • See full diff in compare view

Updates deranged from 0.3.8 to 0.3.9

Commits

Updates hermit-abi from 0.3.2 to 0.3.3

Commits
  • 7c5fd16 chore: release hermit-abi 0.3.3
  • 3408237 feat(examples): add webserver
  • 266887c feat(examples): add fuse_test
  • da81b28 feat(abi): add syscalls for directories
  • 8e1d4b9 style: sort Cargo.toml
  • 07b05aa Merge pull request #481 from mkroening/nightly-2023-09-15
  • 7cdf9c7 chore: upgrade to nightly-2023-09-15
  • 90f3c0c Merge pull request #479 from hermit-os/dependabot/github_actions/docker/build...
  • 44836f7 Merge pull request #478 from hermit-os/dependabot/github_actions/docker/login....

    Description has been truncated

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 17, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/cargo-dependencies-fe9d876fd9 branch from 4cda9d9 to 927cc97 Compare October 17, 2023 15:13
Bumps the cargo-dependencies group with 46 updates:

| Package | From | To |
| --- | --- | --- |
| [bytes](https://github.com/tokio-rs/bytes) | `1.4.0` | `1.5.0` |
| [clap](https://github.com/clap-rs/clap) | `4.3.24` | `4.4.6` |
| [clocksource](https://github.com/pelikan-io/rustcommon) | `0.6.0` | `0.7.0` |
| [momento](https://github.com/momentohq/client-sdk-rust) | `0.31.0` | `0.32.1` |
| [metriken](https://github.com/pelikan-io/rustcommon) | `0.2.3` | `0.3.0` |
| [net](https://github.com/pelikan-io/pelikan) | ``294b679`` | ``9ede4a3`` |
| [ratelimit](https://github.com/pelikan-io/rustcommon) | `0.7.0` | `0.7.1` |
| [redis](https://github.com/redis-rs/redis-rs) | `0.22.3` | `0.23.3` |
| [ringlog](https://github.com/pelikan-io/rustcommon) | `0.2.0` | `0.3.0` |
| [serde](https://github.com/serde-rs/serde) | `1.0.185` | `1.0.189` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.105` | `1.0.107` |
| [sha2](https://github.com/RustCrypto/hashes) | `0.10.7` | `0.10.8` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.32.0` | `1.33.0` |
| [toml](https://github.com/toml-rs/toml) | `0.7.6` | `0.8.2` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.47` | `1.0.49` |
| [aho-corasick](https://github.com/BurntSushi/aho-corasick) | `1.0.4` | `1.1.2` |
| [anstyle](https://github.com/rust-cli/anstyle) | `1.0.2` | `1.0.4` |
| [anstyle-parse](https://github.com/rust-cli/anstyle) | `0.2.1` | `0.2.2` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.73` | `0.1.74` |
| [bumpalo](https://github.com/fitzgen/bumpalo) | `3.13.0` | `3.14.0` |
| [byteorder](https://github.com/BurntSushi/byteorder) | `1.4.3` | `1.5.0` |
| [clap_lex](https://github.com/clap-rs/clap) | `0.5.0` | `0.5.1` |
| [concurrent-queue](https://github.com/smol-rs/concurrent-queue) | `2.2.0` | `2.3.0` |
| [deranged](https://github.com/jhpratt/deranged) | `0.3.8` | `0.3.9` |
| [hermit-abi](https://github.com/hermitcore/hermit-rs) | `0.3.2` | `0.3.3` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.10.5` | `0.11.0` |
| [libc](https://github.com/rust-lang/libc) | `0.2.147` | `0.2.149` |
| [libm](https://github.com/rust-lang/libm) | `0.2.7` | `0.2.8` |
| [linkme](https://github.com/dtolnay/linkme) | `0.3.15` | `0.3.17` |
| [matchit](https://github.com/ibraheemdev/matchit) | `0.7.2` | `0.7.3` |
| [memchr](https://github.com/BurntSushi/memchr) | `2.5.0` | `2.6.4` |
| [num-traits](https://github.com/rust-num/num-traits) | `0.2.16` | `0.2.17` |
| [object](https://github.com/gimli-rs/object) | `0.32.0` | `0.32.1` |
| [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | `0.2.12` | `0.2.13` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.66` | `1.0.69` |
| [regex](https://github.com/rust-lang/regex) | `1.9.3` | `1.10.2` |
| [sha1](https://github.com/RustCrypto/hashes) | `0.10.5` | `0.10.6` |
| [shlex](https://github.com/comex/rust-shlex) | `1.1.0` | `1.2.0` |
| [smallvec](https://github.com/servo/rust-smallvec) | `1.11.0` | `1.11.1` |
| [time](https://github.com/time-rs/time) | `0.3.27` | `0.3.30` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.8` | `0.7.9` |
| [tracing](https://github.com/tokio-rs/tracing) | `0.1.37` | `0.1.39` |
| [typenum](https://github.com/paholg/typenum) | `1.16.0` | `1.17.0` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.11` | `1.0.12` |
| [url](https://github.com/servo/rust-url) | `2.4.0` | `2.4.1` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.5.14` | `0.5.17` |


Updates `bytes` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.4.0...v1.5.0)

Updates `clap` from 4.3.24 to 4.4.6
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.3.24...v4.4.6)

Updates `clocksource` from 0.6.0 to 0.7.0
- [Commits](https://github.com/pelikan-io/rustcommon/commits)

Updates `momento` from 0.31.0 to 0.32.1
- [Release notes](https://github.com/momentohq/client-sdk-rust/releases)
- [Commits](momentohq/client-sdk-rust@v0.31.0...v0.32.1)

Updates `metriken` from 0.2.3 to 0.3.0
- [Commits](https://github.com/pelikan-io/rustcommon/commits)

Updates `net` from `294b679` to `9ede4a3`
- [Commits](pelikan-io/pelikan@294b679...9ede4a3)

Updates `ratelimit` from 0.7.0 to 0.7.1
- [Commits](https://github.com/pelikan-io/rustcommon/commits)

Updates `redis` from 0.22.3 to 0.23.3
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-0.22.3...redis-0.23.3)

Updates `ringlog` from 0.2.0 to 0.3.0
- [Commits](https://github.com/pelikan-io/rustcommon/commits)

Updates `serde` from 1.0.185 to 1.0.189
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.185...v1.0.189)

Updates `serde_json` from 1.0.105 to 1.0.107
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.105...v1.0.107)

Updates `sha2` from 0.10.7 to 0.10.8
- [Commits](RustCrypto/hashes@sha2-v0.10.7...sha2-v0.10.8)

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

Updates `toml` from 0.7.6 to 0.8.2
- [Commits](toml-rs/toml@toml-v0.7.6...toml-v0.8.2)

Updates `thiserror` from 1.0.47 to 1.0.49
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.47...1.0.49)

Updates `aho-corasick` from 1.0.4 to 1.1.2
- [Commits](BurntSushi/aho-corasick@1.0.4...1.1.2)

Updates `anstyle` from 1.0.2 to 1.0.4
- [Commits](rust-cli/anstyle@anstyle-wincon-v1.0.2...v1.0.4)

Updates `anstyle-parse` from 0.2.1 to 0.2.2
- [Commits](rust-cli/anstyle@anstyle-parse-v0.2.1...anstyle-parse-v0.2.2)

Updates `async-trait` from 0.1.73 to 0.1.74
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.73...0.1.74)

Updates `bumpalo` from 3.13.0 to 3.14.0
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](fitzgen/bumpalo@3.13.0...3.14.0)

Updates `byteorder` from 1.4.3 to 1.5.0
- [Changelog](https://github.com/BurntSushi/byteorder/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/byteorder@1.4.3...1.5.0)

Updates `clap_lex` from 0.5.0 to 0.5.1
- [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_lex-v0.5.0...clap_lex-v0.5.1)

Updates `concurrent-queue` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/smol-rs/concurrent-queue/releases)
- [Changelog](https://github.com/smol-rs/concurrent-queue/blob/master/CHANGELOG.md)
- [Commits](smol-rs/concurrent-queue@v2.2.0...v2.3.0)

Updates `deranged` from 0.3.8 to 0.3.9
- [Commits](https://github.com/jhpratt/deranged/commits)

Updates `hermit-abi` from 0.3.2 to 0.3.3
- [Release notes](https://github.com/hermitcore/hermit-rs/releases)
- [Commits](hermit-os/hermit-rs@hermit-abi-0.3.2...hermit-abi-0.3.3)

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

Updates `libc` from 0.2.147 to 0.2.149
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.147...0.2.149)

Updates `libm` from 0.2.7 to 0.2.8
- [Changelog](https://github.com/rust-lang/libm/blob/master/CHANGELOG.md)
- [Commits](rust-lang/libm@0.2.7...0.2.8)

Updates `linkme` from 0.3.15 to 0.3.17
- [Release notes](https://github.com/dtolnay/linkme/releases)
- [Commits](dtolnay/linkme@0.3.15...0.3.17)

Updates `matchit` from 0.7.2 to 0.7.3
- [Release notes](https://github.com/ibraheemdev/matchit/releases)
- [Commits](ibraheemdev/matchit@v0.7.2...v0.7.3)

Updates `memchr` from 2.5.0 to 2.6.4
- [Commits](BurntSushi/memchr@2.5.0...2.6.4)

Updates `num-traits` from 0.2.16 to 0.2.17
- [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)
- [Commits](rust-num/num-traits@num-traits-0.2.16...num-traits-0.2.17)

Updates `object` from 0.32.0 to 0.32.1
- [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/object@0.32.0...0.32.1)

Updates `pin-project-lite` from 0.2.12 to 0.2.13
- [Release notes](https://github.com/taiki-e/pin-project-lite/releases)
- [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md)
- [Commits](taiki-e/pin-project-lite@v0.2.12...v0.2.13)

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

Updates `regex` from 1.9.3 to 1.10.2
- [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.9.3...1.10.2)

Updates `sha1` from 0.10.5 to 0.10.6
- [Commits](RustCrypto/hashes@sha1-v0.10.5...sha1-v0.10.6)

Updates `shlex` from 1.1.0 to 1.2.0
- [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/comex/rust-shlex/commits)

Updates `smallvec` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v1.11.0...v1.11.1)

Updates `time` from 0.3.27 to 0.3.30
- [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.27...v0.3.30)

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

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

Updates `typenum` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/paholg/typenum/releases)
- [Changelog](https://github.com/paholg/typenum/blob/main/CHANGELOG.md)
- [Commits](paholg/typenum@v1.16.0...v1.17.0)

Updates `unicode-ident` from 1.0.11 to 1.0.12
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.11...1.0.12)

Updates `url` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.4.0...v2.4.1)

Updates `winnow` from 0.5.14 to 0.5.17
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.5.14...v0.5.17)

---
updated-dependencies:
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: clocksource
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: momento
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: metriken
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: net
  dependency-type: direct:production
  dependency-group: cargo-dependencies
- dependency-name: ratelimit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: ringlog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: sha2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: aho-corasick
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: anstyle
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: anstyle-parse
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: async-trait
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: bumpalo
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: byteorder
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: clap_lex
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: concurrent-queue
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: deranged
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: hermit-abi
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: itertools
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: libc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: libm
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: linkme
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: matchit
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: memchr
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: num-traits
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: object
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: pin-project-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: regex
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: sha1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: shlex
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: smallvec
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: time
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: tokio-util
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: tracing
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: typenum
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: unicode-ident
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: url
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/cargo-dependencies-fe9d876fd9 branch from 927cc97 to 5ef4cac Compare October 17, 2023 15:26
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 17, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 17, 2023
@dependabot dependabot bot deleted the dependabot/cargo/cargo-dependencies-fe9d876fd9 branch October 17, 2023 21:56
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants