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

chore(deps): bump the minor group with 11 updates #422

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps the minor group with 11 updates:

Package From To
spider 2.10.21 2.10.27
redb 2.1.4 2.2.0
insta 1.40.0 1.41.0
aws-sigv4 1.2.4 1.2.5
aws-smithy-runtime 1.7.2 1.7.3
case_insensitive_string 0.2.5 0.2.6
fdeflate 0.3.5 0.3.6
libm 0.2.8 0.2.10
phf_macros 0.10.0 0.11.2
ua_generator 0.5.2 0.5.3
wasm-streams 0.4.1 0.4.2

Updates spider from 2.10.21 to 2.10.27

Release notes

Sourced from spider's releases.

v2.10.27

Whats Changed

  • fix protocol handling valid links to crawl
  • fix subdomains and tld handling matching
  • add empty server response retry
  • add initial request status code storing
  • fix auto-encoding detection for html
  • fix openai compile and fs compile
  • add layui ui js frameworks and smartmode handling jquery
  • chore(transforms): add optional ignore tags
  • chore(budget): fix whitelist/blacklist budgeting
  • chore(smart): fix whitelist/blacklist establish
  • chore(openai): add json_schema option gpt configs

Full Changelog: spider-rs/spider@v2.10.6...v2.10.27

Commits
  • 692c7b0 chore(openai): add json_structure handling js browser events
  • 9fa9d4d chore(smart): fix establishing whitelist/blacklist
  • 921d889 chore(budget): fix whitelist/blacklist budgeting
  • fe995e8 chore(transform): add dynamic rewriting html
  • 6cd558d chore(transforms): add optional ignore tags
  • See full diff in compare view

Updates redb from 2.1.4 to 2.2.0

Release notes

Sourced from redb's releases.

2.2.0

  • Implement TableHandle for ReadOnlyTable
  • Fix bug in write cache, which caused pages to be evicted randomly. Pages are now evicted based on how recently they have been accessed
Changelog

Sourced from redb's changelog.

2.2.0 - 2024-10-27

  • Implement TableHandle for ReadOnlyTable
  • Fix bug in write cache, which caused pages to be evicted randomly. Pages are now evicted based on how recently they have been accessed
Commits

Updates insta from 1.40.0 to 1.41.0

Release notes

Sourced from insta's releases.

