Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the dependencies group with 26 updates
Bumps the dependencies group with 26 updates: | Package | From | To | | --- | --- | --- | | [tokio](https://github.com/tokio-rs/tokio) | `1.32.0` | `1.35.1` | | [hyper](https://github.com/hyperium/hyper) | `0.14.27` | `1.1.0` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.37` | `0.1.40` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.17` | `0.3.18` | | [serde](https://github.com/serde-rs/serde) | `1.0.183` | `1.0.193` | | [chrono](https://github.com/chronotope/chrono) | `0.4.26` | `0.4.31` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.18` | `0.11.23` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.47` | `1.0.55` | | [chronoutil](https://github.com/olliemath/chronoutil) | `0.2.5` | `0.2.6` | | [regex](https://github.com/rust-lang/regex) | `1.9.3` | `1.10.3` | | [tower-http](https://github.com/tower-rs/tower-http) | `0.4.3` | `0.5.1` | | [reqwest-tracing](https://github.com/TrueLayer/reqwest-middleware) | `0.4.5` | `0.4.7` | | [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware) | `0.2.3` | `0.2.4` | | [figment](https://github.com/SergioBenitez/Figment) | `0.10.10` | `0.10.14` | | [hyper-tls](https://github.com/hyperium/hyper-tls) | `0.5.0` | `0.6.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.105` | `1.0.109` | | [url](https://github.com/servo/rust-url) | `2.4.0` | `2.4.1` | | [base64](https://github.com/marshallpierce/rust-base64) | `0.21.2` | `0.21.7` | | [percent-encoding](https://github.com/servo/rust-url) | `2.3.0` | `2.3.1` | | [async-recursion](https://github.com/dcchut/async-recursion) | `1.0.4` | `1.0.5` | | [itertools](https://github.com/rust-itertools/itertools) | `0.11.0` | `0.12.0` | | [openssl](https://github.com/sfackler/rust-openssl) | `0.10.56` | `0.10.63` | | [mockito](https://github.com/lipanski/mockito) | `1.1.0` | `1.2.0` | | [quick-xml](https://github.com/tafia/quick-xml) | `0.30.0` | `0.31.0` | | [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.87` | `0.2.90` | | [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen) | `0.3.37` | `0.3.40` | Updates `tokio` from 1.32.0 to 1.35.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.32.0...tokio-1.35.1) Updates `hyper` from 0.14.27 to 1.1.0 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v0.14.27...v1.1.0) Updates `tracing` from 0.1.37 to 0.1.40 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.37...tracing-0.1.40) Updates `tracing-subscriber` from 0.3.17 to 0.3.18 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.17...tracing-subscriber-0.3.18) Updates `serde` from 1.0.183 to 1.0.193 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.183...v1.0.193) Updates `chrono` from 0.4.26 to 0.4.31 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.26...v0.4.31) Updates `reqwest` from 0.11.18 to 0.11.23 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.18...v0.11.23) Updates `thiserror` from 1.0.47 to 1.0.55 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.47...1.0.55) Updates `chronoutil` from 0.2.5 to 0.2.6 - [Release notes](https://github.com/olliemath/chronoutil/releases) - [Commits](olliemath/chronoutil@v0.2.5...v0.2.6) Updates `regex` from 1.9.3 to 1.10.3 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.9.3...1.10.3) Updates `tower-http` from 0.4.3 to 0.5.1 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.4.3...tower-http-0.5.1) Updates `reqwest-tracing` from 0.4.5 to 0.4.7 - [Changelog](https://github.com/TrueLayer/reqwest-middleware/blob/main/CHANGELOG.md) - [Commits](https://github.com/TrueLayer/reqwest-middleware/commits/reqwest-tracing-v0.4.7) Updates `reqwest-middleware` from 0.2.3 to 0.2.4 - [Changelog](https://github.com/TrueLayer/reqwest-middleware/blob/main/CHANGELOG.md) - [Commits](https://github.com/TrueLayer/reqwest-middleware/commits) Updates `figment` from 0.10.10 to 0.10.14 - [Commits](SergioBenitez/Figment@v0.10.10...v0.10.14) Updates `hyper-tls` from 0.5.0 to 0.6.0 - [Commits](hyperium/hyper-tls@v0.5.0...v0.6.0) Updates `serde_json` from 1.0.105 to 1.0.109 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.105...v1.0.109) Updates `url` from 2.4.0 to 2.4.1 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.4.0...v2.4.1) Updates `base64` from 0.21.2 to 0.21.7 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.2...v0.21.7) Updates `percent-encoding` from 2.3.0 to 2.3.1 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.3.0...v2.3.1) Updates `async-recursion` from 1.0.4 to 1.0.5 - [Release notes](https://github.com/dcchut/async-recursion/releases) - [Commits](dcchut/async-recursion@v1.0.4...v1.0.5) Updates `itertools` from 0.11.0 to 0.12.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.11.0...v0.12.0) Updates `openssl` from 0.10.56 to 0.10.63 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.56...openssl-v0.10.63) Updates `mockito` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/lipanski/mockito/releases) - [Commits](lipanski/mockito@1.1.0...1.2.0) Updates `quick-xml` from 0.30.0 to 0.31.0 - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](tafia/quick-xml@v0.30.0...v0.31.0) Updates `wasm-bindgen` from 0.2.87 to 0.2.90 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.87...0.2.90) Updates `wasm-bindgen-test` from 0.3.37 to 0.3.40 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: chronoutil dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: reqwest-tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: reqwest-middleware dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: figment dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: hyper-tls dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: percent-encoding dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: async-recursion dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: openssl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mockito dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: quick-xml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: wasm-bindgen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: wasm-bindgen-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information