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

chore(deps): bump the minor group across 1 directory with 15 updates #540

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2025

Bumps the minor group with 15 updates in the / directory:

Package From To
thiserror 2.0.9 2.0.10
async-trait 0.1.83 0.1.85
tokio 1.42.0 1.43.0
pin-project 1.1.7 1.1.8
serde 1.0.216 1.0.217
serde_json 1.0.134 1.0.135
uuid 1.11.0 1.11.1
spider 2.21.33 2.24.13
fluvio 0.24.1 0.24.2
lancedb 0.14.0 0.14.1
redb 2.3.0 2.4.0
sqlx 0.8.2 0.8.3
quote 1.0.37 1.0.38
syn 2.0.91 2.0.96
insta 1.41.1 1.42.0

Updates thiserror from 2.0.9 to 2.0.10

Release notes

Sourced from thiserror's releases.

2.0.10

  • Support errors containing a generic type parameter's associated type in a field (#408)
Commits

Updates async-trait from 0.1.83 to 0.1.85

Release notes

Sourced from async-trait's releases.

0.1.85

  • Omit Self: 'async_trait bound in impl when not needed by signature (#284)

0.1.84

  • Support impl Trait in return type (#282)
Commits
  • fee923d Release 0.1.85
  • 0c2e108 Merge pull request #284 from dtolnay/selfinblock
  • 9456e54 Omit Self: 'async_trait bound in impl when not needed by signature
  • b77d0d5 Add regression test for issue 283
  • 4c8406d Release 0.1.84
  • 1cab7e4 Merge pull request #282 from dtolnay/impltrait
  • 3af8236 Require Rust 1.75+ for RPITIT (return position impl trait in trait)
  • 85b572c Support impl Trait in return type
  • aff365f Add regression test for issue 281
  • 7d8519d Update ui test suite to nightly-2024-12-09
  • Additional commits viewable in compare view

Updates tokio from 1.42.0 to 1.43.0

Release notes

Sourced from tokio's releases.

Tokio v1.43.0

1.43.0 (Jan 8th, 2025)

Added

  • net: add UdpSocket::peek methods (#7068)
  • net: add support for Haiku OS (#7042)
  • process: add Command::into_std() (#7014)
  • signal: add SignalKind::info on illumos (#6995)
  • signal: add support for realtime signals on illumos (#7029)

Fixed

  • io: don't call set_len before initializing vector in Blocking (#7054)
  • macros: suppress clippy::needless_return in #[tokio::main] (#6874)
  • runtime: fix thread parking on WebAssembly (#7041)

Changes

  • chore: use unsync loads for unsync_load (#7073)
  • io: use Buf::put_bytes in Repeat read impl (#7055)
  • task: drop the join waker of a task eagerly (#6986)

Changes to unstable APIs

  • metrics: improve flexibility of H2Histogram Configuration (#6963)
  • taskdump: add accessor methods for backtrace (#6975)

Documented

  • io: clarify ReadBuf::uninit allows initialized buffers as well (#7053)
  • net: fix ambiguity in TcpStream::try_write_vectored docs (#7067)
  • runtime: fix LocalRuntime doc links (#7074)
  • sync: extend documentation for watch::Receiver::wait_for (#7038)
  • sync: fix typos in OnceCell docs (#7047)

#6874: tokio-rs/tokio#6874 #6963: tokio-rs/tokio#6963 #6975: tokio-rs/tokio#6975 #6986: tokio-rs/tokio#6986 #6995: tokio-rs/tokio#6995 #7014: tokio-rs/tokio#7014 #7029: tokio-rs/tokio#7029 #7038: tokio-rs/tokio#7038 #7041: tokio-rs/tokio#7041 #7042: tokio-rs/tokio#7042 #7047: tokio-rs/tokio#7047 #7053: tokio-rs/tokio#7053 #7054: tokio-rs/tokio#7054 #7055: tokio-rs/tokio#7055

... (truncated)

Commits
  • 5f3296d chore: prepare Tokio v1.43.0 (#7079)
  • cc974a6 chore: prepare tokio-macros v2.5.0 (#7078)
  • 15495fd metrics: improve flexibility of H2Histogram Configuration (#6963)
  • ad41834 io: don't call set_len before initializing vector in Blocking (#7054)
  • bd3e857 runtime: move is_join_waker_set assertion in unset_waker (#7072)
  • 15f7366 runtime: fix LocalRuntime doc links (#7074)
  • fd2048d ci: split miri jobs into unit and integration tests (#7071)
  • e8f3915 chore: use unsync loads for unsync_load (#7073)
  • 67f1277 net: fix ambiguity in TcpStream::try_write_vectored docs (#7067)
  • 463502c io: clarify ReadBuf::uninit allows initialized buffers as well (#7053)
  • Additional commits viewable in compare view

Updates pin-project from 1.1.7 to 1.1.8

Release notes

Sourced from pin-project's releases.

1.1.8

  • Suppress unnameable_types, clippy::absolute_paths, clippy::min_ident_chars, clippy::pub_with_shorthand, clippy::single_call_fn, clippy::single_char_lifetime_names lints in generated code.
Changelog

Sourced from pin-project's changelog.

[1.1.8] - 2025-01-06

  • Suppress unnameable_types, clippy::absolute_paths, clippy::min_ident_chars, clippy::pub_with_shorthand, clippy::single_call_fn, clippy::single_char_lifetime_names lints in generated code.
Commits
  • a1e1eb2 Release 1.1.8
  • 5a1a568 pinned_drop: Use located_at instead of allowing unused_qualifications and cli...
  • 2fb3d56 Suppress various lints in generated code
  • 3fa6e92 tests: Update ui test output to nightly-2024-12-15
  • b5eb2b2 tests: Update ui test output to nightly-2024-12-11
  • dcc70b0 Fix typo
  • 6b3fa50 Update .deny.toml
  • f17c4c2 Ignore clippy::unnecessary_map_or lint
  • 69da844 tests: Update lint test
  • 5df0bb1 tests: Update ui test output to nightly-2024-11-02
  • Additional commits viewable in compare view

Updates serde from 1.0.216 to 1.0.217

Release notes

Sourced from serde's releases.

v1.0.217

  • Support serializing externally tagged unit variant inside flattened field (#2786, thanks @​Mingun)
Commits
  • 930401b Release 1.0.217
  • cb6eaea Fix roundtrip inconsistency:
  • b6f339c Resolve repr_packed_without_abi clippy lint in tests
  • 2a5caea Merge pull request #2872 from dtolnay/ehpersonality
  • b9f93f9 Add no-std CI on stable compiler
  • eb5cd47 Drop #[lang = "eh_personality"] from no-std test
  • 8478a3b Merge pull request #2871 from dtolnay/nostdstart
  • dbb9091 Replace #[start] with extern fn main
  • See full diff in compare view

Updates serde_json from 1.0.134 to 1.0.135

Release notes

Sourced from serde_json's releases.

v1.0.135

Commits

Updates uuid from 1.11.0 to 1.11.1

Release notes

Sourced from uuid's releases.

1.11.1

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@1.11.0...1.11.1

Commits
  • 42c2d0f Merge pull request #782 from uuid-rs/cargo/1.11.1
  • 7dc4122 prepare for 1.11.1 release
  • 4cdc981 Merge pull request #781 from uuid-rs/ci/rust-versions
  • 1ce698c update rust toolchain before building
  • 5cbe0ce Merge pull request #778 from jacobggman/main
  • 6e55348 Fix broken link to RFC 1574 in CONTRIBUTING.md
  • 147d993 update table of contents in CONTRIBUTING.md
  • 8901919 Merge pull request #777 from uuid-rs/KodrAus-patch-1
  • a486f03 try using specific node version
  • dcf1d81 bump msrv to 1.63.0
  • Additional commits viewable in compare view

Updates spider from 2.21.33 to 2.24.13

Release notes

Sourced from spider's releases.

v2.24.13

Whats Changed

Add a callback to perform validation using spider::page::Page. You can now use the basic feature flag to easily disable io-uring on linux and still get the default features with "default-features = false".

  1. feat(website): add on_should_crawl_callback #241
  2. feat(page): add blocked_crawl #242
  3. chore(disk): fix cfg aho_corasick
  4. chore(fs): remove tentril crate
  5. chore(page): fix crawling initial redirects
  6. chore(chrome): fix compile fs flag
  7. feat(cargo): add basic feature flag
  8. chore(connect): fix compile missing libc
  9. feat(page): add page_error_status_details

Full Changelog: spider-rs/spider@v2.23.7...v2.24.13

v2.23.7

Whats Changed

Linux now uses io_uring for the DNS connect phase.

If you do not have a recent version of linux installed disable the feature flag io_uring.

  • feat(io_uring): add io_uring for connect_phase linux
  • chore(fs): fix feature flag compile fs

Full Changelog: spider-rs/spider@v2.22.19...v2.23.7

v2.22.19

Whats Changed

This release brings in a SQLite for improved memory handling with the feature flags disk_native_tls, disk, and disk_aws. SQLite is set to be used in a hybrid manner with memory in order to maintain performance.

With disk handling and our string interning urls crawled can entire the billions of resources or infinite with EFS attached.

Other Changes

  • chore(website,page): fix concurrent initial scoped access to lazy_static!
  • chore(chrome): add more network block layers for chrome
  • chore(chrome): remove smart mode default idle_dom usage
  • perf(page): dynamic rewriter chunk size
  • chore(website): add connect layer concurrency limit apply
  • perf(runtime): add dedicated thread for request connect

Full Changelog: spider-rs/spider@v2.21.33...v2.22.19

Commits
  • 076119f chore(docs): fix spider cargo docs
  • e39f5db chore(page): fix build reqwest error_for_status cache flag
  • 77ec77e chore(page): fix feat decentralize compile error status
  • de1e779 chore(page): add new_page_streaming error
  • d450c18 feat(page): add page_error_status_details #244
  • c11b00a chore(connect): fix compile missing libc
  • 6c241f1 chore(license): bump 2025
  • f0b7955 feat(cargo): add basic feature flag
  • 5ce15b8 chore(chrome): fix compile fs flag
  • 2734b93 chore(page): fix crawling initial redirect
  • Additional commits viewable in compare view

Updates fluvio from 0.24.1 to 0.24.2

Release notes

Sourced from fluvio's releases.

dev

Published artifacts from the latest build

Commits

Updates lancedb from 0.14.0 to 0.14.1

Release notes

Sourced from lancedb's releases.

Node/Rust LanceDB v0.14.1

🎉 New Features

🐛 Bug Fixes

📚 Documentation

🔧 Build and CI

Node/Rust LanceDB v0.14.1-beta.6

🎉 New Features

📚 Documentation

🔧 Build and CI

... (truncated)

Commits
  • 0a0f667 chore: fix typos (#1976)
  • 03753fd ci(node): remove hardcoded toolchain from typescript release build (#1974)
  • 55cceaa Updating package-lock.json
  • c3797eb Updating package-lock.json
  • c0d0f38 Bump version: 0.14.1-beta.7 → 0.14.1
  • 6a8ab78 Bump version: 0.14.1-beta.6 → 0.14.1-beta.7
  • 27404c8 Bump version: 0.17.1-beta.7 → 0.17.1
  • f181c7e Bump version: 0.17.1-beta.6 → 0.17.1-beta.7
  • e70fd4f feat: support IVF_FLAT, binary vectors and hamming distance (#1955)
  • ac0068b feat(python): add ignore_missing to the async drop_table() method (#1953)
  • Additional commits viewable in compare view

Updates redb from 2.3.0 to 2.4.0

Release notes

Sourced from redb's releases.

2.4.0

  • Add Database::cache_stats()
  • Fix open() and create() to return InvalidData when they are called on a database file that is not a valid redb database
  • Significantly speed up restore_savepoint(). The time is takes now scales with the change delta since the savepoint was captured, rather than the size of the database file
  • DatabaseStats::fragmented_bytes() is now more accurate
Changelog

Sourced from redb's changelog.

2.4.0 - 2024-12-30

  • Add Database::cache_stats()
  • Fix open() and create() to return InvalidData when they are called on a database file that is not a valid redb database
  • Significantly speed up restore_savepoint(). The time is takes now scales with the change delta since the savepoint was captured, rather than the size of the database file
  • DatabaseStats::fragmented_bytes() is now more accurate
Commits
  • 507e1fd Bump version to 2.4.0
  • 69b3c85 Update changelog
  • dd0d4ae Update benchmark numbers in README
  • 8d0859b Enable compaction for rocksdb in benchmark
  • 45621b6 Fix typo in output string
  • 4aaf48b Switch to optimistic rocksdb transaction in benchmark
  • ec48f3d Refactor benchmark code
  • 51ca54c Optimize restore_savepoint()
  • b27a9df Fix BuddyAllocator::difference
  • efb761c Improve debugging code
  • Additional commits viewable in compare view

Updates sqlx from 0.8.2 to 0.8.3

Changelog

Sourced from sqlx's changelog.

0.8.3 - 2025-01-03

41 pull requests were merged this release cycle.

Added

Changed

Fixed

... (truncated)

Commits

Updates quote from 1.0.37 to 1.0.38

Release notes

Sourced from quote's releases.

1.0.38

  • Support interpolating arrays inside of arrays using a repetition (#286)
Commits
  • 0245506 Release 1.0.38
  • d978c51 Merge pull request #286 from dtolnay/array
  • 09d1e42 Implement repetition for arrays
  • 5bba89f Add repetition test with array of array
  • aafba72 Prevent upload-artifact step from causing CI failure
  • c889896 Update not-quotable ui test for ToTokens impl changes
  • 87c247f Resolve some needless_lifetimes clippy lints
  • 31d7a01 Ignore needless_lifetimes clippy lint
  • 6cff24b Upload CI Cargo.lock for reproducing failures
  • See full diff in compare view

Updates syn from 2.0.91 to 2.0.96

Release notes

Sourced from syn's releases.

2.0.96

2.0.95

  • Fix parenthesization of struct literals in let-chains (#1832)

2.0.94

2.0.93

  • Fix expression parsing edge cases: x as T <<= y (#1804), break as T (#1805), match x { _ if .. => {} } (#1807)
  • Fix expression printing edge cases: || -> T 'a: {} (#1806), if break x {} (#1808, #1810)

2.0.92

  • Fix parenthesization of jumps inside ranges (#1798)
Commits
  • d1cbce8 Release 2.0.96
  • 80d8d12 Merge pull request #1840 from dtolnay/letchain
  • 96175be Integrate Expr::Let into precedence fixups
  • 1f096d3 Merge pull request #1839 from dtolnay/chainedcompare
  • 4944362 Fix parenthesization of chained comparisons containing bailout
  • fd198d9 Generalize Expr::Range bailout to any operator that can begin expr
  • d3f2879 Add regression test for chained comparisons with bailout
  • 9872bef Merge pull request #1838 from dtolnay/prevoperator
  • 00a125e Short-circuit precedence scan for high-precedence expressions
  • 83195c0 Merge pull request #1837 from dtolnay/rangebailout
  • Additional commits viewable in compare view

Updates insta from 1.41.1 to 1.42.0

Release notes

Sourced from insta's releases.

1.42.0

Release Notes

  • Text snapshots no longer contain snapshot_type: text in their metadata. For context, we originally added this in the prior release (1.41.0) to support binary snapshots, but some folks disliked the diff noise on any snapshot changes, and the maintainers' weighted votes favored reverting. I apologize that this will cause some additional churn for those who used cargo insta test --force-update-snapshots to update their snapshots to the 1.41 format; running this again with 1.42 will remove those metadata entries. To confirm: this doesn't affect whether snapshot tests pass or fail — the worst impact is some additional diffs in metadata. #690
  • Pending snapshots are no longer removed throughout the workspace by cargo-insta before running tests. Instead, running a test will overwrite or remove its own pending snapshot. To remove all pending snapshots, use cargo insta reject or run tests with --unreferenced=delete. #651
  • insta::internals::SettingsBindDropGuard (returned from Settings::bind_to_scope) no longer implements Send. This was incorrect and any tests relying on this behavior where not working properly. Fixes #694 in #695 by @​jalil-salame

Install cargo-insta 1.42.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/insta/releases/download/1.42.0/cargo-insta-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/mitsuhiko/insta/releases/download/1.42.0/cargo-insta-installer.ps1 | iex"

Download cargo-insta 1.42.0

File Platform Checksum
cargo-insta-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
cargo-insta-x86_64-apple-darwin.tar.xz Intel macOS checksum
cargo-insta-x86_64-pc-windows-msvc.zip x64 Windows checksum
cargo-insta-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
cargo-insta-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum
Changelog

Sourced from insta's changelog.

1.42.0

  • Text snapshots no longer contain snapshot_type: text in their metadata. For context, we originally added this in the prior release (1.41.0) to support binary snapshots, but some folks disliked the diff noise on any snapshot changes, and the maintainers' weighted votes favored reverting. I apologize that this will cause some additional churn for those who used cargo insta test --force-update-snapshots to update their snapshots to the 1.41 format; running this again with 1.42 will remove those metadata entries. To confirm: this doesn't affect whether snapshot tests pass or fail — the worst impact is some additional diffs in metadata. #690
  • Pending snapshots are no longer removed throughout the workspace by cargo-insta before running tests. Instead, running a test will overwrite or remove its own pending snapshot. To remove all pending snapshots, use cargo insta reject or run tests with --unreferenced=delete. #651
  • insta::internals::SettingsBindDropGuard (returned from Settings::bind_to_scope) no longer implements Send. This was incorrect and any tests relying on this behavior where not working properly. Fixes #694 in #695 by @​jalil-salame
Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 10, 2025
Bumps the minor group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.9` | `2.0.10` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.83` | `0.1.85` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.42.0` | `1.43.0` |
| [pin-project](https://github.com/taiki-e/pin-project) | `1.1.7` | `1.1.8` |
| [serde](https://github.com/serde-rs/serde) | `1.0.216` | `1.0.217` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.134` | `1.0.135` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.11.0` | `1.11.1` |
| [spider](https://github.com/spider-rs/spider) | `2.21.33` | `2.24.13` |
| [fluvio](https://github.com/infinyon/fluvio) | `0.24.1` | `0.24.2` |
| [lancedb](https://github.com/lancedb/lancedb) | `0.14.0` | `0.14.1` |
| [redb](https://github.com/cberner/redb) | `2.3.0` | `2.4.0` |
| [sqlx](https://github.com/launchbadge/sqlx) | `0.8.2` | `0.8.3` |
| [quote](https://github.com/dtolnay/quote) | `1.0.37` | `1.0.38` |
| [syn](https://github.com/dtolnay/syn) | `2.0.91` | `2.0.96` |
| [insta](https://github.com/mitsuhiko/insta) | `1.41.1` | `1.42.0` |



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

Updates `async-trait` from 0.1.83 to 0.1.85
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.83...0.1.85)

Updates `tokio` from 1.42.0 to 1.43.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.0)

Updates `pin-project` from 1.1.7 to 1.1.8
- [Release notes](https://github.com/taiki-e/pin-project/releases)
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md)
- [Commits](taiki-e/pin-project@v1.1.7...v1.1.8)

Updates `serde` from 1.0.216 to 1.0.217
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.216...v1.0.217)

Updates `serde_json` from 1.0.134 to 1.0.135
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.134...v1.0.135)

Updates `uuid` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.11.0...1.11.1)

Updates `spider` from 2.21.33 to 2.24.13
- [Release notes](https://github.com/spider-rs/spider/releases)
- [Changelog](https://github.com/spider-rs/spider/blob/main/CHANGELOG.md)
- [Commits](spider-rs/spider@v2.21.33...v2.24.13)

Updates `fluvio` from 0.24.1 to 0.24.2
- [Release notes](https://github.com/infinyon/fluvio/releases)
- [Changelog](https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/infinyon/fluvio/commits)

Updates `lancedb` from 0.14.0 to 0.14.1
- [Release notes](https://github.com/lancedb/lancedb/releases)
- [Changelog](https://github.com/lancedb/lancedb/blob/main/release_process.md)
- [Commits](lancedb/lancedb@v0.14.0...v0.14.1)

Updates `redb` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/cberner/redb/releases)
- [Changelog](https://github.com/cberner/redb/blob/master/CHANGELOG.md)
- [Commits](cberner/redb@v2.3.0...v2.4.0)

Updates `sqlx` from 0.8.2 to 0.8.3
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.8.2...v0.8.3)

Updates `quote` from 1.0.37 to 1.0.38
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.37...1.0.38)

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

Updates `insta` from 1.41.1 to 1.42.0
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.41.1...1.42.0)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: pin-project
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: spider
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: fluvio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: lancedb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: redb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: sqlx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: quote
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/minor-988978d83b branch from c7f5b54 to 269d288 Compare January 10, 2025 13:42
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 10, 2025

Superseded by #544.

@dependabot dependabot bot closed this Jan 10, 2025
@dependabot dependabot bot deleted the dependabot/cargo/minor-988978d83b branch January 10, 2025 22: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