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

[cargo](deps): Bump the deps group with 19 updates #121

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps the deps group with 19 updates:

Package From To
aws-config 1.1.8 1.1.9
aws-sdk-s3 1.20.0 1.21.0
enum_dispatch 0.3.12 0.3.13
serde_json 1.0.114 1.0.115
tokio 1.36.0 1.37.0
xml-rs 0.8.19 0.8.20
autocfg 1.1.0 1.2.0
aws-sdk-sso 1.17.0 1.18.0
aws-sdk-ssooidc 1.17.0 1.18.0
aws-sdk-sts 1.17.0 1.18.0
aws-smithy-async 1.1.8 1.2.0
itoa 1.0.10 1.0.11
memchr 2.7.1 2.7.2
pin-project-lite 0.2.13 0.2.14
quanta 0.12.2 0.12.3
regex-syntax 0.8.2 0.8.3
security-framework 2.9.2 2.10.0
security-framework-sys 2.9.1 2.10.0
syn 2.0.55 2.0.57

Updates aws-config from 1.1.8 to 1.1.9

Commits

Updates aws-sdk-s3 from 1.20.0 to 1.21.0

Commits

Updates enum_dispatch from 0.3.12 to 0.3.13

Changelog

Sourced from enum_dispatch's changelog.

0.3.13

  • Fix namespace collision with imports named core (!35)
Commits
  • c20b482 v0.3.13
  • 36b13dc add test for ::core namespace collision
  • e7e6ce5 Merge branch 'master' into 'master'
  • 9a2e6e0 added prefix to specifer to fix naming conflicts
  • 38d9dd5 Merge branch 'include-tests' into 'master'
  • 5239382 Cargo.toml: include tests in crate
  • See full diff in compare view

Updates serde_json from 1.0.114 to 1.0.115

Release notes

Sourced from serde_json's releases.

v1.0.115

  • Documentation improvements
Commits
  • b1ebf38 Release 1.0.115
  • c3dc153 Merge pull request #1119 from titaniumtraveler/pr
  • 218770b Explicitly install a Rust toolchain for cargo-outdated job
  • 840da8e Fix missing backticks in doc comments
  • 3a3f61b Temporarily disable miri on doctests
  • 4a0be88 Format regression tests with rustfmt
  • d2dbbf7 Ignore dead code lint in tests
  • 8e7b37b Merge pull request #1118 from serde-rs/transparent
  • a25f6c6 Remove conditional on repr(transparent)
  • fedf834 Ignore non_local_definitions false positive in test
  • See full diff in compare view

Updates tokio from 1.36.0 to 1.37.0

Release notes

Sourced from tokio's releases.

Tokio v1.37.0

1.37.0 (March 28th, 2024)

