-
Notifications
You must be signed in to change notification settings - Fork 0
build(deps): bump the dependencies group across 1 directory with 19 updates #106
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
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/cargo/dependencies-27719b2a2b
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
…pdates Bumps the dependencies group with 19 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aws-smithy-runtime-api](https://github.com/smithy-lang/smithy-rs) | `1.7.4` | `1.8.0` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.83` | `0.1.88` | | [chrono](https://github.com/chronotope/chrono) | `0.4.39` | `0.4.41` | | [serde_json](https://github.com/serde-rs/json) | `1.0.134` | `1.0.140` | | [testcontainers](https://github.com/testcontainers/testcontainers-rs) | `0.23.1` | `0.23.3` | | [tokio](https://github.com/tokio-rs/tokio) | `1.42.0` | `1.45.0` | | [tokio-postgres](https://github.com/sfackler/rust-postgres) | `0.7.12` | `0.7.13` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.13` | `0.7.15` | | [uuid](https://github.com/uuid-rs/uuid) | `1.11.0` | `1.16.0` | | [sqlx](https://github.com/launchbadge/sqlx) | `0.8.2` | `0.8.5` | | [ring](https://github.com/briansmith/ring) | `0.17.13` | `0.17.14` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.69` | `2.0.12` | | [jsonwebtoken](https://github.com/Keats/jsonwebtoken) | `9.3.0` | `9.3.1` | | [once_cell](https://github.com/matklad/once_cell) | `1.20.2` | `1.21.3` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.11` | `0.12.15` | | [bitflags](https://github.com/bitflags/bitflags) | `2.6.0` | `2.9.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.14.0` | `3.20.0` | | [crc](https://github.com/mrhooray/crc-rs) | `3.2.1` | `3.3.0` | | [rand_core](https://github.com/rust-random/rand) | `0.6.4` | `0.9.3` | Updates `aws-smithy-runtime-api` from 1.7.4 to 1.8.0 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `async-trait` from 0.1.83 to 0.1.88 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.83...0.1.88) Updates `chrono` from 0.4.39 to 0.4.41 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.39...v0.4.41) Updates `serde_json` from 1.0.134 to 1.0.140 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.134...v1.0.140) Updates `testcontainers` from 0.23.1 to 0.23.3 - [Release notes](https://github.com/testcontainers/testcontainers-rs/releases) - [Changelog](https://github.com/testcontainers/testcontainers-rs/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-rs@0.23.1...0.23.3) Updates `tokio` from 1.42.0 to 1.45.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.45.0) Updates `tokio-postgres` from 0.7.12 to 0.7.13 - [Release notes](https://github.com/sfackler/rust-postgres/releases) - [Commits](sfackler/rust-postgres@tokio-postgres-v0.7.12...tokio-postgres-v0.7.13) Updates `tokio-util` from 0.7.13 to 0.7.15 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.13...tokio-util-0.7.15) Updates `uuid` from 1.11.0 to 1.16.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.11.0...v1.16.0) Updates `sqlx` from 0.8.2 to 0.8.5 - [Changelog](https://github.com/launchbadge/sqlx/blob 94E0 /main/CHANGELOG.md) - [Commits](launchbadge/sqlx@v0.8.2...v0.8.5) Updates `ring` from 0.17.13 to 0.17.14 - [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md) - [Commits](https://github.com/briansmith/ring/commits) Updates `thiserror` from 1.0.69 to 2.0.12 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.12) Updates `jsonwebtoken` from 9.3.0 to 9.3.1 - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](Keats/jsonwebtoken@v9.3.0...v9.3.1) Updates `once_cell` from 1.20.2 to 1.21.3 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.20.2...v1.21.3) Updates `reqwest` from 0.12.11 to 0.12.15 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.11...v0.12.15) Updates `bitflags` from 2.6.0 to 2.9.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.6.0...2.9.0) Updates `tempfile` from 3.14.0 to 3.20.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.14.0...v3.20.0) Updates `crc` from 3.2.1 to 3.3.0 - [Release notes](https://github.com/mrhooray/crc-rs/releases) - [Commits](https://github.com/mrhooray/crc-rs/commits) Updates `rand_core` from 0.6.4 to 0.9.3 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/commits) --- updated-dependencies: - dependency-name: aws-smithy-runtime-api dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: async-trait dependency-version: 0.1.88 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: chrono dependency-version: 0.4.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: serde_json dependency-version: 1.0.140 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: testcontainers dependency-version: 0.23.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tokio dependency-version: 1.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tokio-postgres dependency-version: 0.7.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tokio-util dependency-version: 0.7.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: uuid dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sqlx dependency-version: 0.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ring dependency-version: 0.17.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: thiserror dependency-version: 2.0.12 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: jsonwebtoken dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: once_cell dependency-version: 1.21.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: reqwest dependency-version: 0.12.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: bitflags dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tempfile dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: crc dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: rand_core dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
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 dependencies group with 19 updates in the / directory:
1.7.4
1.8.0
0.1.83
0.1.88
0.4.39
0.4.41
1.0.134
1.0.140
0.23.1
0.23.3
1.42.0
1.45.0
0.7.12
0.7.13
0.7.13
0.7.15
1.11.0
1.16.0
0.8.2
0.8.5
0.17.13
0.17.14
1.0.69
2.0.12
9.3.0
9.3.1
1.20.2
1.21.3
0.12.11
0.12.15
2.6.0
2.9.0
3.14.0
3.20.0
3.2.1
3.3.0
0.6.4
0.9.3
Updates
aws-smithy-runtime-api
from 1.7.4 to 1.8.0Commits
Updates
async-trait
from 0.1.83 to 0.1.88Release notes
Sourced from async-trait's releases.
Commits
b3a5919
Release 0.1.88a306be8
Merge pull request #289 from dtolnay/cfgd305984
Fix lifetime bounding on generic parameters that have cfg78506f1
Add regression test for issue 288a11384e
Add issue 283 link in test32540aa
Release 0.1.87137d14c
Resolve mem_replace_with_default clippy lint45fd82a
Ignore elidable_lifetime_names pedantic clippy lintea2f2a2
Point standard library links to stable3b78161
Update ui test suite to nightly-2025-02-12Updates
chrono
from 0.4.39 to 0.4.41Release notes
Sourced from chrono's releases.
Commits
d1de1d9
Bump version to 0.4.41e2bd1d1
Add support for lenient format strings (#1693)2c95b0a
Tweak expression to avoid repetitionebeef99
TimeZone::from_posix_tz: Treat empty TZ variable as UTCdc068f0
Tweak style on NaiveWeek fixesb267a4f
Implemented consistent Hash and Eq trait for NaiveWeek7c0bd13
Apply suggestions from clippy 1.86104cdc7
Bump MSRV to 1.626a85301
Upgrade to windows-bindgen 0.61265c79b
Tweak WeekdaySet method orderUpdates
serde_json
from 1.0.134 to 1.0.140Release notes
Sourced from serde_json's releases.
Commits
7627834
Release 1.0.140d77a498
Merge pull request #1245 from serde-rs/powerpcb34d317
Delete unused gcc installationf7200c3
Ignore unbuffered_bytes clippy lint76cd4fb
Ignore elidable_lifetime_names pedantic clippy lint400eaa9
Point standard library links to stable4d4f53c
Release 1.0.1395d6b32f
Merge pull request #1242 from dtolnay/writefloate5bb8bd
Document behavior of write_f32/f64 on non-finite floats7a79781
Merge pull request #1241 from dtolnay/doclinkUpdates
testcontainers
from 0.23.1 to 0.23.3Release notes
Sourced from testcontainers's releases.
Changelog
Sourced from testcontainers's changelog.
Commits
e62b418
chore: release v0.23.3 (#770)3bd9cb0
fix(768): proper handling of possible stdin in logs stream (#769)8962ef9
feat: re-export bollard784dc7c
chore: release v0.23.2 (#767)b979cde
feat: add image hook to run commands before ready (#766)a43ad42
chore(deps): bump jinja2 from 3.1.4 to 3.1.5 (#765)9f6e976
chore(deps): update axum requirement from 0.7.5 to 0.8.1 (#763)bc6986b
build: bump MSRV to1.81
(#764)af21727
feat: reusable containers (#757)3dc6773
chore(deps): bump the bollard dep to latest (#759)Updates
tokio
from 1.42.0 to 1.45.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
00754c8
chore: prepare Tokio v1.45.0 (#7308)1ae9434
time: revert "use sharding for timer implementation" related changes (#7226)8895bba
ci: Test AArch64 Windows (#7288)48ca254
time: updatesleep
documentation to reflect maximum allowed duration (#7302)a0af02a
compat: add more documentation totokio_util::compat
(#7279)0ce3a11
metrics: stabilizeworker_park_count
andworker_unpark_count
(#7276)1ea9ce1
ci: fix cfg!(miri) declarations in tests (#7286)4d4d126
chore: prepare tokio-util v0.7.15 (#7283)5490267
fs: update the mockall dev dependency to 0.13.0 (#7234)1434b32
examples: improve echo example consistency (#7256)Updates
tokio-postgres
from 0.7.12 to 0.7.13Commits
ad68abf
Release tokio-postgres v0.7.1343c7049
Release postgres-types v0.2.9966724c
Release postgres-protocol v0.6.81ed6365
Release postgres-openssl v0.5.114f3b9e
Release postgres-native-tls v0.5.1< 8000 /li>7ee61f3
Merge pull request #1207 from sfackler/cidr-fixesa5eaea1
fix cibfb35b2
add docs89b91b4
Propagate features0785381
Merge pull request #1183 from rs-sac/upstreamUpdates
tokio-util
from 0.7.13 to 0.7.15Commits
4d4d126
chore: prepare tokio-util v0.7.15 (#7283)5490267
fs: update the mockall dev dependency to 0.13.0 (#7234)1434b32
examples: improve echo example consistency (#7256)159a3b2
rt(unstable): remove alt multi-threaded runtime (#7275)ce87dcf
runtime: document the queue behavior ofspawn_blocking
(#7269)d41d49d
metrics: fix panic comment inmax_error
docs (#7273)7a6c424
process: addCommand::spawn_with
(#7249)c3037ad
task: properly handle removed entries inJoinMap
(#7264)964fd06
benches: add helper functions for building runtimes (#7260)817fa60
fs: avoid some copies intokio::fs::write
(#7199)Updates
uuid
from 1.11.0 to 1.16.0Release notes
Sourced from uuid's releases.
... (truncated)
Commits
c36beb1
Merge pull request #817 from uuid-rs/cargo/v1.16.05338b24
prepare for 1.16.0 release420f627
Merge pull request #815 from tguichaoua/new_v8_const254258c
markUuid::new_v8
const4e5b88e
Merge pull request #812 from uuid-rs/cargo/v1.15.17fb64f7
prepare for 1.15.1 releasef05b6df
Merge pull request #811 from uuid-rs/fix/v7-overflowc2d313f
guarantee v7 timestamp will never overflow56ba68f
Merge pull request #810 from uuid-rs/cargo/v1.15.026c8a9b
prepare for 1.15.0 releaseUpdates
sqlx
from 0.8.2 to 0.8.5Changelog
Sourced from sqlx's changelog.
... (truncated)
Commits
e723688
Hotfix 0.8.5 (#3824)f908403
0.8.4 release (#3819)1548785
fix: PgConnectOptions docs (#3809)97bf270
Always set SQLITE_OPEN_URI (#3289)42def59
fix(macros): cache macro metadata based onCARGO_MANIFEST_DIR
(#3815)e283bf9
mysql: Fix panic on invalid text row length field082aed5
Fix error message typo in PgPoint::from_str (#3811)f0be19e
Enable json feature without db enabled (#3801)1c9cbe9
feat: add ipnet support (#3710)e474be6
docs: Fix a copy-paste error on get_username docs (#3786)Updates
ring
from 0.17.13 to 0.17.14Changelog
Sourced from ring's changelog.
Commits
Updates
thiserror
from 1.0.69 to 2.0.12Release notes
Sourced from thiserror's releases.
... (truncated)
Commits
95a5126
Release 2.0.1276490f7
Merge pull request #413 from dtolnay/elidablelifetime9f27b76
Ignore elidable_lifetime_names pedantic clippy lintdaf2a6f
Resolve some elidable_lifetime_names pedantic clippy lint5f07160
Point standard library links to stable6706a51
Convert html links to intra-doc links2706873
More precise gitignore patterns70bc20d
Remove **/*.rs.bk from project-specific gitignore0f532e3
Release 2.0.113d15543
Merge pull request #410 from dtolnay/testnostdUpdates
jsonwebtoken
from 9.3.0 to 9.3.1Changelog
Sourced from jsonwebtoken's changelog.
Commits
87bbe49
New releasec733c78
doc: Clarify MSRV is in Cargo.toml88e48f3
Update base64 to 0.22afbb44e
fix: remove erroneous backtick (#383)93424d5
complete documentation with required claims (#382)Updates
once_cell
from 1.20.2 to 1.21.3Changelog
Sourced from once_cell's changelog.
Commits
29e3d93
Merge pull request #286 from briansmith/b/once-ref-drya206950
Prepare for 1.21.3 release.17d4a9b
DRYrace::OnceRef::{get_or_try_init, set}
.01b1d56
Merge pull request #285 from briansmith/b/once-ref-colda851cc4
Mark initialization ofOnceRef::get_or_try_init
cold.2447a93
Merge pull request #281 from briansmith/b/init-innerc294d64
Merge pull request #280 from briansmith/b/self5f0fdd4
Merge pull request #283 from briansmith/b/cast_mut899e319
Merge pull request #284 from briansmith/b/dry-get90da60b
Mark initialization ofOnceBox::get_or_try_init
cold.Updates
reqwest
from 0.12.11 to 0.12.15Release notes
Sourced from reqwest's releases.