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 25 updates #318

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
anyhow 1.0.86 1.0.89
clap 4.5.16 4.5.20
serde 1.0.209 1.0.210
serde_json 1.0.127 1.0.128
async-trait 0.1.82 0.1.83
bytes 1.7.1 1.7.2
futures-util 0.3.30 0.3.31
libsql 0.5.0 0.6.0
once_cell 1.19.0 1.20.2
opentelemetry 0.24.0 0.26.0
opentelemetry_sdk 0.24.1 0.26.0
opentelemetry-otlp 0.17.0 0.26.0
opentelemetry-proto 0.7.0 0.26.1
reqwest 0.12.7 0.12.8
serde_with 3.9.0 3.11.0
thiserror 1.0.63 1.0.64
tracing-opentelemetry 0.25.0 0.27.0
prost 0.13.2 0.13.3
tower-http 0.5.2 0.6.1
wasm-bindgen 0.2.93 0.2.95
worker 0.3.4 0.4.2
worker-macros 0.3.4 0.4.2
syn 2.0.77 2.0.79
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.20

Release notes

Sourced from clap's releases.

v4.5.19

[4.5.19] - 2024-10-01

Internal

  • Update dependencies

v4.5.18

[4.5.18] - 2024-09-20

Features

  • (builder) Expose Arg::get_display_order and Command::get_display_order

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.20] - 2024-10-08

Features

  • (unstable) Add CommandExt

[4.5.19] - 2024-10-01

Internal

  • Update dependencies

[4.5.18] - 2024-09-20

Features

  • (builder) Expose Arg::get_display_order and Command::get_display_order

[4.5.17] - 2024-09-04

Fixes

  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used
Commits
  • 5034cab chore: Release
  • b5b690c docs: Update changelog
  • abba196 Merge pull request #5688 from epage/rename
  • 6ddd5d4 fix(complete)!: Rename ArgValueCompleter to ArgValueCandidates
  • 71c5e27 fix(complete)!: Rename CustomCompleter to ValueCandidates
  • 1089073 chore: Release
  • c9b8c85 docs: Update changelog
  • 8b3de18 Merge pull request #5685 from epage/engine
  • b38538d fix(complete)!: Rename dynamic to engine
  • 232af62 Merge pull request #5684 from epage/endless
  • 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 async-trait from 0.1.82 to 0.1.83

Release notes

Sourced from async-trait's releases.