Added

  • fs: add set_max_buf_size to tokio::fs::File (#6411)
  • io: add try_new and try_with_interest to AsyncFd (#6345)
  • sync: add forget_permits method to semaphore (#6331)
  • sync: add is_closed, is_empty, and len to mpsc receivers (#6348)
  • sync: add a rwlock() method to owned RwLock guards (#6418)
  • sync: expose strong and weak counts of mpsc sender handles (#6405)
  • sync: implement Clone for watch::Sender (#6388)
  • task: add TaskLocalFuture::take_value (#6340)
  • task: implement FromIterator for JoinSet (#6300)

Changed

  • io: make io::split use a mutex instead of a spinlock (#6403)

Fixed

  • docs: fix docsrs build without net feature (#6360)
  • macros: allow select with only else branch (#6339)
  • runtime: fix leaking registration entries when os registration fails (#6329)

Documented

  • io: document cancel safety of AsyncBufReadExt::fill_buf (#6431)
  • io: document cancel safety of AsyncReadExt's primitive read functions (#6337)
  • runtime: add doc link from Runtime to #[tokio::main] (#6366)
  • runtime: make the enter example deterministic (#6351)
  • sync: add Semaphore example for limiting the number of outgoing requests (#6419)
  • sync: fix missing period in broadcast docs (#6377)
  • sync: mark mpsc::Sender::downgrade with #[must_use] (#6326)
  • sync: reorder const_new before new_with (#6392)
  • sync: update watch channel docs (#6395)
  • task: fix documentation links (#6336)

Changed (unstable)

  • runtime: include task Id in taskdumps (#6328)
  • runtime: panic if unhandled_panic is enabled when not supported (#6410)

#6300: tokio-rs/tokio#6300 #6326: tokio-rs/tokio#6326 #6328: tokio-rs/tokio#6328 #6329: tokio-rs/tokio#6329 #6331: tokio-rs/tokio#6331 #6336: tokio-rs/tokio#6336 #6337: tokio-rs/tokio#6337

... (truncated)

Commits
  • 9c337ca chore: prepare Tokio v1.37.0 (#6435)
  • e542501 io: document cancel safety of AsyncBufReadExt::fill_buf (#6431)
  • 4601c84 stream: add next_many and poll_next_many to StreamMap (#6409)
  • deff252 util: document cancel safety of SinkExt::send and StreamExt::next (#6417)
  • 4565b81 sync: add a rwlock() method to owned RwLock guards (#6418)
  • 3ce4720 sync: add is_closed, is_empty, and len to mpsc receivers (#6348)
  • 8342e4b util: assert compatibility between LengthDelimitedCodec options (#6414)
  • 4c453e9 readme: add description about benchmarks (#6425)
  • 1846483 sync: expose strong and weak counts of mpsc sender handles (#6405)
  • baad270 sync: add Semaphore example for limiting the number of outgoing requests (#6419)
  • Additional commits viewable in compare view

Updates xml-rs from 0.8.19 to 0.8.20

Changelog

Sourced from xml-rs's changelog.

Version 0.8.20

  • Fixed escaping of literal ]]> in CDATA
Commits

Updates autocfg from 1.1.0 to 1.2.0

Commits
  • c10bc17 Merge pull request #57 from cuviper/release-1.2.0
  • 1c029e4 Fix clippy::needless_borrows_for_generic_args
  • 8fbf203 Release 1.2.0
  • 7f3e58b Merge pull request #56 from cuviper/wrappers
  • 1ca2af8 Support RUSTC_WRAPPER and RUSTC_WORKSPACE_WRAPPER
  • cf17815 Merge pull request #27 from cuviper/set_no_std
  • 32c1170 Use consistent verb form in docs
  • 3c2cf0e Add getter no_std() and setter set_no_std(bool)
  • 5e07f6a Merge pull request #55 from cuviper/farewell-bors
  • 8717f69 Add a summary CI job
  • Additional commits viewable in compare view

Updates aws-sdk-sso from 1.17.0 to 1.18.0

Commits

Updates aws-sdk-ssooidc from 1.17.0 to 1.18.0

Commits

Updates aws-sdk-sts from 1.17.0 to 1.18.0

Commits

Updates aws-smithy-async from 1.1.8 to 1.2.0

Commits

Updates itoa from 1.0.10 to 1.0.11

Release notes

Sourced from itoa's releases.

1.0.11

Commits
  • 8f39203 Release 1.0.11
  • eeca57d Touch up comments
  • ea29bbd Merge pull request #42 from anforowicz/more-granular-unsafe-blocks
  • 526d4e4 Explicitly install a Rust toolchain for cargo-outdated job
  • fde7fa5 More granular unsafe blocks.
  • d5e45f2 Temporarily disable miri on doctests
  • See full diff in compare view

Updates memchr from 2.7.1 to 2.7.2

Commits
  • 20ef11f 2.7.2
  • 1e4b8a8 wasm32: require 'simd128' to be enabled at compile time
  • e02697b ci: bump actions/checkout to v4
  • b12ad6d ci: reintroduce x86-64 test for non-SSE environment
  • 21def52 style: fix dead_code lint
  • 14823b4 ci: remove x86-64 test for non-SSE environment
  • e1c10c5 benchmarks: add stringzilla to appropriate definitions
  • 328df56 benchmarks: add 'stringzilla'
  • cedf318 benchmarks: add measurements for memchr 2.7 on aarch64
  • d419718 benchmarks: add measurements for memchr 2.7 on x86-64
  • Additional commits viewable in compare view

Updates pin-project-lite from 0.2.13 to 0.2.14

Release notes

Sourced from pin-project-lite's releases.

0.2.14

Changelog

Sourced from pin-project-lite's changelog.

[0.2.14] - 2024-03-29

Commits
  • c55cf7b Release 0.2.14
  • a84a49b Update changelog
  • 0d11263 Document PinnedDrop (#83)
  • 1ec31c8 Update comments in .rustfmt.toml
  • ae4f2d7 Fix clippy::mixed_attributes_style warning
  • c12376d ci: Use taiki-e/checkout-action action
  • 7334cd9 Ignore more lints at workspace level
  • cf96a13 tidy: Use yq via venv
  • d1d862e tidy: Check TOML format
  • 170c158 Revert "Revert "Revert "Disable dependabot update for Github Actions"""
  • Additional commits viewable in compare view

Updates quanta from 0.12.2 to 0.12.3

Changelog

Sourced from quanta's changelog.

[0.12.3] - 2024-03-31

Changed

  • Disabled counter support on iOS targets even if AArch64 is present. This is due to an issue where the necessary CPU instruction for reading the counter is not available on iOS.
Commits
  • 278b3b6 chore: Release quanta version 0.12.3
  • fe3bb3d update release.toml for newer version of cargo-release
  • 702ea18 update changelog
  • 267effa Disable counter support on iOS targets even if AArch64 is present.
  • See full diff in compare view

Updates regex-syntax from 0.8.2 to 0.8.3

Commits
  • d895bd9 regex-syntax-0.8.3
  • f5d0b69 syntax: accept {,n} as an equivalent to {0,n}
  • aa2d8bd 1.10.4
  • 088d7f3 api: add Cow guarantee to replace API
  • a5ae351 regex-automata-0.4.6
  • 9cf4a42 automata: fix bug where reverse NFA lacked an unanchored prefix
  • 10fe722 style: clean up some recent lint violations
  • d7f9347 regex-automata-0.4.5
  • 07ef7f1 automata: make additional prefileter metadata public
  • 0c09903 1.10.3
  • Additional commits viewable in compare view

Updates security-framework from 2.9.2 to 2.10.0

Commits
  • 39e64d8 Attempt to get CI green again
  • ebcc98e Allow creating a SecAccessControl with a protection
  • ee077dc Update test
  • 7bb4b4a Bump min OS X version
  • 854b810 Clippy
  • 5bf85d6 security-framework::item::ItemSearchOptions: support trusted_only (#197)
  • 24b239b Added access_control field to GenerateKeyOptions
  • db0042e Use OSX_10_15 on docs.rs
  • 67a610e Fix memory leak in SecStaticCode::from_path()
  • 54d9050 Add missing targot os section
  • Additional commits viewable in compare view

Updates security-framework-sys from 2.9.1 to 2.10.0

Commits
  • 39e64d8 Attempt to get CI green again
  • ebcc98e Allow creating a SecAccessControl with a protection
  • ee077dc Update test
  • 7bb4b4a Bump min OS X version
  • 854b810 Clippy
  • 5bf85d6 security-framework::item::ItemSearchOptions: support trusted_only (#197)
  • 24b239b Added access_control field to GenerateKeyOptions
  • db0042e Use OSX_10_15 on docs.rs
  • 67a610e Fix memory leak in SecStaticCode::from_path()
  • 54d9050 Add missing targot os section
  • Additional commits viewable in compare view

Updates syn from 2.0.55 to 2.0.57

Release notes

Sourced from syn's releases.

2.0.57

  • Eliminate dependency on quote when built with default-features disabled and the "proc-macro" feature enabled (#1608, thanks @​BD103)

2.0.56

  • Apply RUSTC_WORKSPACE_WRAPPER when deciding whether to run nightly-only tests (#1605)
Commits
  • 9cea040 Release 2.0.57
  • 3c07b78 Release 2.0.56
  • 585df47 Merge pull request #1608 from BD103/deps-features
  • d7650b2 chore: bump msrv to 1.60 (pt. 2)
  • 4913ab2 chore: bump msrv to 1.60
  • 694f604 feat: use optional dependency feature syntax ?
  • 6c7c709 refactor: use dep: prefix for quote dependency
  • c7f734d Explicitly install a Rust toolchain for cargo-outdated job
  • dcd74f5 Merge pull request #1605 from dtolnay/workspacewrapper
  • 3748333 Apply RUSTC_WORKSPACE_WRAPPER
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the deps group with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.1.8` | `1.1.9` |
| [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) | `1.20.0` | `1.21.0` |
| [enum_dispatch](https://gitlab.com/antonok/enum_dispatch) | `0.3.12` | `0.3.13` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.114` | `1.0.115` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.36.0` | `1.37.0` |
| [xml-rs](https://github.com/kornelski/xml-rs) | `0.8.19` | `0.8.20` |
| [autocfg](https://github.com/cuviper/autocfg) | `1.1.0` | `1.2.0` |
| [aws-sdk-sso](https://github.com/awslabs/aws-sdk-rust) | `1.17.0` | `1.18.0` |
| [aws-sdk-ssooidc](https://github.com/awslabs/aws-sdk-rust) | `1.17.0` | `1.18.0` |
| [aws-sdk-sts](https://github.com/awslabs/aws-sdk-rust) | `1.17.0` | `1.18.0` |
| [aws-smithy-async](https://github.com/smithy-lang/smithy-rs) | `1.1.8` | `1.2.0` |
| [itoa](https://github.com/dtolnay/itoa) | `1.0.10` | `1.0.11` |
| [memchr](https://github.com/BurntSushi/memchr) | `2.7.1` | `2.7.2` |
| [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | `0.2.13` | `0.2.14` |
| [quanta](https://github.com/metrics-rs/quanta) | `0.12.2` | `0.12.3` |
| [regex-syntax](https://github.com/rust-lang/regex) | `0.8.2` | `0.8.3` |
| [security-framework](https://github.com/kornelski/rust-security-framework) | `2.9.2` | `2.10.0` |
| [security-framework-sys](https://github.com/kornelski/rust-security-framework) | `2.9.1` | `2.10.0` |
| [syn](https://github.com/dtolnay/syn) | `2.0.55` | `2.0.57` |


Updates `aws-config` from 1.1.8 to 1.1.9
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-sdk-s3` from 1.20.0 to 1.21.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `enum_dispatch` from 0.3.12 to 0.3.13
- [Changelog](https://gitlab.com/antonok/enum_dispatch/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/antonok/enum_dispatch/compare/v0.3.12...v0.3.13)

Updates `serde_json` from 1.0.114 to 1.0.115
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.114...v1.0.115)

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

Updates `xml-rs` from 0.8.19 to 0.8.20
- [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md)
- [Commits](kornelski/xml-rs@0.8.19...0.8.20)

Updates `autocfg` from 1.1.0 to 1.2.0
- [Commits](cuviper/autocfg@1.1.0...1.2.0)

Updates `aws-sdk-sso` from 1.17.0 to 1.18.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-sdk-ssooidc` from 1.17.0 to 1.18.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-sdk-sts` from 1.17.0 to 1.18.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-smithy-async` from 1.1.8 to 1.2.0
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

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

Updates `memchr` from 2.7.1 to 2.7.2
- [Commits](BurntSushi/memchr@2.7.1...2.7.2)

Updates `pin-project-lite` from 0.2.13 to 0.2.14
- [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.13...v0.2.14)

Updates `quanta` from 0.12.2 to 0.12.3
- [Changelog](https://github.com/metrics-rs/quanta/blob/v0.12.3/CHANGELOG.md)
- [Commits](metrics-rs/quanta@v0.12.2...v0.12.3)

Updates `regex-syntax` from 0.8.2 to 0.8.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@regex-syntax-0.8.2...regex-syntax-0.8.3)

Updates `security-framework` from 2.9.2 to 2.10.0
- [Release notes](https://github.com/kornelski/rust-security-framework/releases)
- [Commits](kornelski/rust-security-framework@v2.9.2...v2.10.0)

Updates `security-framework-sys` from 2.9.1 to 2.10.0
- [Release notes](https://github.com/kornelski/rust-security-framework/releases)
- [Commits](kornelski/rust-security-framework@v2.9.1...v2.10.0)

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

---
updated-dependencies:
- dependency-name: aws-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: enum_dispatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: xml-rs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: autocfg
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: aws-sdk-sso
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: aws-sdk-ssooidc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: aws-sdk-sts
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: aws-smithy-async
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: itoa
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: memchr
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: pin-project-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: quanta
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: regex-syntax
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: security-framework
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: security-framework-sys
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: syn
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added d:cargo Update a Cargo (Rust) dependency dependencies Add, remove, or update one or more dependencies skip deployment Do not deploy this PR upon merge labels Apr 1, 2024
Copy link

codecov bot commented Apr 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.77%. Comparing base (8c239c7) to head (2380bdb).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #121   +/-   ##
=======================================
  Coverage   45.77%   45.77%           
=======================================
  Files          24       24           
  Lines        3609     3609           
=======================================
  Hits         1652     1652           
  Misses       1957     1957           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jwodder jwodder merged commit 9e756e1 into main Apr 1, 2024
10 checks passed
@jwodder jwodder deleted the dependabot/cargo/deps-8365abd2e8 branch April 1, 2024 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
d:cargo Update a Cargo (Rust) dependency dependencies Add, remove, or update one or more dependencies skip deployment Do not deploy this PR upon merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant