-
Notifications
You must be signed in to change notification settings - Fork 7
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 exercises-dependencies group across 14 directories with 16 updates #40
Closed
dependabot
wants to merge
1
commit into
main
from
dependabot/cargo/exercises/1-course-introduction/1-introduction/2-embedded/exercises-dependencies-7020e5647a
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
…pdates Bumps the exercises-dependencies group with 3 updates in the /exercises/1-course-introduction/1-introduction/2-embedded directory: [panic-probe](https://github.com/knurling-rs/defmt), [embedded-hal](https://github.com/rust-embedded/embedded-hal) and [lsm303agr](https://github.com/eldruin/lsm303agr-rs). Bumps the exercises-dependencies group with 2 updates in the /exercises/2-foundations-of-rust/5-closures-and-dynamic-dispatch/1-config-reader directory: [serde](https://github.com/serde-rs/serde) and [serde_json](https://github.com/serde-rs/json). Bumps the exercises-dependencies group with 3 updates in the /exercises/3-crate-engineering/1-crate-engineering/1-my-serde-app directory: [serde](https://github.com/serde-rs/serde), [serde_json](https://github.com/serde-rs/json) and [anyhow](https://github.com/dtolnay/anyhow). Bumps the exercises-dependencies group with 2 updates in the /exercises/3-crate-engineering/1-crate-engineering/3-bsn directory: [serde](https://github.com/serde-rs/serde) and [serde_json](https://github.com/serde-rs/json). Bumps the exercises-dependencies group with 1 update in the /exercises/4-multitasking/3-asynchronous-multitasking/1-async-channels directory: [tokio](https://github.com/tokio-rs/tokio). Bumps the exercises-dependencies group with 5 updates in the /exercises/4-multitasking/3-asynchronous-multitasking/2-async-chat directory: | Package | From | To | | --- | --- | --- | | [serde](https://github.com/serde-rs/serde) | `1.0.197` | `1.0.207` | | [serde_json](https://github.com/serde-rs/json) | `1.0.115` | `1.0.124` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.81` | `1.0.86` | | [tokio](https://github.com/tokio-rs/tokio) | `1.37.0` | `1.39.2` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.10` | `0.7.11` | Bumps the exercises-dependencies group with 3 updates in the /exercises/4-multitasking/3-asynchronous-multitasking/3-measurement-data-sink directory: [serde](https://github.com/serde-rs/serde), [serde_json](https://github.com/serde-rs/json) and [anyhow](https://github.com/dtolnay/anyhow). Bumps the exercises-dependencies group with 5 updates in the /exercises/4-multitasking/3-asynchronous-multitasking/3-measurement-data-sink/node-simulator directory: | Package | From | To | | --- | --- | --- | | [serde](https://github.com/serde-rs/serde) | `1.0.198` | `1.0.207` | | [serde_json](https://github.com/serde-rs/json) | `1.0.116` | `1.0.124` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.82` | `1.0.86` | | [tokio](https://github.com/tokio-rs/tokio) | `1.37.0` | `1.39.2` | | [clap](https://github.com/clap-rs/clap) | `4.5.4` | `4.5.15` | Bumps the exercises-dependencies group with 2 updates in the /exercises/7-rust-for-data-science/1-rust-from-python/1-hello-world directory: [num](https://github.com/rust-num/num) and [pyo3](https://github.com/pyo3/pyo3). Bumps the exercises-dependencies group with 5 updates in the /exercises/7-rust-for-data-science/1-rust-from-python/2-strompy directory: | Package | From | To | | --- | --- | --- | | [serde](https://github.com/serde-rs/serde) | `1.0.197` | `1.0.207` | | [serde_json](https://github.com/serde-rs/json) | `1.0.114` | `1.0.124` | | [tokio](https://github.com/tokio-rs/tokio) | `1.36.0` | `1.39.2` | | [nalgebra](https://github.com/dimforge/nalgebra) | `0.32.4` | `0.33.0` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.10` | `0.7.11` | Bumps the exercises-dependencies group with 1 update in the /exercises/8-embedded/1-embedded-ecosystem/1-lsm303agr-id directory: [embassy-nrf](https://github.com/embassy-rs/embassy). Bumps the exercises-dependencies group with 1 update in the /exercises/8-embedded/2-portable-drivers/1-lsm303agr-driver directory: [embassy-nrf](https://github.com/embassy-rs/embassy). Bumps the exercises-dependencies group with 2 updates in the /exercises/8-embedded/3-async-on-embedded/1-compass directory: [embassy-nrf](https://github.com/embassy-rs/embassy) and [embassy-executor](https://github.com/embassy-rs/embassy). Bumps the exercises-dependencies group with 2 updates in the /exercises/8-embedded/4-embassy-framework/1-embassy-project directory: [embassy-nrf](https://github.com/embassy-rs/embassy) and [embassy-executor](https://github.com/embassy-rs/embassy). Updates `panic-probe` from 0.3.1 to 0.3.2 - [Release notes](https://github.com/knurling-rs/defmt/releases) - [Changelog](https://github.com/knurling-rs/defmt/blob/main/CHANGELOG.md) - [Commits](knurling-rs/defmt@panic-probe-v0.3.1...panic-probe-v0.3.2) Updates `embedded-hal` from 0.2.7 to 1.0.0 - [Release notes](https://github.com/rust-embedded/embedded-hal/releases) - [Commits](rust-embedded/embedded-hal@v0.2.7...embedded-hal-v1.0.0) Updates `lsm303agr` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/eldruin/lsm303agr-rs/releases) - [Changelog](https://github.com/eldruin/lsm303agr-rs/blob/master/CHANGELOG.md) - [Commits](eldruin/lsm303agr-rs@v1.0.0...v1.1.0) Updates `serde` from 1.0.197 to 1.0.207 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.197...v1.0.207) Updates `serde_json` from 1.0.115 to 1.0.124 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.115...v1.0.124) Updates `serde` from 1.0.197 to 1.0.207 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.197...v1.0.207) Updates `serde_json` from 1.0.115 to 1.0.124 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.115...v1.0.124) Updates `anyhow` from 1.0.81 to 1.0.86 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.81...1.0.86) Updates `serde` from 1.0.197 to 1.0.207 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.197...v1.0.207) Updates `serde_json` from 1.0.115 to 1.0.124 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.115...v1.0.124) Updates `tokio` from 1.37.0 to 1.39.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.37.0...tokio-1.39.2) Updates `serde` from 1.0.197 to 1.0.207 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.197...v1.0.207) Updates `serde_json` from 1.0.115 to 1.0.124 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.115...v1.0.124) Updates `anyhow` from 1.0.81 to 1.0.86 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.81...1.0.86) Updates `tokio` from 1.37.0 to 1.39.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.37.0...tokio-1.39.2) Updates `tokio-util` from 0.7.10 to 0.7.11 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.10...tokio-util-0.7.11) Updates `serde` from 1.0.198 to 1.0.207 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.197...v1.0.207) Updates `serde_json` from 1.0.116 to 1.0.124 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.115...v1.0.124) Updates `anyhow` from 1.0.82 to 1.0.86 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.81...1.0.86) Updates `serde` from 1.0.198 to 1.0.207 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.197...v1.0.207) Updates `serde_json` from 1.0.116 to 1.0.124 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.115...v1.0.124) Updates `anyhow` from 1.0.82 to 1.0.86 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.81...1.0.86) Updates `tokio` from 1.37.0 to 1.39.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.37.0...tokio-1.39.2) Updates `clap` from 4.5.4 to 4.5.15 - [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.4...clap_complete-v4.5.15) Updates `num` from 0.4.1 to 0.4.3 - [Changelog](https://github.com/rust-num/num/blob/master/RELEASES.md) - [Commits](rust-num/num@num-0.4.1...num-0.4.3) Updates `pyo3` from 0.21.2 to 0.22.2 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.21.2...v0.22.2) Updates `serde` from 1.0.197 to 1.0.207 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.197...v1.0.207) Updates `serde_json` from 1.0.114 to 1.0.124 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.115...v1.0.124) Updates `tokio` from 1.36.0 to 1.39.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.37.0...tokio-1.39.2) Updates `nalgebra` from 0.32.4 to 0.33.0 - [Changelog](https://github.com/dimforge/nalgebra/blob/main/CHANGELOG.md) - [Commits](https://github.com/dimforge/nalgebra/commits) Updates `tokio-util` from 0.7.10 to 0.7.11 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.10...tokio-util-0.7.11) Updates `embassy-nrf` from 0.1.0 to 0.2.0 - [Commits](embassy-rs/embassy@embassy-nrf-v0.1.0...cyw43-v0.2.0) Updates `embassy-time` from 0.3.1 to 0.3.2 - [Commits](embassy-rs/embassy@embassy-executor-v0.3.1...embassy-executor-v0.3.2) Updates `embassy-sync` from 0.5.0 to 0.6.0 - [Commits](https://github.com/embassy-rs/embassy/commits) Updates `embassy-nrf` from 0.1.0 to 0.2.0 - [Commits](embassy-rs/embassy@embassy-nrf-v0.1.0...cyw43-v0.2.0) Updates `embassy-time` from 0.3.1 to 0.3.2 - [Commits](embassy-rs/embassy@embassy-executor-v0.3.1...embassy-executor-v0.3.2) Updates `embassy-sync` from 0.5.0 to 0.6.0 - [Commits](https://github.com/embassy-rs/embassy/commits) Updates `embassy-nrf` from 0.1.0 to 0.2.0 - [Commits](embassy-rs/embassy@embassy-nrf-v0.1.0...cyw43-v0.2.0) Updates `embassy-executor` from 0.5.0 to 0.6.0 - [Commits](https://github.com/embassy-rs/embassy/commits) Updates `embassy-time` from 0.3.1 to 0.3.2 - [Commits](embassy-rs/embassy@embassy-executor-v0.3.1...embassy-executor-v0.3.2) Updates `embassy-nrf` from 0.1.0 to 0.2.0 - [Commits](embassy-rs/embassy@embassy-nrf-v0.1.0...cyw43-v0.2.0) Updates `embassy-executor` from 0.5.0 to 0.6.0 - [Commits](https://github.com/embassy-rs/embassy/commits) Updates `embassy-time` from 0.3.1 to 0.3.2 - [Commits](embassy-rs/embassy@embassy-executor-v0.3.1...embassy-executor-v0.3.2) --- updated-dependencies: - dependency-name: panic-probe dependency-type: direct:production update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: embedded-hal dependency-type: direct:production update-type: version-update:semver-major dependency-group: exercises-dependencies - dependency-name: lsm303agr dependency-type: direct:production update-type: version-update:semver-minor dependency-group: exercises-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: exercises-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: exercises-dependencies - dependency-name: tokio-util dependency-type: indirect update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: exercises-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: num dependency-type: direct:production update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: exercises-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: exercises-dependencies - dependency-name: nalgebra dependency-type: direct:production update-type: version-update:semver-minor dependency-group: exercises-dependencies - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: embassy-nrf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: exercises-dependencies - dependency-name: embassy-time dependency-type: indirect update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: embassy-sync dependency-type: indirect update-type: version-update:semver-minor dependency-group: exercises-dependencies - dependency-name: embassy-nrf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: exercises-dependencies - dependency-name: embassy-time dependency-type: indirect update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: embassy-sync dependency-type: indirect update-type: version-update:semver-minor dependency-group: exercises-dependencies - dependency-name: embassy-nrf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: exercises-dependencies - dependency-name: embassy-executor dependency-type: direct:production update-type: version-update:semver-minor dependency-group: exercises-dependencies - dependency-name: embassy-time dependency-type: direct:production update-type: version-update:semver-patch dependency-group: exercises-dependencies - dependency-name: embassy-nrf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: exercises-dependencies - dependency-name: embassy-executor dependency-type: direct:production update-type: version-update:semver-minor dependency-group: exercises-dependencies - dependency-name: embassy-time dependency-type: direct:production update-type: version-update:semver-patch dependency-group: exercises-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
Aug 13, 2024
Superseded by #44. |
dependabot
bot
deleted the
dependabot/cargo/exercises/1-course-introduction/1-introduction/2-embedded/exercises-dependencies-7020e5647a
branch
August 15, 2024 11:58
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 exercises-dependencies group with 3 updates in the /exercises/1-course-introduction/1-introduction/2-embedded directory: panic-probe, embedded-hal and lsm303agr.
Bumps the exercises-dependencies group with 2 updates in the /exercises/2-foundations-of-rust/5-closures-and-dynamic-dispatch/1-config-reader directory: serde and serde_json.
Bumps the exercises-dependencies group with 3 updates in the /exercises/3-crate-engineering/1-crate-engineering/1-my-serde-app directory: serde, serde_json and anyhow.
Bumps the exercises-dependencies group with 2 updates in the /exercises/3-crate-engineering/1-crate-engineering/3-bsn directory: serde and serde_json.
Bumps the exercises-dependencies group with 1 update in the /exercises/4-multitasking/3-asynchronous-multitasking/1-async-channels directory: tokio.
Bumps the exercises-dependencies group with 5 updates in the /exercises/4-multitasking/3-asynchronous-multitasking/2-async-chat directory:
1.0.197
1.0.207
1.0.115
1.0.124
1.0.81
1.0.86
1.37.0
1.39.2
0.7.10
0.7.11
Bumps the exercises-dependencies group with 3 updates in the /exercises/4-multitasking/3-asynchronous-multitasking/3-measurement-data-sink directory: serde, serde_json and anyhow.
Bumps the exercises-dependencies group with 5 updates in the /exercises/4-multitasking/3-asynchronous-multitasking/3-measurement-data-sink/node-simulator directory:
1.0.198
1.0.207
1.0.116
1.0.124
1.0.82
1.0.86
1.37.0
1.39.2
4.5.4
4.5.15
Bumps the exercises-dependencies group with 2 updates in the /exercises/7-rust-for-data-science/1-rust-from-python/1-hello-world directory: num and pyo3.
Bumps the exercises-dependencies group with 5 updates in the /exercises/7-rust-for-data-science/1-rust-from-python/2-strompy directory:
1.0.197
1.0.207
1.0.114
1.0.124
1.36.0
1.39.2
0.32.4
0.33.0
0.7.10
0.7.11
Bumps the exercises-dependencies group with 1 update in the /exercises/8-embedded/1-embedded-ecosystem/1-lsm303agr-id directory: embassy-nrf.
Bumps the exercises-dependencies group with 1 update in the /exercises/8-embedded/2-portable-drivers/1-lsm303agr-driver directory: embassy-nrf.
Bumps the exercises-dependencies group with 2 updates in the /exercises/8-embedded/3-async-on-embedded/1-compass directory: embassy-nrf and embassy-executor.
Bumps the exercises-dependencies group with 2 updates in the /exercises/8-embedded/4-embassy-framework/1-embassy-project directory: embassy-nrf and embassy-executor.
Updates
panic-probe
from 0.3.1 to 0.3.2Release notes
Sourced from panic-probe's releases.
Changelog
Sourced from panic-probe's changelog.
... (truncated)
Commits
b97ab70
Merge pull request #832 from knurling-rs/release037c52d
Update CHANGELOGa2f3392
Bump dependencies11a8bb3
Bump versions766db7e
Fix dead_code warning9f1708d
Merge pull request #830 from plaes/book-feature-gated-deriveaa731a3
Fix mdbook testd2d4228
Merge branch 'main' into book-feature-gated-derive601a1a8
Merge pull request #805 from knurling-rs/remove-ip_in_core-feature16d5eac
Configure custom configsUpdates
embedded-hal
from 0.2.7 to 1.0.0Release notes
Sourced from embedded-hal's releases.
Commits
f8c79fe
Merge pull request #555 from Dirbaio/migration-giude11c8b9e
Release embedded-hal{,-async,-nb} v1.0.0, embedded-hal-bus v0.1.05f89197
docs/migration: document gpio change to&mut self
.bf488df
docs: update readmes for v1.0b7ee113
docs/migration: add advice to impl both versions, add e-h-compat871f473
Move migration guide to docs dir.0dec059
Merge pull request #562 from jr-oss/fix_spi_transfer_doc74ca5ae
Commit b6764ecd replaced closures by operations. Update documentation accordi...208f028
Merge pull request #561 from GrantM11235/patch-183620fe
Migration guide typoUpdates
lsm303agr
from 1.0.0 to 1.1.0Release notes
Sourced from lsm303agr's releases.
Changelog
Sourced from lsm303agr's changelog.
Commits
b29eb5f
chore: Release lsm303agr version 1.1.0cfe8ab1
Remove dummy feature since we do not test with async, which is a requirement ...e440ef1
Update CI9a3666e
implement embedded-hal-async traits using maybe-async-cfg (#31)Updates
serde
from 1.0.197 to 1.0.207Release notes
Sourced from serde's releases.
Commits
1b4da41
Release 1.0.207f61d452
Touch up PR 2795f986609
Merge pull request #2795 from Mingun/has-flatten-rework77a6a9d
Take into account only not skipped flatten fields when choose serialization form547d843
Remove dead code - serialize_struct_as_map always called when cattrs.has_flat...005cb84
Fail with an understandable message is number of fields for serialization is ...fd5b5e9
Correctly calculatehas_flatten
attribute in all cases for deserialization0647a7c
Fix creating and filling a collections that was not read85c73ef
Release 1.0.2065ba1796
Resolve doc_markdown pedantic lint on regression test functionUpdates
serde_json
from 1.0.115 to 1.0.124Release notes
Sourced from serde_json's releases.
Commits
cf771a0
Release 1.0.1248b314a7
Merge pull request #1173 from iex-rs/fix-big-endian8eba786
Fix skip_to_escape on BE architectures2cab07e
Release 1.0.123346189a
Fix needless_borrow clippy lint in new control character test859ead8
Merge pull request #1161 from iex-rs/vectorized-string-parsinge43da5e
Immediately bail-out on empty strings8389d8a
Don't run the slow algorithm from the beginning1f0dcf7
Allow clippy::items_after_statementsa95d6df
Big endian supportUpdates
serde
from 1.0.197 to 1.0.207Release notes
Sourced from serde's releases.
Commits
1b4da41
Release 1.0.207f61d452
Touch up PR 2795f986609
Merge pull request #2795 from Mingun/has-flatten-rework77a6a9d
Take into account only not skipped flatten fields when choose serialization form547d843
Remove dead code - serialize_struct_as_map always called when cattrs.has_flat...005cb84
Fail with an understandable message is number of fields for serialization is ...fd5b5e9
Correctly calculatehas_flatten
attribute in all cases for deserialization0647a7c
Fix creating and filling a collections that was not read85c73ef
Release 1.0.2065ba1796
Resolve doc_markdown pedantic lint on regression test functionUpdates
serde_json
from 1.0.115 to 1.0.124Release notes
Sourced from serde_json's releases.
Commits
cf771a0
Release 1.0.1248b314a7
Merge pull request #1173 from iex-rs/fix-big-endian8eba786
Fix skip_to_escape on BE architectures2cab07e
Release 1.0.123346189a
Fix needless_borrow clippy lint in new control character test859ead8
Merge pull request #1161 from iex-rs/vectorized-string-parsinge43da5e
Immediately bail-out on empty strings8389d8a
Don't run the slow algorithm from the beginning1f0dcf7
Allow clippy::items_after_statementsa95d6df
Big endian supportUpdates
anyhow
from 1.0.81 to 1.0.86Release notes
Sourced from anyhow's releases.
Commits
8ea1819
Release 1.0.860a1b405
Merge pull request #373 from dtolnay/minusnege0c74f2
Ensure $:literal never matches negative literal013c66e
Fix parse error with non-literal after minus signca7aff7
Add binary operator ensure tests2737bbe
Release 1.0.8582b8b34
Merge pull request #371 from dtolnay/splitad78d70
Preserve more token spans in expression parser5cce406
Parse comparison operators before other binary operators7205394
Merge pull request #369 from dtolnay/tokensplitUpdates
serde
from 1.0.197 to 1.0.207Release notes
Sourced from serde's releases.
Commits
1b4da41
Release 1.0.207f61d452
Touch up PR 2795f986609
Merge pull request #2795 from Mingun/has-flatten-rework77a6a9d
Take into account only not skipped flatten fields when choose serialization form547d843
Remove dead code - serialize_struct_as_map always called when cattrs.has_flat...005cb84
Fail with an understandable message is number of fields for serialization is ...fd5b5e9
Correctly calculatehas_flatten
attribute in all cases for deserialization0647a7c
Fix creating and filling a collections that was not read85c73ef
Release 1.0.2065ba1796
Resolve doc_markdown pedantic lint on regression test functionUpdates
serde_json
from 1.0.115 to 1.0.124Release notes
Sourced from serde_json's releases.
Commits
cf771a0
Release 1.0.1248b314a7
Merge pull request #1173 from iex-rs/fix-big-endian8eba786
Fix skip_to_escape on BE architectures2cab07e
Release 1.0.123346189a
Fix needless_borrow clippy lint in new control character test859ead8
Merge pull request #1161 from iex-rs/vectorized-string-parsinge43da5e
Immediately bail-out on empty strings8389d8a
Don't run the slow algorithm from the beginning1f0dcf7
Allow clippy::items_after_statementsa95d6df
Big endian supportUpdates
tokio
from 1.37.0 to 1.39.2Release notes
Sourced from tokio's releases.
... (truncated)
Commits
f602eae
chore: prepare Tokio v1.39.2 (#6730)438def7
macros: allow temporary lifetime extension in select (#6722)ee8d4d1
chore: fix ci failures (#6725)3297052
ci: test Quinn in CI (#6719)f8fe0ff
chore: prepare Tokio v1.39.1 (#6716)47210a8
time: revert "avoid traversing entries in the time wheel twice" (#6715)29545d9
runtime: ignore many_oneshot_futures test for alt scheduler (#6712)48e35c1
chore: release Tokio v1.39.0 (#6711)dd1d371
macros: acceptIntoFuture
args for macros (#6710)6a1a7b1
chore: prepare tokio-macros v2.4.0 (#6707)Updates
serde
from 1.0.197 to 1.0.207Release notes
Sourced from serde's releases.
Commits
1b4da41
Release 1.0.207f61d452
Touch up PR 2795f986609
Merge pull request #2795 from Mingun/has-flatten-rework77a6a9d
Take into account only not skipped flatten fields when choose serialization form547d843
Remove dead code - serialize_struct_as_map always called when cattrs.has_flat...005cb84
Fail with an understandable message is number of fields for serialization is ...fd5b5e9
Correctly calculatehas_flatten
attribute in all cases for deserialization0647a7c
Fix creating and filling a collections that was not read85c73ef
Release 1.0.2065ba1796
Resolve doc_markdown pedantic lint on regression test functionUpdates
serde_json
from 1.0.115 to 1.0.124Release notes
Sourced from serde_json's releases.