stadust / pointercrate

Rewrite of the https://pointercrate.com backend in Rust
MIT License
73 stars 46 forks source link

Build(deps): Bump the pointercrate group with 9 updates #140

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 1 month ago

Bumps the pointercrate group with 9 updates:

Package From To
derive_more 0.99.17 0.99.18
url 2.5.0 2.5.1
backtrace 0.3.72 0.3.73
http-body-util 0.1.1 0.1.2
httparse 1.8.0 1.9.3
idna 0.5.0 1.0.0
memchr 2.7.2 2.7.4
object 0.35.0 0.36.0
sqlformat 0.2.3 0.2.4

Updates derive_more from 0.99.17 to 0.99.18

Changelog

Sourced from derive_more's changelog.

0.99.18 - 2024-06-15

  • Update syn to version 2.x
  • Bump minimum supported rust version to 1.65

0.99.10 - 2020-09-11

Improvements

  • From supports additional types for conversion: #[from(types(u8, u16))].

0.99.7 - 2020-05-16

Fixes

  • Fix generic derives for MulAssign

Improvements

  • When specifying specific features of the crate to only enable specific derives, the extra-traits feature of syn is not always enabled when those the specified features do not require it. This should speed up compile time of syn when this feature is not needed.

0.99.6 - 2020-05-13

Improvements

  • Make sure output of derives is deterministic, for better support in rust-analyzer

0.99.5 - 2020-03-28

New features

Fixes

  • Fix generic bounds for Deref and DerefMut with forward, i.e. put Deref bound on whole type, so on where Box<T>: Deref instead of on T: Deref. (#107)

  • The tests directory is now correctly included in the crate (requested by Debian package maintainers)

0.99.4 - 2020-03-28

... (truncated)

Commits
  • 678a473 chore: Release derive_more version 0.99.18
  • fcde556 Include example published package
  • 89cbd82 Remove track_caller feature detection because msrv was bumped
  • db36f6d Fix question marks
  • f0c2530 fmt
  • 461db95 Fix issue when compiling on 1.65
  • 39ad36f Update changelog for v0.99.18
  • 57b6e17 Update to syn 2
  • ea4fa94 Fix tests
  • ab82aef Ignore error doctests as it still contains old backtrace logic
  • Additional commits viewable in compare view


Updates url from 2.5.0 to 2.5.1

Commits


Updates backtrace from 0.3.72 to 0.3.73

Release notes

Sourced from backtrace's releases.

0.3.73

This basically just is bugfixes so that backtrace works on Windows 7 again.

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/backtrace-rs/compare/0.3.72...0.3.73

Commits


Updates http-body-util from 0.1.1 to 0.1.2

Commits
  • 482c349 http-body-util: v0.1.2
  • 60c6383 refactor(ci): small refactoring (#113)
  • 23212f1 feat(util): add BodyDataStream (#117)
  • fe8aa7e refactor: replace deprecated std::u64 with primitive type
  • 6a85548 include license files in published crates
  • 46c54fb chore(util): resolve duplicate import
  • See full diff in compare view


Updates httparse from 1.8.0 to 1.9.3

Release notes

Sourced from httparse's releases.

v1.9.3

What's Changed

Full Changelog: https://github.com/seanmonstar/httparse/compare/v1.9.2...v1.9.3

v1.9.2

What's Changed

Full Changelog: https://github.com/seanmonstar/httparse/compare/v1.9.1...v1.9.2

v1.9.1

What's Changed

Full Changelog: https://github.com/seanmonstar/httparse/compare/v1.9.0...v1.9.1

v1.9.0

What's Changed

New Contributors

... (truncated)

Commits


Updates idna from 0.5.0 to 1.0.0

Commits
  • d5a84c9 Auto merge of #189 - servo:defer-mutate-path-segments, r=nox
  • e185a86 Make pop_path_segment and push_path_segment private for now.
  • b6fbbca Rename mutate_query_pairs to query_pairs_mut.
  • e96d5a4 Auto merge of #187 - servo:stuff, r=nox
  • 0c12771 Hide Url::assert_invariants from docs.
  • 1c2f149 Add a test default port number when changing scheme.
  • bb72f19 Fix a corner case of Url::set_host
  • df3dcd6 Another attempt at fixing docs upload.
  • c7e446f So… docs apparently haven’t updated since almost a year.
  • e33f72f Auto merge of #176 - servo:1.0, r=asajeffrey
  • Additional commits viewable in compare view


Updates memchr from 2.7.2 to 2.7.4

Commits


Updates object from 0.35.0 to 0.36.0

Changelog

Sourced from object's changelog.

0.36.0

Released 2024/05/26.

Breaking changes

  • Deleted data and align parameters for write::Object::add_subsection. Use add_symbol_data or add_symbol_bss instead. #676

  • Changed methods in the lower level read API to accept or return SectionIndex or SymbolIndex instead of usize. #677 #684 #685

  • Deleted SymbolKind::Null. Changed read::Object::sections and read::Object::symbols to no longer return null entries. This affects ELF and XCOFF. #679

  • Changed read::ObjectMap::object to return ObjectMapFile. This handles splitting the object file name into path and member. #686

  • Changed read::coff::ImageSymbol::address to only return an address for symbols that have an address. #689

Added

  • Added pod::slice_from_all_bytes and pod::slice_from_all_bytes_mut. #672

  • Added write::Object::set_subsections_via_symbols. Changed write::Object::add_symbol_data and write::Object::add_symbol_bss to correctly handle zero size symbols when subsections are enabled. #676

  • Added methods in the unified read API to return the lower level API structures. Some existing methods were deprecated so that naming of these methods is more consistent. #678

  • Added methods in the lower level read API to return a SectionIndex or SymbolIndex. #684 #689

  • Implemented Display for read::SymbolIndex and read::SectionIndex. #684

  • Added is_common, is_absolute, is_local, and is_weak to read::elf::Sym.

... (truncated)

Commits
  • 88d6bc3 Release 0.36.0
  • 9d87937 Fix clippy warnings
  • 71f9edb Update Cargo.lock
  • 49cc92e Remove unused glob dependency
  • b271ade Update wasmparser dependency to 0.208.1
  • 18d5d59 Use add_symbol_data in simple_write example
  • 81767fd read: add more helpers for SymbolIndex and SectionIndex (#689)
  • 7b897db read/macho: split object names in ObjectMap (#686)
  • aa2f5ad read/elf: small fixes to low level API (#685)
  • 017624a read: use SectionIndex/SymbolIndex in low level API (#684)
  • Additional commits viewable in compare view


Updates sqlformat from 0.2.3 to 0.2.4

Changelog

Sourced from sqlformat's changelog.

Version 0.2.4

  • Remove itertools dependency #34
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 3 weeks ago

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