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

Bump the cargo-dependencies group across 1 directory with 10 updates #258

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps the cargo-dependencies group with 10 updates in the / directory:

Package From To
anyhow 1.0.86 1.0.89
clap 4.5.16 4.5.17
serde 1.0.209 1.0.210
serde_json 1.0.127 1.0.128
opentelemetry 0.24.0 0.25.0
opentelemetry-proto 0.7.0 0.25.0
tracing-opentelemetry 0.25.0 0.26.0
worker 0.3.4 0.4.0
worker-macros 0.3.4 0.4.0
typeshare-core 1.9.2 1.11.0

Updates anyhow from 1.0.86 to 1.0.89

Release notes

Sourced from anyhow's releases.

1.0.89

  • Make anyhow::Error's UnwindSafe and RefUnwindSafe impl consistently available between versions of Rust newer and older than 1.72 (#386)

1.0.88

  • Documentation improvements

1.0.87

  • Support more APIs, including Error::new and Error::chain, in no-std mode on Rust 1.81+ (#383)
Commits
  • 9d3fb6d Release 1.0.89
  • 830c399 Merge pull request #386 from dtolnay/unwindsafe
  • 8454be3 Ensure UnwindSafe even with "backtrace" feature enabled and old Rust
  • a85e414 Add more autotraits tests
  • 139f266 Release 1.0.88
  • aa3ab2b Merge pull request #385 from dtolnay/docnostd
  • 44c3767 Update documentation on no-std error type conversions
  • afe93e7 Release 1.0.87
  • d58fa4b Fix outdated html_root_url
  • c18d807 Disable unused doc_cfg feature
  • Additional commits viewable in compare view

Updates clap from 4.5.16 to 4.5.17

Release notes

Sourced from clap's releases.

v4.5.17

[4.5.17] - 2024-09-04

Fixes

  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used
Changelog

Sourced from clap's changelog.

[4.5.17] - 2024-09-04

Fixes

  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used
Commits
  • 6013ad4 chore: Release
  • f98e3ee docs: Update changelog
  • addec17 Merge pull request #5681 from epage/static
  • 3c69aaa docs(complete): Add stdout warning to env
  • e46263a docs(complete): Redistribute dynamic's documentation
  • de723aa fix(complete)!: Flatten in prep for stabilization
  • 6727c15 fix(complete): Section off existing completions
  • 6842ed9 refactor(complete): Remove low-value w macro
  • 17d6d24 Merge pull request #5680 from epage/unstable
  • 23fb056 Merge pull request #5679 from epage/api
  • Additional commits viewable in compare view

Updates serde from 1.0.209 to 1.0.210

Release notes

Sourced from serde's releases.

v1.0.210

  • Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#2816, thanks @​MathiasKoch)
  • Make serde::ser::StdError and serde::de::StdError equivalent to core::error::Error on Rust 1.81+ (#2818)
Commits
  • 89c4b02 Release 1.0.210
  • eeb8e44 Merge pull request #2818 from dtolnay/coreerror
  • 785c2d9 Stabilize no-std StdError trait
  • d549f04 Reformat parse_ip_impl definition and calls
  • 4c0dd63 Delete attr support from core::net deserialization macros
  • 26fb134 Relocate cfg attrs out of parse_ip_impl and parse_socket_impl
  • 07e614b Merge pull request #2817 from dtolnay/corenet
  • b1f899f Delete doc(cfg) attribute from impls that are supported in no-std
  • b4f860e Merge pull request #2816 from MathiasKoch/chore/core-net
  • d940fe1 Reuse existing Buf wrapper as replacement for std::io::Write
  • Additional commits viewable in compare view

Updates serde_json from 1.0.127 to 1.0.128

Release notes

Sourced from serde_json's releases.

1.0.128

  • Support serializing maps containing 128-bit integer keys to serde_json::Value (#1188, thanks @​Mrreadiness)
Commits
  • d96b1d9 Release 1.0.128
  • 599228d Merge pull request #1188 from Mrreadiness/feat/add-hashmap-key-128-serializer
  • 5416cee feat: add support for 128 bit HashMap key serialization
  • 27a4ca9 Upload CI Cargo.lock for reproducing failures
  • See full diff in compare view

Updates opentelemetry from 0.24.0 to 0.25.0

Release notes

Sourced from opentelemetry's releases.

OpenTelemetry 0.25.0 Release

See changelog for individual crates to know the exact set of changes. This release onwards, all crates from this repo follows same version (0.25.0 for today's release).

Commits

Updates opentelemetry-proto from 0.7.0 to 0.25.0

Release notes

Sourced from opentelemetry-proto's releases.

OpenTelemetry 0.25.0 Release

See changelog for individual crates to know the exact set of changes. This release onwards, all crates from this repo follows same version (0.25.0 for today's release).

opentelemetry-sdk v0.24.1 patch release

Refer to opentelemetry-sdk CHANGELOG for the changes.

opentelemetry-0.24.0

See individual crate changelogs for details.

0.23.0

Whats changed?

See individual crate changelogs for details.

New Contributors

@​svix-jplatte made their first contribution in open-telemetry/opentelemetry-rust#1568 @​rex4539 made their first contribution in open-telemetry/opentelemetry-rust#1587 @​divergentdave made their first contribution in open-telemetry/opentelemetry-rust#1584 @​pyohannes made their first contribution in open-telemetry/opentelemetry-rust#1578 @​masato-hi made their first contribution in open-telemetry/opentelemetry-rust#1621 @​rogercoll made their first contribution in open-telemetry/opentelemetry-rust#1624 @​LuisOsta made their first contribution in open-telemetry/opentelemetry-rust#1638 @​svrnm made their first contribution in open-telemetry/opentelemetry-rust#1664 @​Lev1ty made their first contribution in open-telemetry/opentelemetry-rust#1672 @​ThomsonTan made their first contribution in open-telemetry/opentelemetry-rust#1675 @​ramgdev made their first contribution in open-telemetry/opentelemetry-rust#1585 @​utpilla made their first contribution in open-telemetry/opentelemetry-rust#1701 @​ChieloNewctle made their first contribution in open-telemetry/opentelemetry-rust#1746

0.22.1 of OpenTelemetry sdk

Fixed open-telemetry/opentelemetry-rust#1576 Fix Span kind is always set to "internal".

v0.22.0

API

Added

Changed

Removed

... (truncated)

Commits

Updates tracing-opentelemetry from 0.25.0 to 0.26.0

Release notes

Sourced from tracing-opentelemetry's releases.

0.26.0

What's Changed

Changelog

Sourced from tracing-opentelemetry's changelog.

0.26.0 (September 10, 2024)

Breaking Changes

  • Upgrade to opentelemetry 0.25. Refer to the upstream changelog for more information.
Commits

Updates worker from 0.3.4 to 0.4.0

Commits
  • bb2ae40 chore: bump versions
  • 5b9f106 Do not amend commit when creating release PR.
  • 535e103 [worker] Add FormData conversion into JsValue (#634)
  • 5100f4e Implement get_all function to return non-folding set-cookie headers (#597)
  • ca61ce5 Fix quotes (#632)
  • 9e619e8 chore(deps): bump micromatch from 4.0.5 to 4.0.8 (#631)
  • 42a319d Automatically update crate version in generate templates (#630)
  • d0d3318 Fix typos in CORS argument names (#629)
  • 51e1feb Relax type of callback arguments to Router methods (#605)
  • ba9c868 Make R2 Object::size return u64 (#625)
  • Additional commits viewable in compare view

Updates worker-macros from 0.3.4 to 0.4.0

Release notes

Sourced from worker-macros's releases.

Release v0.4.0

What's Changed

[!CAUTION] Breaking: Make R2 Object::size return u64 by @​lkolbly in cloudflare/workers-rs#625

New Contributors

Full Changelog: cloudflare/workers-rs@v0.3.4...v0.4.0

Commits
  • bb2ae40 chore: bump versions
  • 5b9f106 Do not amend commit when creating release PR.
  • 535e103 [worker] Add FormData conversion into JsValue (#634)
  • 5100f4e Implement get_all function to return non-folding set-cookie headers (#597)
  • ca61ce5 Fix quotes (#632)
  • 9e619e8 chore(deps): bump micromatch from 4.0.5 to 4.0.8 (#631)
  • 42a319d Automatically update crate version in generate templates (#630)
  • d0d3318 Fix typos in CORS argument names (#629)
  • 51e1feb Relax type of callback arguments to Router methods (#605)
  • ba9c868 Make R2 Object::size return u64 (#625)
  • Additional commits viewable in compare view

Updates typeshare-core from 1.9.2 to 1.11.0

Release notes

Sourced from typeshare-core's releases.

Version 1.11.0

Release Notes

This release promotes 1.10.0-beta.x to stable, and several new features.

Since 1.10.0-beta.7

  • Multiple --target-os is now allowed, and #[cfg(not(target_os...))] is now parsed: #187
  • Console output is now handled by flexi_logger: #187
  • Variant types are now explicitly formatted in Go: #189

Summary of 1.10.0-beta.x

See the full changelog for more details: https://github.com/1Password/typeshare/blob/main/CHANGELOG.md

  • Output can now be split into multiple generated files
  • Source is now walked in parallel, increasing speed
  • Generic type constraints can now be defined for Swift
  • Kotlin's Inline value classes are now supported
  • You can now specify that a struct should be "redacted"
    • The effects are language specific. For Kotlin, toString is overridden.

Install typeshare-cli 1.11.0

Install prebuilt binaries via shell script

# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/1Password/typeshare/releases/download/v1.11.0/typeshare-cli-v1.11.0-installer.sh | sh

Install prebuilt binaries via powershell script

# WARNING: this installer is experimental
irm https://github.com/1Password/typeshare/releases/download/v1.11.0/typeshare-cli-v1.11.0-installer.ps1 | iex

Download typeshare-cli 1.11.0

target kind download
aarch64-apple-darwin tarball typeshare-cli-v1.11.0-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball typeshare-cli-v1.11.0-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball typeshare-cli-v1.11.0-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball typeshare-cli-v1.11.0-x86_64-unknown-linux-gnu.tar.xz

v1.10.0-beta.6

... (truncated)

Changelog

Sourced from typeshare-core's changelog.

Version 1.11.0

This release promotes 1.10.0-beta.x to stable, and several new features.

Since 1.10.0-beta.7

  • Multiple --target-os is now allowed, and #[cfg(not(target_os...))] is now parsed: #187
  • Console output is now handled by flexi_logger: #187
  • Variant types are now explicitly formatted in Go: #189

Summary of 1.10.0-beta.x

See the full changelog for more details: https://github.com/1Password/typeshare/blob/main/CHANGELOG.md

  • Output can now be split into multiple generated files
  • Source is now walked in parallel, increasing speed
  • Generic type constraints can now be defined for Swift
  • Kotlin's Inline value classes are now supported
  • You can now specify that a struct should be "redacted"
    • The effects are language specific. For Kotlin, toString is overridden.

Version 1.10.0-beta

1.10.0-beta.7

  • Added support for inline value classes in Kotlin - #182
  • Added the ability to specify that a struct should have information redacted - #170
    • What this means is language-specific. In Kotlin, the toString method is overridden
    • This was actually added in 1.10.0-beta.4 but went unannounced.
  • Made the output deterministic (this broke in 1.10.0-beta.6) - #185
  • Algebraic Enum Variant names are now capitalized appropriately - #183

1.10.0-beta.6

  • Added support for skipping fields/variants via the target_os argument #176

1.10.0-beta.5

  • Added support for Swift generic constraints via #[typeshare(swiftGenericConstraints)] #174
  • Added Swift config option for defining constraints on CodableVoid generated type #174

1.10.0-beta.4

Fixed a bug involving #[typeshare(skip)] on fields in struct variants of enums.

1.10.0-beta.2

Fixed a bug involving type aliases.

1.10.0-beta.0

... (truncated)

Commits
  • a509825 chore: update changelogs and bump versions for v1.11.0
  • d75929a Fix panic on config file generation (#153)
  • a905fc1 Remove requirement of -go-package from typeshare with go feature (#184)
  • 132c639 Merge pull request #190 from jonduran3000/main
  • ccccb33 Merge pull request #187 from darrell-roberts/multiple-target-os-option
  • a4e95f4 Add target os section to typeshare book
  • ea419f4 Update documentation and comments.
  • 5912903 Fix formatting in kotlin.rs
  • 63aafbb Merge branch 'main' into main
  • f97cc3b Better utilize match in kotlin.rs
  • 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 cargo-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.89` |
| [clap](https://github.com/clap-rs/clap) | `4.5.16` | `4.5.17` |
| [serde](https://github.com/serde-rs/serde) | `1.0.209` | `1.0.210` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.127` | `1.0.128` |
| [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust) | `0.24.0` | `0.25.0` |
| [opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-rust) | `0.7.0` | `0.25.0` |
| [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) | `0.25.0` | `0.26.0` |
| [worker](https://github.com/cloudflare/workers-rs) | `0.3.4` | `0.4.0` |
| [worker-macros](https://github.com/cloudflare/workers-rs) | `0.3.4` | `0.4.0` |
| [typeshare-core](https://github.com/1Password/typeshare) | `1.9.2` | `1.11.0` |



Updates `anyhow` from 1.0.86 to 1.0.89
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.86...1.0.89)

Updates `clap` from 4.5.16 to 4.5.17
- [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_complete-v4.5.16...clap_complete-v4.5.17)

Updates `serde` from 1.0.209 to 1.0.210
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.209...v1.0.210)

Updates `serde_json` from 1.0.127 to 1.0.128
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.127...1.0.128)

Updates `opentelemetry` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-0.24.0...opentelemetry-0.25.0)

Updates `opentelemetry-proto` from 0.7.0 to 0.25.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-proto-0.7.0...opentelemetry-proto-0.25.0)

Updates `tracing-opentelemetry` from 0.25.0 to 0.26.0
- [Release notes](https://github.com/tokio-rs/tracing-opentelemetry/releases)
- [Changelog](https://github.com/tokio-rs/tracing-opentelemetry/blob/v0.1.x/CHANGELOG.md)
- [Commits](tokio-rs/tracing-opentelemetry@v0.25.0...v0.26.0)

Updates `worker` from 0.3.4 to 0.4.0
- [Release notes](https://github.com/cloudflare/workers-rs/releases)
- [Commits](cloudflare/workers-rs@v0.3.4...v0.4.0)

Updates `worker-macros` from 0.3.4 to 0.4.0
- [Release notes](https://github.com/cloudflare/workers-rs/releases)
- [Commits](cloudflare/workers-rs@v0.3.4...v0.4.0)

Updates `typeshare-core` from 1.9.2 to 1.11.0
- [Release notes](https://github.com/1Password/typeshare/releases)
- [Changelog](https://github.com/1Password/typeshare/blob/main/CHANGELOG.md)
- [Commits](1Password/typeshare@v1.9.2...v1.11.0)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: opentelemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: opentelemetry-proto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: tracing-opentelemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: worker
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: worker-macros
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: typeshare-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 16, 2024 18:25
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 16, 2024
Copy link

pkg-pr-new bot commented Sep 16, 2024

Open in Stackblitz

pnpm add https://pkg.pr.new/fiberplane/fpx/@fiberplane/studio@258
pnpm add https://pkg.pr.new/fiberplane/fpx/@fiberplane/hono-otel@258

commit: 8d244d5

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