0.1.83

  • Prevent needless_arbitrary_self_type lint being produced in generated code (#278)
Commits
  • e6b4d47 Release 0.1.83
  • bfe8d61 Merge pull request #278 from dtolnay/arbself
  • 7bd974b Ignore needless_arbitrary_self_type clippy lint in generated code
  • b53b4e7 Add regression test for issue 277
  • See full diff in compare view

Updates bytes from 1.7.1 to 1.7.2

Release notes

Sourced from bytes's releases.

Bytes 1.7.2

1.7.2 (September 17, 2024)

Fixed

  • Fix default impl of Buf::{get_int, get_int_le} (#732)

Documented

  • Fix double spaces in comments and doc comments (#731)

Internal changes

  • Ensure BytesMut::advance reduces capacity (#728)
Changelog

Sourced from bytes's changelog.

1.7.2 (September 17, 2024)

Fixed

  • Fix default impl of Buf::{get_int, get_int_le} (#732)

Documented

  • Fix double spaces in comments and doc comments (#731)

Internal changes

  • Ensure BytesMut::advance reduces capacity (#728)
Commits

Updates futures-util from 0.3.30 to 0.3.31

Release notes

Sourced from futures-util's releases.

0.3.31

  • Fix use after free of task in FuturesUnordered when dropped future panics (#2886)
  • Fix soundness bug in task::waker_ref (#2830) This is a breaking change but allowed because it is soundness bug fix.
  • Fix bugs in AsyncBufRead::read_line and AsyncBufReadExt::lines (#2884)
  • Fix parsing issue in select!/select_biased! (#2832) This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.
  • Work around issue due to upstream Waker::will_wake change (#2865)
  • Add stream::Iter::{get_ref,get_mut,into_inner} (#2875)
  • Add future::AlwaysReady (#2825)
  • Relax trait bound on non-constructor methods of io::{BufReader,BufWriter} (#2848)
Changelog

Sourced from futures-util's changelog.

0.3.31 - 2024-10-05

  • Fix use after free of task in FuturesUnordered when dropped future panics (#2886)
  • Fix soundness bug in task::waker_ref (#2830) This is a breaking change but allowed because it is soundness bug fix.
  • Fix bugs in AsyncBufRead::read_line and AsyncBufReadExt::lines (#2884)
  • Fix parsing issue in select!/select_biased! (#2832) This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.
  • Work around issue due to upstream Waker::will_wake change (#2865)
  • Add stream::Iter::{get_ref,get_mut,into_inner} (#2875)
  • Add future::AlwaysReady (#2825)
  • Relax trait bound on non-constructor methods of io::{BufReader,BufWriter} (#2848)
Commits
  • 1e05281 Release 0.3.31
  • 8a8b085 Fix clippy::uninit_vec warning
  • f3fb74d Document how BoxFutures / BoxStreams are often made (#2887)
  • f00e7af Fix use after free of task in FuturesUnordered when dropped future panics (#2...
  • 33c46b3 ci: Work around sanitizer issue on latest Linux kernel
  • 7bf5a72 Fix issues with AsyncBufRead::read_line and AsyncBufReadExt::lines (#2884)
  • 87afaf3 Use #[inline(always)] on clone_arc_raw (#2865)
  • 549b90b Add accessors for the inner of stream::Iter (#2875)
  • 07b004a Add missing symbols (#2883)
  • 86dc069 Various fixes too make the CI green (#2885)
  • Additional commits viewable in compare view

Updates libsql from 0.5.0 to 0.6.0

Commits

Updates once_cell from 1.19.0 to 1.20.2

Changelog

Sourced from once_cell's changelog.

1.20.2

  • Remove portable_atomic from Cargo.lock if it is not, in fact, used: #267 This is a work-around for this cargo bug: rust-lang/cargo#10801.

1.20.1

  • Allow using race module using just portable_atomic, without critical_section and provide better error messages on targets without atomic CAS instruction, #265.
Commits
  • 4fbd4a5 release 1.20.3
  • 0aef2f8 Merge pull request #267 from taiki-e/portable-atomic
  • cf87ac6 Remove "portable-atomic?/require-cas" from race feature
  • 3b9bd9b release 1.20.1
  • f61508a Merge pull request #265 from taiki-e/portable-atomic
  • 449e5d7 Add portable-atomic feature and disable portable-atomic/critical-section by d...
  • 72f7c2e Merge pull request #260 from brodycj/propagate-critical-section-to-portable-a...
  • be6b623 v1.20.0
  • f2d95bf update Cargo (dev-)dependencies; update Cargo.lock.msrv
  • dd6b5c2 ci: fix TEST_BETA with TEMPORARY WORKAROUND in RUSTFLAGS
  • Additional commits viewable in compare view

Updates opentelemetry from 0.24.0 to 0.26.0

Release notes

Sourced from opentelemetry's releases.

0.26.0 Release

See changelog for individual crates to know the exact set of changes. As informed during previous release, all crates from this repo follows same version (0.26.0 for this release). This release also upgrades Metric API (part of opentelemetry crate) from alpha to beta.

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
  • 21fc16c Prepare 0.26.0 release, update Metrics API to Beta (#2160)
  • 167baf8 Minor cleanups in Metrics module (#2155)
  • 380a709 MeterProvider modified to not do shutdown if user has already shut down (#2156)
  • 81a95e3 Improve internal opentelemetry logging - directly using tracing mcros (#2152)
  • 8bdd189 For Delta Temporarlity, avoid exporting when no new measurements are made (#2...
  • 6ed2b43 Fix CI - Regenerate proto files, and selective msrv-patching (#2159)
  • 161929d Use weaver for semantic convention codegen (#2098)
  • 0f15d21 Update doc comments (#2149)
  • 88023d9 Add tests for periodic reader from various RT combinations (#2147)
  • c8136d9 Add with_boundaries hint API for explicit bucket histograms (#2135)
  • Additional commits viewable in compare view

Updates opentelemetry_sdk from 0.24.1 to 0.26.0

Release notes

Sourced from opentelemetry_sdk's releases.

0.26.0 Release

See changelog for individual crates to know the exact set of changes. As informed during previous release, all crates from this repo follows same version (0.26.0 for this release). This release also upgrades Metric API (part of opentelemetry crate) from alpha to beta.

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
  • 21fc16c Prepare 0.26.0 release, update Metrics API to Beta (#2160)
  • 167baf8 Minor cleanups in Metrics module (#2155)
  • 380a709 MeterProvider modified to not do shutdown if user has already shut down (#2156)
  • 81a95e3 Improve internal opentelemetry logging - directly using tracing mcros (#2152)
  • 8bdd189 For Delta Temporarlity, avoid exporting when no new measurements are made (#2...
  • 6ed2b43 Fix CI - Regenerate proto files, and selective msrv-patching (#2159)
  • 161929d Use weaver for semantic convention codegen (#2098)
  • 0f15d21 Update doc comments (#2149)
  • 88023d9 Add tests for periodic reader from various RT combinations (#2147)
  • c8136d9 Add with_boundaries hint API for explicit bucket histograms (#2135)
  • Additional commits viewable in compare view

Updates opentelemetry-otlp from 0.17.0 to 0.26.0

Release notes

Sourced from opentelemetry-otlp's releases.

0.26.0 Release

See changelog for individual crates to know the exact set of changes. As informed during previous release, all crates from this repo follows same version (0.26.0 for this release). This release also upgrades Metric API (part of opentelemetry crate) from alpha to beta.

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
  • 21fc16c Prepare 0.26.0 release, update Metrics API to Beta (#2160)
  • 167baf8 Minor cleanups in Metrics module (#2155)
  • 380a709 MeterProvider modified to not do shutdown if user has already shut down (#2156)
  • 81a95e3 Improve internal opentelemetry logging - directly using tracing mcros (#2152)
  • 8bdd189 For Delta Temporarlity, avoid exporting when no new measurements are made (#2...
  • 6ed2b43 Fix CI - Regenerate proto files, and selective msrv-patching (#2159)
  • 161929d Use weaver for semantic convention codegen (#2098)
  • 0f15d21 Update doc comments (#2149)
  • 88023d9 Add tests for periodic reader from various RT combinations (#2147)
  • c8136d9 Add with_boundaries hint API for explicit bucket histograms (#2135)
  • Additional commits viewable in compare view

Updates opentelemetry-proto from 0.7.0 to 0.26.1

Release notes

Sourced from opentelemetry-proto's releases.

opentelemetry-proto v0.26.1 patch release

Refer to opentelemetry-proto CHANGELOG for the changes.

0.26.0 Release

See changelog for individual crates to know the exact set of changes. As informed during previous release, all crates from this repo follows same version (0.26.0 for this release). This release also upgrades Metric API (part of opentelemetry crate) from alpha to beta.

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

  • Modified AnyValue.Map to be backed by HashMap instead of custom OrderMap, which internally used IndexMap. There was no requirement to maintain the order of entries, so moving from IndexMap to HashMap offers slight performance gains, and avoids IndexMap dependency. This affects body and attributes of LogRecord. open-telemetry/opentelemetry-rust#1353

... (truncated)

Commits

Updates reqwest from 0.12.7 to 0.12.8

Release notes

Sourced from reqwest's releases.

v0.12.8

What's Changed

  • Add support for SOCKS4 proxies.
  • Add multipart::Form::file() method for adding files easily.
  • Add Body::wrap() to wrap any http_body::Body type.
  • Fix the pool configuration to use a timer to remove expired connections.

New Contributors

Full Changelog: seanmonstar/reqwest@v0.12.7...v0.12.8

Changelog

Sourced from reqwest's changelog.

v0.12.8

  • Add support for SOCKS4 proxies.
  • Add multipart::Form::file() method for adding files easily.
  • Add Body::wrap() to wrap any http_body::Body type.
  • Fix the pool configuration to use a timer to remove expired connections.
Commits

Updates serde_with from 3.9.0 to 3.11.0

Release notes

Sourced from serde_with's releases.

serde_with v3.11.0

Added

  • Add support for hashbrown v0.15 (#787/#790)

    This extends the existing support for hashbrown v0.14 to the newly released version.

serde_with v3.10.0

Added

  • Add newline separator by @​jayvdb (#777)

    The UnixLineSeparator and DosLineSeparator can be used together with StringWithSeparator.

Fixed

  • Proper handling of cfg_attr in the serde_as macro by @​sivizius (#782)

    This allows to parse more valid forms of the cfg_attr macro, including multiple values and attribute that do not follow the key = value schema.

Commits

Updates thiserror from 1.0.63 to 1.0.64

Release notes

Sourced from thiserror's releases.

1.0.64

  • Exclude derived impls from coverage instrumentation (#322, thanks @​oxalica)
Commits
  • 84484bc Release 1.0.64
  • 023f036 Merge pull request #322 from oxalica/feat/mark-auto-derived
  • ae1f47e Mark #[automatically_derived] for generated impls
  • ab5b5e3 Upload CI Cargo.lock for reproducing failures
  • 00b3c14 Work around new dead code warning in test
  • See full diff in compare view

Updates tonic from 0.12.2 to 0.12.3

Release notes

Sourced from tonic's releases.

v0.12.3

0.12.3 (2024-08-29)

Features

  • server: Added support for grpc max_connection_age (#1865)
  • build: Add #[deprecated] to deprecated client methods (#1879)
  • build: plumb skip_debug through prost Builder and add test (#1900)

Bug Fixes

  • build: Revert "fix tonic-build cargo build script outputs (#1821)" which accidentally increases MSRV (#1898)
  • server: ignore more error kinds in incoming socket stream (#1885)
  • transport: do not shutdown server on broken connections (

Bumps the cargo-dependencies group with 24 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.20` |
| [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` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.82` | `0.1.83` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.7.1` | `1.7.2` |
| [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` |
| [libsql](https://github.com/tursodatabase/libsql) | `0.5.0` | `0.6.0` |
| [once_cell](https://github.com/matklad/once_cell) | `1.19.0` | `1.20.2` |
| [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust) | `0.24.0` | `0.26.0` |
| [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) | `0.24.1` | `0.26.0` |
| [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) | `0.17.0` | `0.26.0` |
| [opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-rust) | `0.7.0` | `0.26.1` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.7` | `0.12.8` |
| [serde_with](https://github.com/jonasbb/serde_with) | `3.9.0` | `3.11.0` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.63` | `1.0.64` |
| [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) | `0.25.0` | `0.27.0` |
| [prost](https://github.com/tokio-rs/prost) | `0.13.2` | `0.13.3` |
| [tower-http](https://github.com/tower-rs/tower-http) | `0.5.2` | `0.6.1` |
| [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.93` | `0.2.95` |
| [worker](https://github.com/cloudflare/workers-rs) | `0.3.4` | `0.4.2` |
| [worker-macros](https://github.com/cloudflare/workers-rs) | `0.3.4` | `0.4.2` |
| [syn](https://github.com/dtolnay/syn) | `2.0.77` | `2.0.79` |
| [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.20
- [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.20)

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 `async-trait` from 0.1.82 to 0.1.83
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.82...0.1.83)

Updates `bytes` from 1.7.1 to 1.7.2
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.7.1...v1.7.2)

Updates `futures-util` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.30...0.3.31)

Updates `libsql` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/tursodatabase/libsql/releases)
- [Commits](tursodatabase/libsql@libsql-rs-v0.5.0...v0.6.0)

Updates `once_cell` from 1.19.0 to 1.20.2
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.19.0...v1.20.2)

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

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

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

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

Updates `reqwest` from 0.12.7 to 0.12.8
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.7...v0.12.8)

Updates `serde_with` from 3.9.0 to 3.11.0
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.9.0...v3.11.0)

Updates `thiserror` from 1.0.63 to 1.0.64
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.63...1.0.64)

Updates `tonic` from 0.12.2 to 0.12.3
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.12.2...v0.12.3)

Updates `tracing-opentelemetry` from 0.25.0 to 0.27.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.27.0)

Updates `prost` from 0.13.2 to 0.13.3
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.13.2...v0.13.3)

Updates `tower-http` from 0.5.2 to 0.6.1
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](tower-rs/tower-http@tower-http-0.5.2...tower-http-0.6.1)

Updates `wasm-bindgen` from 0.2.93 to 0.2.95
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.93...0.2.95)

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

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

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

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: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: futures-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: libsql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: opentelemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: opentelemetry_sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: opentelemetry-otlp
  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: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: serde_with
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: tonic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: tracing-opentelemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: tower-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: wasm-bindgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 October 14, 2024 18:24
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2024

Superseded by #331.

@dependabot dependabot bot closed this Oct 21, 2024
@dependabot dependabot bot deleted the dependabot/cargo/cargo-dependencies-37898ddcfa branch October 21, 2024 19:05
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