-
-
Notifications
You must be signed in to change notification settings - Fork 44
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 all group with 22 updates #162
Closed
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 all group with 22 updates: | Package | From | To | | --- | --- | --- | | [tokio](https://github.com/tokio-rs/tokio) | `1.35.1` | `1.37.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.111` | `1.0.115` | | [serde](https://github.com/serde-rs/serde) | `1.0.195` | `1.0.197` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.79` | `1.0.81` | | [log](https://github.com/rust-lang/log) | `0.4.20` | `0.4.21` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.10.2` | `0.11.1` | | [chrono](https://github.com/chronotope/chrono) | `0.4.32` | `0.4.37` | | [chrono-tz](https://github.com/chronotope/chrono-tz) | `0.8.5` | `0.8.6` | | [iana-time-zone](https://github.com/strawlab/iana-time-zone) | `0.1.59` | `0.1.60` | | [clap](https://github.com/clap-rs/clap) | `4.4.18` | `4.5.4` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.23` | `0.11.27` | | [if-addrs](https://github.com/messense/if-addrs) | `0.11.0` | `0.11.1` | | [uuid](https://github.com/uuid-rs/uuid) | `1.7.0` | `1.8.0` | | [openssl](https://github.com/sfackler/rust-openssl) | `0.10.63` | `0.10.64` | | [axum](https://github.com/tokio-rs/axum) | `0.7.4` | `0.7.5` | | [tower-http](https://github.com/tower-rs/tower-http) | `0.5.1` | `0.5.2` | | [async-channel](https://github.com/smol-rs/async-channel) | `2.1.1` | `2.2.0` | | [strum_macros](https://github.com/Peternator7/strum) | `0.25.3` | `0.26.2` | | [strum](https://github.com/Peternator7/strum) | `0.25.0` | `0.26.2` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.56` | `1.0.58` | | [arc-swap](https://github.com/vorner/arc-swap) | `1.6.0` | `1.7.1` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.77` | `0.1.79` | Updates `tokio` from 1.35.1 to 1.37.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.35.1...tokio-1.37.0) Updates `serde_json` from 1.0.111 to 1.0.115 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.111...v1.0.115) Updates `serde` from 1.0.195 to 1.0.197 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.195...v1.0.197) Updates `anyhow` from 1.0.79 to 1.0.81 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.79...1.0.81) Updates `log` from 0.4.20 to 0.4.21 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.20...0.4.21) Updates `env_logger` from 0.10.2 to 0.11.1 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.10.2...v0.11.1) Updates `chrono` from 0.4.32 to 0.4.37 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.32...v0.4.37) Updates `chrono-tz` from 0.8.5 to 0.8.6 - [Release notes](https://github.com/chronotope/chrono-tz/releases) - [Changelog](https://github.com/chronotope/chrono-tz/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono-tz/commits) Updates `iana-time-zone` from 0.1.59 to 0.1.60 - [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md) - [Commits](strawlab/iana-time-zone@v0.1.59...v0.1.60) Updates `clap` from 4.4.18 to 4.5.4 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.4.18...v4.5.4) Updates `reqwest` from 0.11.23 to 0.11.27 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.23...v0.11.27) Updates `if-addrs` from 0.11.0 to 0.11.1 - [Changelog](https://github.com/messense/if-addrs/blob/master/CHANGELOG.md) - [Commits](messense/if-addrs@v0.11.0...v0.11.1) Updates `uuid` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.7.0...1.8.0) Updates `openssl` from 0.10.63 to 0.10.64 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.63...openssl-v0.10.64) Updates `axum` from 0.7.4 to 0.7.5 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](tokio-rs/axum@axum-v0.7.4...axum-v0.7.5) Updates `tower-http` from 0.5.1 to 0.5.2 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.5.1...tower-http-0.5.2) Updates `async-channel` from 2.1.1 to 2.2.0 - [Release notes](https://github.com/smol-rs/async-channel/releases) - [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md) - [Commits](smol-rs/async-channel@v2.1.1...v2.2.0) Updates `strum_macros` from 0.25.3 to 0.26.2 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits/v0.26.2) Updates `strum` from 0.25.0 to 0.26.2 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits/v0.26.2) Updates `thiserror` from 1.0.56 to 1.0.58 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.56...1.0.58) Updates `arc-swap` from 1.6.0 to 1.7.1 - [Changelog](https://github.com/vorner/arc-swap/blob/master/CHANGELOG.md) - [Commits](vorner/arc-swap@v1.6.0...v1.7.1) Updates `async-trait` from 0.1.77 to 0.1.79 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.77...0.1.79) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: chrono-tz dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: iana-time-zone dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: if-addrs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: openssl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: async-channel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: strum_macros dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: arc-swap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Apr 1, 2024
Superseded by #167. |
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 all group with 22 updates:
1.35.1
1.37.0
1.0.111
1.0.115
1.0.195
1.0.197
1.0.79
1.0.81
0.4.20
0.4.21
0.10.2
0.11.1
0.4.32
0.4.37
0.8.5
0.8.6
0.1.59
0.1.60
4.4.18
4.5.4
0.11.23
0.11.27
0.11.0
0.11.1
1.7.0
1.8.0
0.10.63
0.10.64
0.7.4
0.7.5
0.5.1
0.5.2
2.1.1
2.2.0
0.25.3
0.26.2
0.25.0
0.26.2
1.0.56
1.0.58
1.6.0
1.7.1
0.1.77
0.1.79
Updates
tokio
from 1.35.1 to 1.37.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
9c337ca
chore: prepare Tokio v1.37.0 (#6435)e542501
io: document cancel safety ofAsyncBufReadExt::fill_buf
(#6431)4601c84
stream: addnext_many
andpoll_next_many
toStreamMap
(#6409)deff252
util: document cancel safety ofSinkExt::send
andStreamExt::next
(#6417)4565b81
sync: add arwlock()
method to ownedRwLock
guards (#6418)3ce4720
sync: addis_closed
,is_empty
, andlen
to mpsc receivers (#6348)8342e4b
util: assert compatibility betweenLengthDelimitedCodec
options (#6414)4c453e9
readme: add description about benchmarks (#6425)1846483
sync: expose strong and weak counts of mpsc sender handles (#6405)baad270
sync: add Semaphore example for limiting the number of outgoing requests (#6419)Updates
serde_json
from 1.0.111 to 1.0.115Release notes
Sourced from serde_json's releases.
Commits
b1ebf38
Release 1.0.115c3dc153
Merge pull request #1119 from titaniumtraveler/pr218770b
Explicitly install a Rust toolchain for cargo-outdated job840da8e
Fix missing backticks in doc comments3a3f61b
Temporarily disable miri on doctests4a0be88
Format regression tests with rustfmtd2dbbf7
Ignore dead code lint in tests8e7b37b
Merge pull request #1118 from serde-rs/transparenta25f6c6
Remove conditional on repr(transparent)fedf834
Ignore non_local_definitions false positive in testUpdates
serde
from 1.0.195 to 1.0.197Release notes
Sourced from serde's releases.
Commits
5fa711d
Release 1.0.197f5d8ae4
Resolve prelude redundant import warnings1d54973
Merge pull request #2697 from nyurik/format-strb8fafef
A few minorwrite_str
optimizations and inliningc42ebb8
Update ui test suite to nightly-2024-02-129e68062
Ignore incompatible_msrv clippy lint for conditionally compiled code846f865
Ignore dead_code warnings in testede9762
Release 1.0.196d438c2d
Merge pull request #2682 from dtolnay/decimalpointbef110b
Format Unexpected::Float with decimal pointUpdates
anyhow
from 1.0.79 to 1.0.81Release notes
Sourced from anyhow's releases.
Commits
4aad4ed
Release 1.0.818be9091
Merge pull request #354 from dtolnay/deadcodea2eb7dd
Make compatible with -Dwarnings5443719
Release 1.0.80dfc7bc0
Work around prelude redundant import warnings6e4f86b
Import from alloc not std, where possiblef885a13
Ignore incompatible_msrv clippy false positives in testfefbcbc
Ignore incompatible_msrv clippy lint78f2d81
Update ui test suite to nightly-2024-02-08edd88d3
Update ui test suite to nightly-2024-01-31Updates
log
from 0.4.20 to 0.4.21Changelog
Sourced from log's changelog.
Commits
3ccdc28
Merge pull request #617 from rust-lang/cargo/0.4.216153cb2
prepare for 0.4.21 releasef0f7494
Merge pull request #613 from rust-lang/feat/kv-cleanup2b220bf
clean up structured logging example646e9ab
use original Visitor name for VisitValuecf85c38
add needed subfeatures to kv_unstable73e9539
fix up capturing of :err31bb4b0
move error macros togetherad91711
support field shorthand in macros90a347b
restore removed APIs as deprecatedUpdates
env_logger
from 0.10.2 to 0.11.1Release notes
Sourced from env_logger's releases.
Changelog
Sourced from env_logger's changelog.
Commits
7113ad4
chore: Release9f73bde
docs: Update changelog489ba18
Merge pull request #302 from Bobo1239/main6f31706
fix(fmt): Fix passing of WriteStyle when using Target::Pipe8f4361b
chore: Releaseba41ebb
docs: Update changelog5e226cb
chore: Release23441be
Merge pull request #300 from epage/other6c2ea80
style(filter): Clean up2d35260
feat(filter): Add a Logger decoratorUpdates
chrono
from 0.4.32 to 0.4.37Release notes
Sourced from chrono's releases.
... (truncated)
Commits
7d62045
Prepare 0.4.376857d00
Hide re-export ofLocalResult
in docs9e22e48
SwapMappedLocalTime
andLocalResult
type aliasca3c3b6
Prepare 0.4.361850198
RevertTimeDelta
deprecationse05ba8b
AddMappedLocalTime::and_then
3adfd88
Main documentation: simplify links and reflow text1e8df65
Rustfmt doc comments1b57859
Run doctests withalloc
feature if possible6f2c7cc
Use different method to run feature-dependent doctestsUpdates
chrono-tz
from 0.8.5 to 0.8.6Commits
Updates
iana-time-zone
from 0.1.59 to 0.1.60Changelog
Sourced from iana-time-zone's changelog.
Commits
bf83753
Bump version number to 0.1.606b66d30
Merge pull request #127 from strawlab/fix-windows-core-version1f5c177
correct windows-core dependency versionUpdates
clap
from 4.4.18 to 4.5.4Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
5e4facf
chore: Release8880b0a
docs: Update changelog132b5dd
Merge pull request #5425 from epage/litdf915fe
fix(derive): Re-allow expressions for id's8eab48f
refactor(derive): Make it easier to work with 'Name'be73195
refactor(derive): Clarify tests024089b
Merge pull request #5415 from Pi-Cla/patch-13b35dba
docs: Add mention of nushell to clap_complete README58469d1
Merge pull request #5405 from epage/docs655d829
docs(derive): Fix ToC links within tutorial chaptersUpdates
reqwest
from 0.11.23 to 0.11.27Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
cf69fd4
v0.11.27d0d2b47
docs: add note about sponsors/support2fe53c5
refactor: Migrate trust-dns to hickory-dns6904889
(wasm) fix: Form::text on wasm setting octet-stream mime type and file name. ...54bb709
v0.11.26d334800
Revert "fix: Patchsystem-configuration
version (#2130)" (#2172)c7940c6
revert: hyper v1 upgrade (for now)e319263
Fix missing tokio/io-util (#2168)037111f
feat: Allow binding interface (#2163)bfc54fc
feat: Add http2 cargo feature (#2162)Updates
if-addrs
from 0.11.0 to 0.11.1Commits
adcf2b5
Bump version to 0.11.1a9e83bd
Merge pull request #33 from madsmtm/more-niche-platforms33512bc
Improve support for niche platformsUpdates
uuid
from 1.7.0 to 1.8.0Release notes
Sourced from uuid's releases.
Commits
0f2aaae
Merge pull request #747 from uuid-rs/cargo/1.8.001d16c3
prepare for 1.8.0 releasee4746bc
Merge pull request #745 from uuid-rs/ci/outdatedd0396ad
Merge pull request #746 from uuid-rs/chore/draft-link9415ed4
Merge pull request #743 from koshell/main951e8e3
Merge pull request #738 from rerun-io/emilk/wasm-bindgen-only-on-web101aa84
add v6 to v8 draft link to README84dcbba
run outdated on a scheduleca952b1
add a workflow for running cargo outdatedabe995a
Make the toml longer, more complicated, and functionalUpdates
openssl
from 0.10.63 to 0.10.64Release notes
Sourced from openssl's releases.
Commits
4a19cd4
Merge pull request #2175 from reaperhulk/changelog4e0e05a
bump openssl and openssl-sys + changelogsc2b124a
Be explicit that aliases are not part of X.509 certificates1abf4a5
Merge pull request #2167 from alex/expose-aliasa644ec2
Merge pull request #2170 from botovq/crypto-free83940d1
LibreSSL 3.9: fix CRYPTO_malloc/free signatures51fc569
Merge pull request #2168 from sfackler/alex-patch-13c53dee
Added binding for EVP_default_properties_enable_fipsa12abe1
Expose alias on X509 structs3acf2ef
Merge pull request #2157 from reaperhulk/rebuild-if-changedUpdates
axum
from 0.7.4 to 0.7.5Release notes
Sourced from axum's releases.
Commits
ef8a9e8
Release axum and axum-extra (#2676)c6fd852
Updatesync_wrapper
to 1.0.0 from 0.1.12ec68d6
Add rejection tracing to all extractors (#2584)2ce382f
Remove h2 from dependencies when http2 feature is off (#2605)8b13d4c
Add axum-typed-routing to ECOSYSTEM.md (#2608)19f6f79
Fix layers being cloned for each request (#2586)3569950
Make nightly_error_messages feature compatible with latest nightly