1.41.0

  • Experimental support for binary snapshots. #610 (Florian Plattner)

  • --force-update-snapshots now causes cargo-insta to write every snapshot, regardless of whether snapshots fully match, and now implies --accept. This allows for --force-update-snapshots to update inline snapshots' delimiters and indentation.

    For the previous behavior of --force-update-snapshots, which limited writes to snapshots which didn't fully match, use --require-full-match. The main difference between --require-full-match and the existing behavior of --force-update-snapshots is a non-zero exit code on any snapshots which don't fully match.

    Like the previous behavior or --force-update-snapshots, --require-full-match doesn't track inline snapshots' delimiters or indentation, so can't update if those don't match. #644

  • Inline snapshots only use # characters as delimiters when required. #603

  • Warnings for undiscovered snapshots are more robust, and include files with custom snapshot extensions. #637

  • Insta runs correctly on packages which reference rust files in a parent path. #626

  • Warnings are printed when any snapshot uses a legacy format. #599

  • cargo insta --version now prints a version. #665

  • insta now internally uses INSTA_UPDATE=force rather than INSTA_FORCE_UPDATE=1. (This doesn't affect users of cargo-insta, which handles this internally.) #482

  • cargo-insta's integration tests continue to grow over the past couple of versions, and now offer coverage of most of cargo-insta's interface.

Changelog

Sourced from insta's changelog.

1.41.0

  • Experimental support for binary snapshots. #610 (Florian Plattner)

  • --force-update-snapshots now causes cargo-insta to write every snapshot, regardless of whether snapshots fully match, and now implies --accept. This allows for --force-update-snapshots to update inline snapshots' delimiters and indentation.

    For the previous behavior of --force-update-snapshots, which limited writes to snapshots which didn't fully match, use --require-full-match. The main difference between --require-full-match and the existing behavior of --force-update-snapshots is a non-zero exit code on any snapshots which don't fully match.

    Like the previous behavior or --force-update-snapshots, --require-full-match doesn't track inline snapshots' delimiters or indentation, so can't update if those don't match. #644

  • Inline snapshots only use # characters as delimiters when required. #603

  • Warnings for undiscovered snapshots are more robust, and include files with custom snapshot extensions. #637

  • Insta runs correctly on packages which reference rust files in a parent path. #626

  • Warnings are printed when any snapshot uses a legacy format. #599

  • cargo insta --version now prints a version. #665

  • insta now internally uses INSTA_UPDATE=force rather than INSTA_FORCE_UPDATE=1. (This doesn't affect users of cargo-insta, which handles this internally.) #482

  • cargo-insta's integration tests continue to grow over the past couple of versions, and now offer coverage of most of cargo-insta's interface.

Commits

Updates aws-sigv4 from 1.2.4 to 1.2.5

Commits

Updates aws-smithy-runtime from 1.7.2 to 1.7.3

Commits

Updates case_insensitive_string from 0.2.5 to 0.2.6

Commits

Updates fdeflate from 0.3.5 to 0.3.6

Changelog

Sourced from fdeflate's changelog.

0.3.6

This release improves end-to-end decoding peformance for PNG images by 10% on average, with select images benefitting by as much as 50%. These improvements were inspired by the algorithms in zune-inflate.

  • Optimized building the Huffman table, which helps the performance of small images (#31)
  • Dropped the specialized fast path for a hardcoded Huffman table, which is no longer necessary (#32)
  • Add a fast path to the DEFLATE decoding loop that processes more bytes at a time, benefitting performance on large images (#34)
  • Re-add test files into the crates.io tarball since they are so small. They may be removed in the future if they grow in size (#35)

#31: image-rs/fdeflate#31 #32: image-rs/fdeflate#32 #34: image-rs/fdeflate#34 #35: image-rs/fdeflate#35

Commits

Updates libm from 0.2.8 to 0.2.10

Release notes

Sourced from libm's releases.

libm-v0.2.10

Other

  • Set the MSRV to 1.63 and test this in CI

libm-v0.2.9

Fixed

  • Update exponent calculations in nextafter to match musl

Changed

  • Update licensing to MIT AND (MIT OR Apache-2.0), as this is derivative from MIT-licensed musl.
  • Set edition to 2021 for all crates
  • Upgrade all dependencies

Other

  • Don't deny warnings in lib.rs
  • Rename the musl-bitwise-tests feature to test-musl-serialized
  • Rename the musl-reference-tests feature to musl-bitwise-tests
  • Move musl-reference-tests to a new libm-test crate
  • Add a force-soft-floats feature to prevent using any intrinsics or arch-specific code
  • Deny warnings in CI
  • Fix clippy::deprecated_cfg_attr on compiler_builtins
  • Corrected English typos
  • Remove unneeded extern core in tgamma
  • Allow internal_features lint when building with "unstable"
Changelog

Sourced from libm's changelog.

0.2.10 - 2024-10-28

Other

  • Set the MSRV to 1.63 and test this in CI

0.2.9 - 2024-10-26

Fixed

  • Update exponent calculations in nextafter to match musl

Changed

  • Update licensing to MIT AND (MIT OR Apache-2.0), as this is derivative from MIT-licensed musl.
  • Set edition to 2021 for all crates
  • Upgrade all dependencies

Other

  • Don't deny warnings in lib.rs
  • Rename the musl-bitwise-tests feature to test-musl-serialized
  • Rename the musl-reference-tests feature to musl-bitwise-tests
  • Move musl-reference-tests to a new libm-test crate
  • Add a force-soft-floats feature to prevent using any intrinsics or arch-specific code
  • Deny warnings in CI
  • Fix clippy::deprecated_cfg_attr on compiler_builtins
  • Corrected English typos
  • Remove unneeded extern core in tgamma
  • Allow internal_features lint when building with "unstable"

[v0.2.1] - 2019-11-22

Fixed

  • sincosf

[v0.2.0] - 2019-10-18

Added

  • Benchmarks
  • signum
  • remainder
  • remainderf
  • nextafter
  • nextafterf

... (truncated)

Commits
  • 5c948cb chore: release v0.2.10
  • 6325b92 Merge pull request #332 from tgross35/msrv-test
  • cd33925 Set the MSRV to 1.63 and document it as such
  • 3198f34 Change build.rs to use the older : rather than ::
  • 6278178 Merge pull request #329 from tgross35/ci-check-stable
  • cb25dcc Add a CI test that the crate builds on stable
  • 3b8a7de Merge pull request #327 from tgross35/config-rustfmt
  • 719b487 Add a .git-blame-ignore-revs file
  • 5882cab Run cargo fmt with new settings
  • 9b8e48a Add a rustfmt.toml file matching rust-lang/rust
  • Additional commits viewable in compare view

Updates phf_macros from 0.10.0 to 0.11.2

Release notes

Sourced from phf_macros's releases.

phf_macros v0.11.1

Chore

  • upgrade syn/proc-macro

Bug Fixes

  • remove now-unnecessary proc-macro-hack crate usage Resolves rust-phf/rust-phf#255.

    This resolves an issue with Windows Defender identifying proc-macro-hack as threats. It also sheds a depedency that is no longer necessary, now that the MSRV of this crate is 1.46 and proc-macro-hack is only useful for providing support for Rust versions 1.31 through 1.45. Per upstream:

    Note: As of Rust 1.45 this crate is superseded by native support for #[proc_macro] in expression position. Only consider using this crate if you care about supporting compilers between 1.31 and 1.45.

Other

  • Update code for changes in Rust LitBinary is now LitByteStr

Commit Statistics

  • 150 commits contributed to the release over the course of 2751 calendar days.
  • 3 commits where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

  • Uncategorized
    • Replace handmade changelog with generated one by cargo-smart-release (cb84cf6)
    • Add category to crates (32a72c3)
    • Update repository links on Cargo.toml (1af3b0f)
    • Release 0.11.0 (d2efdc0)
    • Merge pull request #257 from JohnTitor/edition-2021 (36ec885)
    • Make crates edition 2021 (b9d25da)
    • remove now-unnecessary proc-macro-hack crate usage (caf1ce7)
    • Make "unicase + macros" features work (11bb242)
    • Extract phf_macros tests as a separated crate (8cf694d)
    • Remove some stuff which is now unnecessary (6941e82)
    • Refine doc comments (d8cfc43)
    • Fix CI failure (d9b5ff2)
    • Fix phf dev dep version (3cc6f05)

... (truncated)

Commits
  • c9c35fd Release phf_shared v0.11.2, phf_generator v0.11.2, phf_macros v0.11.2, phf v0...
  • a1e5072 Update changelogs
  • 8fd5b77 Merge pull request #288 from JohnTitor/rm-phf-stats
  • 0b7a826 Remove mentions to PHF_STATS
  • 3776342 Merge pull request #280 from jf2048/deref-bytestring
  • 5ec8936 Merge pull request #284 from nickelc/deps/syn2
  • 8e3e3e5 Update syn to 2.0
  • 8c0d057 Allow using dereferenced bytestring literal keys in phf_map!
  • f8e9d27 Merge pull request #276 from JohnTitor/playground-metadata
  • 7e212e3 Add metadata for playground
  • Additional commits viewable in compare view

Updates ua_generator from 0.5.2 to 0.5.3

Commits

Updates wasm-streams from 0.4.1 to 0.4.2

Changelog

Sourced from wasm-streams's changelog.

v0.4.2 (2024-10-25)

  • Updated to wasm-bindgen 0.2.95 and web-sys 0.3.72.
  • Used more web-sys types directly for the crate's internals.
Commits

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 minor group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [spider](https://github.com/spider-rs/spider) | `2.10.21` | `2.10.27` |
| [redb](https://github.com/cberner/redb) | `2.1.4` | `2.2.0` |
| [insta](https://github.com/mitsuhiko/insta) | `1.40.0` | `1.41.0` |
| [aws-sigv4](https://github.com/smithy-lang/smithy-rs) | `1.2.4` | `1.2.5` |
| [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs) | `1.7.2` | `1.7.3` |
| [case_insensitive_string](https://github.com/spider-rs/case_insensitive_string) | `0.2.5` | `0.2.6` |
| [fdeflate](https://github.com/image-rs/fdeflate) | `0.3.5` | `0.3.6` |
| [libm](https://github.com/rust-lang/libm) | `0.2.8` | `0.2.10` |
| [phf_macros](https://github.com/rust-phf/rust-phf) | `0.10.0` | `0.11.2` |
| [ua_generator](https://github.com/a11ywatch/ua_generator) | `0.5.2` | `0.5.3` |
| [wasm-streams](https://github.com/MattiasBuelens/wasm-streams) | `0.4.1` | `0.4.2` |


Updates `spider` from 2.10.21 to 2.10.27
- [Release notes](https://github.com/spider-rs/spider/releases)
- [Changelog](https://github.com/spider-rs/spider/blob/main/CHANGELOG.md)
- [Commits](spider-rs/spider@v2.10.21...v2.10.27)

Updates `redb` from 2.1.4 to 2.2.0
- [Release notes](https://github.com/cberner/redb/releases)
- [Changelog](https://github.com/cberner/redb/blob/master/CHANGELOG.md)
- [Commits](cberner/redb@v2.1.4...v2.2.0)

Updates `insta` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.40.0...1.41.0)

Updates `aws-sigv4` from 1.2.4 to 1.2.5
- [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-smithy-runtime` from 1.7.2 to 1.7.3
- [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 `case_insensitive_string` from 0.2.5 to 0.2.6
- [Commits](https://github.com/spider-rs/case_insensitive_string/commits)

Updates `fdeflate` from 0.3.5 to 0.3.6
- [Changelog](https://github.com/image-rs/fdeflate/blob/main/CHANGES.md)
- [Commits](image-rs/fdeflate@v0.3.5...v0.3.6)

Updates `libm` from 0.2.8 to 0.2.10
- [Release notes](https://github.com/rust-lang/libm/releases)
- [Changelog](https://github.com/rust-lang/libm/blob/master/CHANGELOG.md)
- [Commits](rust-lang/libm@0.2.8...libm-v0.2.10)

Updates `phf_macros` from 0.10.0 to 0.11.2
- [Release notes](https://github.com/rust-phf/rust-phf/releases)
- [Changelog](https://github.com/rust-phf/rust-phf/blob/master/RELEASE_PROCESS.md)
- [Commits](rust-phf/rust-phf@v0.10.0...phf_macros-v0.11.2)

Updates `ua_generator` from 0.5.2 to 0.5.3
- [Commits](https://github.com/a11ywatch/ua_generator/commits)

Updates `wasm-streams` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/MattiasBuelens/wasm-streams/releases)
- [Changelog](https://github.com/MattiasBuelens/wasm-streams/blob/main/CHANGELOG.md)
- [Commits](MattiasBuelens/wasm-streams@v0.4.1...v0.4.2)

---
updated-dependencies:
- dependency-name: spider
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: redb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: aws-sigv4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: aws-smithy-runtime
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: case_insensitive_string
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: fdeflate
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: libm
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: phf_macros
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: ua_generator
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: wasm-streams
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
...

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 Oct 28, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 29, 2024

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

@dependabot dependabot bot closed this Oct 29, 2024
@dependabot dependabot bot deleted the dependabot/cargo/minor-0f5a590ca9 branch October 29, 2024 06:52
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