-
Notifications
You must be signed in to change notification settings - Fork 3
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 24 updates #308
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.19` | | [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.0` | | [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` | | [tonic](https://github.com/hyperium/tonic) | `0.12.2` | `0.12.3` | | [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) | `0.25.0` | `0.26.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` | | [worker](https://github.com/cloudflare/workers-rs) | `0.3.4` | `0.4.1` | | [worker-macros](https://github.com/cloudflare/workers-rs) | `0.3.4` | `0.4.1` | | [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.19 - [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.19) 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.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@opentelemetry-proto-0.7.0...opentelemetry-proto-0.26.0) 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.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 `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 `worker` from 0.3.4 to 0.4.1 - [Release notes](https://github.com/cloudflare/workers-rs/releases) - [Commits](cloudflare/workers-rs@v0.3.4...v0.4.1) Updates `worker-macros` from 0.3.4 to 0.4.1 - [Release notes](https://github.com/cloudflare/workers-rs/releases) - [Commits](cloudflare/workers-rs@v0.3.4...v0.4.1) 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: 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
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Oct 7, 2024
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
bot
deleted the
dependabot/cargo/cargo-dependencies-815557e85e
branch
October 14, 2024 18:23
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the cargo-dependencies group with 24 updates in the / directory:
1.0.86
1.0.89
4.5.16
4.5.19
1.0.209
1.0.210
1.0.127
1.0.128
0.1.82
0.1.83
1.7.1
1.7.2
0.3.30
0.3.31
0.5.0
0.6.0
1.19.0
1.20.2
0.24.0
0.26.0
0.24.1
0.26.0
0.17.0
0.26.0
0.7.0
0.26.0
0.12.7
0.12.8
3.9.0
3.11.0
1.0.63
1.0.64
0.12.2
0.12.3
0.25.0
0.26.0
0.13.2
0.13.3
0.5.2
0.6.1
0.3.4
0.4.1
0.3.4
0.4.1
2.0.77
2.0.79
1.9.2
1.11.0
Updates
anyhow
from 1.0.86 to 1.0.89Release notes
Sourced from anyhow's releases.
Commits
9d3fb6d
Release 1.0.89830c399
Merge pull request #386 from dtolnay/unwindsafe8454be3
Ensure UnwindSafe even with "backtrace" feature enabled and old Rusta85e414
Add more autotraits tests139f266
Release 1.0.88aa3ab2b
Merge pull request #385 from dtolnay/docnostd44c3767
Update documentation on no-std error type conversionsafe93e7
Release 1.0.87d58fa4b
Fix outdated html_root_urlc18d807
Disable unused doc_cfg featureUpdates
clap
from 4.5.16 to 4.5.19Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
1089073
chore: Releasec9b8c85
docs: Update changelog8b3de18
Merge pull request #5685 from epage/engineb38538d
fix(complete)!: Rename dynamic to engine232af62
Merge pull request #5684 from epage/endless0209a79
fix(complete): Don't cause endless completions for bash/zshd811585
chore: Releaseab948b3
docs: Update changelog82e599e
Merge pull request #5602 from shannmu/delimiter_values59bf26d
feat(clap_complete): Support delimiter values in native completionsUpdates
serde
from 1.0.209 to 1.0.210Release notes
Sourced from serde's releases.
Commits
89c4b02
Release 1.0.210eeb8e44
Merge pull request #2818 from dtolnay/coreerror785c2d9
Stabilize no-std StdError traitd549f04
Reformat parse_ip_impl definition and calls4c0dd63
Delete attr support from core::net deserialization macros26fb134
Relocate cfg attrs out of parse_ip_impl and parse_socket_impl07e614b
Merge pull request #2817 from dtolnay/corenetb1f899f
Delete doc(cfg) attribute from impls that are supported in no-stdb4f860e
Merge pull request #2816 from MathiasKoch/chore/core-netd940fe1
Reuse existing Buf wrapper as replacement for std::io::WriteUpdates
serde_json
from 1.0.127 to 1.0.128Release notes
Sourced from serde_json's releases.
Commits
d96b1d9
Release 1.0.128599228d
Merge pull request #1188 from Mrreadiness/feat/add-hashmap-key-128-serializer5416cee
feat: add support for 128 bit HashMap key serialization27a4ca9
Upload CI Cargo.lock for reproducing failuresUpdates
async-trait
from 0.1.82 to 0.1.83Release notes
Sourced from async-trait's releases.
Commits
e6b4d47
Release 0.1.83bfe8d61
Merge pull request #278 from dtolnay/arbself7bd974b
Ignore needless_arbitrary_self_type clippy lint in generated codeb53b4e7
Add regression test for issue 277Updates
bytes
from 1.7.1 to 1.7.2Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
d7c1d65
chore: prepare bytes v1.7.2 (#736)ac46ebd
ci: update nightly to nightly-2024-09-15 (#734)79fb853
fix: apply sign extension when decoding int (#732)291df5a
Fix double spaces in comments and doc comments (#731)ed7d5ff
test: ensure BytesMut::advance reduces capacity (#728)Updates
futures-util
from 0.3.30 to 0.3.31Release notes
Sourced from futures-util's releases.
Changelog
Sourced from futures-util's changelog.
Commits
1e05281
Release 0.3.318a8b085
Fix clippy::uninit_vec warningf3fb74d
Document howBoxFuture
s /BoxStream
s 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 kernel7bf5a72
Fix issues withAsyncBufRead::read_line
andAsyncBufReadExt::lines
(#2884)87afaf3
Use#[inline(always)]
onclone_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)Updates
libsql
from 0.5.0 to 0.6.0Commits
edad968
Merge #312a747441
bump sqld to v0.6.02fa64df
Merge #3109f8ffbc
Fix a typo in hrana proto definitionb6c6ebd
Merge #309ccdda07
make frame_no naming consistentfb8b3c2
Merge #305a558b64
Merge #3080182f9d
sqld: bump libsqlite3-sys dependencyc50b035
DRY in Hrana over HTTPUpdates
once_cell
from 1.19.0 to 1.20.2Changelog
Sourced from once_cell's changelog.
Commits
4fbd4a5
release 1.20.30aef2f8
Merge pull request #267 from taiki-e/portable-atomiccf87ac6
Remove "portable-atomic?/require-cas" from race feature3b9bd9b
release 1.20.1f61508a
Merge pull request #265 from taiki-e/portable-atomic449e5d7
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.0f2d95bf
update Cargo (dev-)dependencies; update Cargo.lock.msrvdd6b5c2
ci: fix TEST_BETA with TEMPORARY WORKAROUND in RUSTFLAGSUpdates
opentelemetry
from 0.24.0 to 0.26.0Release notes
Sourced from opentelemetry's releases.
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
Addwith_boundaries
hint API for explicit bucket histograms (#2135)Updates
opentelemetry_sdk
from 0.24.1 to 0.26.0Release notes
Sourced from opentelemetry_sdk's releases.
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
Addwith_boundaries
hint API for explicit bucket histograms (#2135)Updates
opentelemetry-otlp
from 0.17.0 to 0.26.0Release notes
Sourced from opentelemetry-otlp's releases.
... (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
Addwith_boundaries
hint API for explicit bucket histograms (#2135)Updates
opentelemetry-proto
from 0.7.0 to 0.26.0Release notes
Sourced from opentelemetry-proto's releases.
... (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
Addwith_boundaries
hint API for explicit bucket histograms (#2135)Updates
reqwest
from 0.12.7 to 0.12.8Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
95fec09
v0.12.8baf9712
fix: pass pool_timer to hyper_util to enable the idle cleanup task (#2434)d85f44b
Bump rustls-native-certs (#2427)c8665be
tests: use a documented test network for testing964b1c6
tests: bypass the proxy when testing timeouts09884ed
feat: Add support for SOCKS4 (#610) (#2400)a13a6bc
ci: pin tokio-util for msrv job (#2412)4cc8ec8
feat: Exposestreaming
as public APIwrap
(#2255)cc3dd51
Add file function to async::multipart (#2106)193ed1f
chore: Depend on wasm-bindgen 0.2.89 or higherUpdates
serde_with
from 3.9.0 to 3.11.0Release notes
Sourced from serde_with's releases.
Commits
bc20634
Bump version to 3.11 (#791)bf8cfd4
Bump version to 3.11a58cb33
Add support for hashbrown v0.15 (#790)ef7403d
Update changelog5d97c6a
Add support for hashbrown v0.15db290af
Bump regex from 1.10.3 to 1.11.0 (#788)a329a52
Bump regex from 1.10.3 to 1.11.0eb41764
Fix clippy::needless_lifetimes (#789)eca5a27
Fix clippy::needless_lifetimesf1b79f2
Bump version to 3.10.0 (#786)Updates
thiserror
from 1.0.63 to 1.0.64Release notes
Sourced from thiserror's releases.
Commits
84484bc
Release 1.0.64023f036
Merge pull request #322 from oxalica/feat/mark-auto-derivedae1f47e
Mark #[automatically_derived] for generated implsab5b5e3
Upload CI Cargo.lock for reproducing failures00b3c14
Work around new dead code warning in testUpdates
tonic
from 0.12.2 to 0.12.3Release notes
Sourced from tonic's releases.