andrewhickman / prost-reflect

A protobuf library extending prost with reflection support and dynamic messages.
https://crates.io/crates/prost-reflect
Apache License 2.0
86 stars 19 forks source link

Bump the production-dependencies group with 18 updates #87

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps the production-dependencies group with 18 updates:

Package From To
base64 0.21.4 0.21.7
once_cell 1.18.0 1.19.0
prost 0.12.0 0.12.3
prost-types 0.12.0 0.12.3
insta 1.31.0 1.34.0
proptest 1.2.0 1.4.0
prost-build 0.12.0 0.12.3
protox 0.5.0 0.5.1
serde_json 1.0.106 1.0.111
serde_yaml 0.9.25 0.9.30
trybuild 1.0.84 1.0.89
criterion 0.4.0 0.5.1
rayon 1.7.0 1.8.1
env_logger 0.10.0 0.11.0
flate2 1.0.27 1.0.28
ureq 2.7.1 2.9.1
anyhow 1.0.75 1.0.79
tempfile 3.8.0 3.9.0

Updates base64 from 0.21.4 to 0.21.7

Changelog

Sourced from base64's changelog.

0.21.7

  • Support getting an alphabet's contents as a str via Alphabet::as_str()

0.21.6

  • Improved introductory documentation and example

0.21.5

  • Add Debug and Clone impls for the general purpose Engine
Commits
  • 9652c78 v0.21.7
  • 08deccf provide as_str() method to return the alphabet characters (#264)
  • 1cd75a1 v0.21.6
  • 5820d9b Merge pull request #263 from marshallpierce/silverlyra-usage
  • 97d9180 Merge branch 'usage' of github.com:silverlyra/rust-base64 into silverlyra-usage
  • b64c624 Merge pull request #262 from tamird/clap
  • e32ca18 examples: replace structopt with clap
  • 72f25a8 Simplify the example program
  • 40e162c Rewrite the crate docstring
  • bfde751 Merge pull request #260 from marshallpierce/mp/doc-grammar
  • Additional commits viewable in compare view


Updates once_cell from 1.18.0 to 1.19.0

Changelog

Sourced from once_cell's changelog.

1.19.0

  • Use portable-atomic instead of atomic-polyfill, #251.
Commits


Updates prost from 0.12.0 to 0.12.3

Commits


Updates prost-types from 0.12.0 to 0.12.3

Commits


Updates insta from 1.31.0 to 1.34.0

Changelog

Sourced from insta's changelog.

1.34.0

  • Snapshots are now sorted in the UI on review. (#413)
  • Re-organized repository to move cargo-insta into a workspace. (#410)
  • Fixed handling of --manifest-path with regards to virtual workspaces. (#409)

1.33.0

  • Added --all-targets parameter support to cargo insta test. (#408)

1.32.0

  • Added --profile parameter support to cargo insta test.
Commits


Updates proptest from 1.2.0 to 1.4.0

Commits


Updates prost-build from 0.12.0 to 0.12.3

Commits


Updates protox from 0.5.0 to 0.5.1

Changelog

Sourced from protox's changelog.

[0.5.1] - 2023-11-02

Added

  • The prost and prost-reflect dependencies are now re-exported at the crate root, for easier use in build scripts.
Commits


Updates serde_json from 1.0.106 to 1.0.111

Release notes

Sourced from serde_json's releases.

v1.0.111

  • Improve floating point parsing performance on loongarch64 (#1100, thanks @​heiher)

v1.0.110

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

v1.0.109

  • Documentation improvements

v1.0.108

v1.0.107

  • impl IntoDeserializer for &RawValue (#1071)
Commits


Updates serde_yaml from 0.9.25 to 0.9.30

Release notes

Sourced from serde_yaml's releases.

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)
Commits
  • 09ee251 Release 0.9.30
  • caea939 Pull in proc-macro2 sccache fix
  • d255918 Merge pull request #403 from dtolnay/optionifletelse
  • 8cfeedd Remove option_if_let_else clippy suppression
  • b957d2b Release 0.9.29
  • 007fc2d Merge pull request #401 from dtolnay/unsafeop
  • 5bac247 Fill in unsafe blocks inside unsafe functions
  • 0f6dba1 Turn on deny(unsafe_op_in_unsafe_fn)
  • 1b6e448 Release 0.9.28
  • ec1a314 Force unsafe-libyaml version that contains unaligned write fix
  • Additional commits viewable in compare view


Updates trybuild from 1.0.84 to 1.0.89

Release notes

Sourced from trybuild's releases.

1.0.89

  • Normalize compiler build date messages (#254)

1.0.88

  • Work around dead_code warning false positive (#253)

1.0.87

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

1.0.86

1.0.85

  • Set thread name to produce better message on panic (#243, #244)
Commits
  • e8dfc24 Release 1.0.89
  • 0d77118 Merge pull request #255 from dtolnay/rebuild
  • 7fd4570 Force rebuild on new files in tests directory
  • 840b110 Merge pull request #254 from dtolnay/builddate
  • 7126507 Normalize compiler build date note
  • 94a33cb Add test of compiler build date note
  • 52caff6 Release 1.0.88
  • 0321a01 Merge pull request #253 from dtolnay/deadflock
  • b720ee6 Work around dead_code warning in flock implementation
  • 0081291 Release 1.0.87
  • Additional commits viewable in compare view


Updates criterion from 0.4.0 to 0.5.1

Changelog

Sourced from criterion's changelog.

[0.5.1] - 2023-05-26

Fixed

  • Quick mode (--quick) no longer crashes with measured times over 5 seconds when --noplot is not active

[0.5.0] - 2023-05-23

Changed

  • Replaced lazy_static dependency with once_cell
  • Improved documentation of the html_reports feature
  • Replaced atty dependency with is-terminal
  • MSRV bumped to 1.64
  • Upgraded clap dependency to v4
  • Upgraded tempfile dependency to v3.5.0

Fixed

  • Quick mode (--quick) no longer outputs 1ms for measured times over 5 seconds
  • Documentation updates
Commits


Updates rayon from 1.7.0 to 1.8.1

Changelog

Sourced from rayon's changelog.

Release rayon 1.8.1 / rayon-core 1.12.1 (2024-01-17)

  • The new "web_spin_lock" crate feature makes mutexes spin on the main browser thread in WebAssembly, rather than suffer an error about forbidden atomics.wait if they were to block in that context. Thanks @​RReverser!

Release rayon 1.8.0 / rayon-core 1.12.0 (2023-09-20)

  • The minimum supported rustc is now 1.63.
  • Added ThreadPoolBuilder::use_current_thread to use the builder thread as part of the new thread pool. That thread does not run the pool's main loop, but it may participate in work-stealing if it yields to rayon in some way.
  • Implemented FromParallelIterator<T> for Box<[T]>, Rc<[T]>, and Arc<[T]>, as well as FromParallelIterator<Box<str>> and ParallelExtend<Box<str>> for String.
  • ThreadPoolBuilder::build_scoped now uses std::thread::scope.
  • The default number of threads is now determined using std::thread::available_parallelism instead of the num_cpus crate.
  • The internal logging facility has been removed, reducing bloat for all users.
  • Many smaller performance tweaks and documentation updates.
Commits


Updates env_logger from 0.10.0 to 0.11.0

Changelog

Sourced from env_logger's changelog.

[0.11.0] - 2024-01-19

Breaking Change

  • Removed bespoke styling API
    • env_logger::fmt::Formatter::style
    • env_logger::fmt::Formatter::default_styled_level
    • env_logger::fmt::Style
    • env_logger::fmt::Color
    • env_logger::fmt::StyledValue
  • Removed env_logger::filter in favor of env_filter

Compatibility

MSRV changed to 1.71

Features

  • Automatically adapt ANSI escape codes in logged messages to the current terminal's capabilities
  • Add support for NO_COLOR and CLICOLOR_FORCE, see https://bixense.com/clicolors/

Fixes

  • Print colors when is_test(true)
  • Allow styling with Target::Pipe

[0.10.2] - 2024-01-18

Performance

  • Avoid extra UTF-8 validation performed in some cases

Fixes

  • Ensure custom pipes/stdout get flushed
  • Don't panic on broken pipes when color is disabled

[0.10.1] - 2023-11-10

Performance

  • Avoid hashing directives and accessing RNG on startup

Documentation

  • Tweak RUST_LOG documentation
Commits
  • 8f4361b chore: Release
  • ba41ebb docs: Update changelog
  • 5e226cb chore: Release
  • 23441be Merge pull request #300 from epage/other
  • 6c2ea80 style(filter): Clean up
  • 2d35260 feat(filter): Add a Logger decorator
  • e6e2b63 fix(log)!: Dont re-export env_filter
  • 841eba4 refactor(filter): Pull out filter mod
  • 98c450f refactor(filter): Pull out directive mod
  • c769e03 refactor(filter): Flatten the mod
  • Additional commits viewable in compare view


Updates flate2 from 1.0.27 to 1.0.28

Release notes

Sourced from flate2's releases.

1.0.28

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.0.27...1.0.28

Commits
  • a99b53e Merge pull request #378 from Byron/prep-release
  • 223f829 Merge pull request #380 from Manishearth/reset-stream
  • 7a61ea5 Reset StreamWrapper after calling mz_inflate / mz_deflate
  • 1260d3e prepare next patch-release
  • f62ff42 Merge pull request #375 from georeth/fix-read-doc
  • 5b23cc9 Fix and unify docs of bufread and read types.
  • f285e9a Merge pull request #373 from anforowicz/fix-spare-capacity-handling
  • 69972b8 Fix soundness of write_to_spare_capacity_of_vec.
  • 82e45fa Refactoring: Dedupe code into write_to_spare_capacity_of_vec helper.
  • 20cdcbe Merge pull request #371 from jongiddy/jgiddy/msrv-1.53
  • Additional commits viewable in compare view


Updates ureq from 2.7.1 to 2.9.1

Changelog

Sourced from ureq's changelog.

2.9.1

Fixed

  • Unbreak feature http-interop. This feature is version locked to http crate 0.2
  • New feature http-crate. This feature is for http crate 1.0
  • New feature proxy-from-env to detect proxy settings for global Agent (ureq::get).

2.9.0

Fixed

  • Broken rustls dep (introduced new function in patch version) (#677)
  • Doc and test fixes (#670, #673, #674)

Added

  • Upgraded http dep to 1.0
  • http_interop to not require utf-8 headers (#672)
  • http_interop implement conversion for http::request::Parts (#669)

2.8.0

Fixed

  • Fix regression in IPv6 handling (#635)
  • Read proxy response to \r\n\r\n (#620)

Added

  • Auto-detect proxy from env vars (turned off by default) (#649)
  • Conversion ureq::Response -> http::Response (#638)
  • cargo-deny CI action to disallow copy-left and duplicate deps (#661)
Commits
  • 9092222 2.9.1
  • 7369043 Rename feature http -> http-crate
  • 87108e0 Support both http 0.2 and 1.0
  • 89a69a5 docs: update doc comment on try_proxy_from_env method to reflect the `proxy...
  • 395218d feat: add a feature flag "proxy-from-env" to control whether or not to detect...
  • 260213b 2.9.0
  • c83ba95 Update changelog
  • 07b8925 Simpler version expression for rustls dep
  • c1bc86a http 1.0
  • 916ffbf Fix missing add_trust_anchors method due to lax rustls versioning
  • Additional commits viewable in compare view


Updates anyhow from 1.0.75 to 1.0.79

Release notes

Sourced from anyhow's releases.

1.0.79

  • Work around improperly cached build script result by sccache (#340)

1.0.78

  • Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#337)

1.0.77

1.0.76

  • Opt in to unsafe_op_in_unsafe_fn lint (#329)
Commits
  • 71ab53d Release 1.0.79
  • 60705a5 Merge pull request #340 from dtolnay/depinfo
  • 17e252b Include env-dep:RUSTC_BOOTSTRAP in dep-info for sccache
  • 04774c0 Merge pull request #338 from dtolnay/nightlyci
  • 1fd290c Make CI verify that error_generic_member_access works in latest nightly
  • ee41470 RUSTC must be set by Cargo for build script
  • 38c79ef Release 1.0.78
  • ded2295 Merge pull request #337 from dtolnay/bootstrap
  • ae45b67 Do not rebuild on RUSTC_BOOTSTRAP changes on nightly compiler
  • 2d32366 Update crate name used for build script probe
  • Additional commits viewable in compare view


Updates tempfile from 3.8.0 to 3.9.0

Changelog

Sourced from tempfile's changelog.

3.9.0

  • Updates windows-sys to 0.52
  • Updates minimum rustix version to 0.38.25

3.8.1

  • Update rustix to fix a potential panic on persist_noclobber on android.
  • Update redox_syscall to 0.4 (on redox).
  • Fix some docs typos.
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
codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (09577ae) 76.29% compared to head (7e447a2) 76.26%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #87 +/- ## ========================================== - Coverage 76.29% 76.26% -0.03% ========================================== Files 31 31 Lines 5454 5452 -2 ========================================== - Hits 4161 4158 -3 - Misses 1293 1294 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dependabot[bot] commented 7 months ago

Superseded by #88.