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

Bump the cargo-deps group with 36 updates #3408

Merged
merged 2 commits into from
Sep 23, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2023

Bumps the cargo-deps group with 36 updates:

Package From To
proc-macro2 1.0.63 1.0.67
quote 1.0.29 1.0.33
syn 2.0.27 2.0.37
rustversion 1.0.12 1.0.14
trybuild 1.0.80 1.0.85
gloo-worker 0.3.0 0.4.0
serde 1.0.168 1.0.188
prettyplease 0.2.12 0.2.15
gloo 0.8.1 0.10.0
urlencoding 2.1.2 2.1.3
slab 0.4.8 0.4.9
thiserror 1.0.44 1.0.48
implicit-clone 0.4.0 0.4.1
tokio 1.29.0 1.32.0
jemallocator 0.5.0 0.5.4
average 0.13.1 0.14.1
tabled 0.12.2 0.14.0
indicatif 0.17.5 0.17.6
serde_json 1.0.104 1.0.107
clap 4.3.9 4.4.4
anyhow 1.0.71 1.0.75
chrono 0.4.26 0.4.31
git2 0.17.2 0.18.1
regex 1.8.4 1.9.4
reqwest 0.11.18 0.11.20
semver 1.0.17 1.0.18
gloo-net 0.3.0 0.4.0
base64 0.21.2 0.21.4
strum_macros 0.25.0 0.25.2
log 0.4.19 0.4.20
fake 2.6.1 2.8.0
time 0.3.22 0.3.28
uuid 1.4.0 1.4.1
bytes 1.4.0 1.5.0
axum 0.6.18 0.6.20
postcard 1.0.6 1.0.7

Updates proc-macro2 from 1.0.63 to 1.0.67

Release notes

Sourced from proc-macro2's releases.

1.0.67

  • Special handling for the (/*ERROR*/) placeholder that rustc uses for macros that fail to expand (#405)

1.0.66

  • Raise required compiler from Rust 1.31 to 1.56

1.0.65

  • Documentation improvements

1.0.64

  • Fix parsing of bare \r in between tokens (#399)
Commits
  • a803dd1 Release 1.0.67
  • 8bf6937 Delete proc-macro2-fallback crate
  • 60c62dc Merge pull request #406 from dtolnay/error
  • 14a481d Parse rustc's representation of macro expansion error
  • 2e96778 Ignore missing_safety_doc clippy lint
  • 7017480 Merge pull request #404 from dtolnay/honggfuzz
  • 4ec3a42 Re-enable honggfuzz CI
  • 5a225cf Update actions/checkout@v3 -> v4
  • 45ef770 Update ui test suite to nightly-2023-08-29
  • 2cc9ef0 Update afl crate to 0.14
  • Additional commits viewable in compare view

Updates quote from 1.0.29 to 1.0.33

Release notes

Sourced from quote's releases.

1.0.33

1.0.32

1.0.31

  • Eliminate build.rs to reduce build time

1.0.30

  • Documentation improvements
Commits
  • 8beec4c Release 1.0.33
  • 1072753 Partially work around ridiculous rust-analyzer behavior
  • d8cb63f Release 1.0.32
  • ec44da1 Update PR 259: tokens are the output of the program
  • 419109a Merge pull request #259 from mfreeborn/docs
  • 3e644f1 Update README.md
  • f4e8afe Revert "Temporarily disable -Zrandomize-layout due to rustc ICE"
  • 1972ec3 Temporarily disable -Zrandomize-layout due to rustc ICE
  • c90bb02 Release 1.0.31
  • c266c3e Import from alloc to make remaining std dependencies clear
  • Additional commits viewable in compare view

Updates syn from 2.0.27 to 2.0.37

Release notes

Sourced from syn's releases.

2.0.37

  • Work around incorrect future compatibility warning in rustc 1.74.0-nightly

2.0.36

  • Restore compatibility with --generate-link-to-definition documentation builds (#1514)

2.0.35

  • Make rust-analyzer produce preferred brackets for invocations of Token! macro (#1510, #1512)

2.0.34

  • Documentation improvements

2.0.33

  • Special handling for the (/*ERROR*/) placeholder that rustc uses for macros that fail to expand

2.0.32

2.0.31

2.0.30

2.0.29

2.0.28

  • Fix inconsistency between full and non-full expression parse errors (#1491)
Commits
  • 9681088 Release 2.0.37
  • fbe3bc2 Work around unknown_lints warning on rustc older than 1.64
  • 75cf912 Ignore more repr_transparent_external_private_fields
  • 299c782 Ignore false repr_transparent_external_private_fields FCW in generated code
  • ef6476c Release 2.0.36
  • 6ae1a97 Merge pull request #1514 from dtolnay/pubnotdoc
  • 7bfef4b Work around doc breakage in generate-link-to-definition mode
  • ce360ff Release 2.0.35
  • 23736bd Merge pull request #1512 from dtolnay/tokendoc
  • 6f6b004 Improve docs of Token! macro
  • Additional commits viewable in compare view

Updates rustversion from 1.0.12 to 1.0.14

Release notes

Sourced from rustversion's releases.

1.0.14

  • Documentation improvements

1.0.13

  • Add no-alloc category to crates.io metadata
Commits
  • 7231250 Release 1.0.14
  • 8e14c7b Opt in to generate-link-to-definition when building on docs.rs
  • ea1cdeb Delete minimal-versions CI, as there are no dependencies anymore
  • 01eae10 Release 1.0.13
  • 653eda5 Add no-std::no-alloc category
  • a571174 Remove .clippy.toml in favor of respecting rust-version from Cargo.toml
  • 4901eaf Show error details during miri setup in CI
  • See full diff in compare view

Updates trybuild from 1.0.80 to 1.0.85

Release notes

Sourced from trybuild's releases.

1.0.85

  • Set thread name to produce better message on panic (#243, #244)

1.0.84

  • Stabilize usage of Cargo's --keep-going build mode, which parallelizes test compilation for a significant speedup (rust-lang/cargo#12568, #240)

1.0.83

  • Improve normalization of code blocks after 'help:' (#238)

1.0.82

  • Documentation improvements

1.0.81

No release notes provided.

Commits

Updates gloo-worker from 0.3.0 to 0.4.0

Release notes

Sourced from gloo-worker's releases.

v0.4.0

What's Changed

Full Changelog: rustwasm/gloo@0.3.0...0.4.0
Blog post: https://gloo-rs.web.app/blog/release-0.4.0/

Changelog

Sourced from gloo-worker's changelog.

Version 0.3.0

  • Migrate to Edition 2021 and Apply MSRV in Cargo.toml (#360)
  • Introduces the FromQuery and ToQuery traits to allow for customizing how query strings are encoded and decoded in gloo_history. (#364)

Version "0.2.3"

  • Release new gloo versions

Version "0.2.2"

  • feat(gloo-utils): Lift serde-serialization from wasm-bindgen (#242)
  • fix: Break dependency cycle by not using serde-serialize (#239)

Version "0.2.1"

  • Fix utils crate and history docs. (#189)
  • Hash-based History type & Unified Location. (#177)
  • Fixes console_dbg! and console! expression output. Bold src info. (#174)

Version "0.2.0"

  • Add console_dbg macro (#170)

Version "0.1.0"

  • Add an dbg! equivalent to gloo-console (#158)
  • Fix dir, dirxml macros in gloo-console (#154)
  • Finishing touches

dialogs

Version "0.2.0"

  • Migrate to Edition 2021 and Apply MSRV in Cargo.toml (#360)

Version "0.1.0"

events

Version "0.2.0"

  • Migrate to Edition 2021 and Apply MSRV in Cargo.toml (#360)
  • Add traits PartialEq and Eq to EventListenerOptions, and EventListenerPhase (#363)

Version "0.1.1"

  • Add implementation for rfc-1 (files)
  • Update readmes

... (truncated)

Commits

Updates serde from 1.0.168 to 1.0.188

Release notes

Sourced from serde's releases.

v1.0.188

  • Fix "failed to parse manifest" error when building serde using a Cargo version between 1.45 and 1.50 (#2603)

v1.0.187

  • Remove support for Emscripten targets on rustc older than 1.40 (#2600)

v1.0.186

  • Disallow incompatible versions of serde_derive and serde in the dependency graph (#2588, thanks @​soqb)

v1.0.185

  • Fix error "cannot move out of *self which is behind a shared reference" deriving Serialize on a non_exhaustive enum (#2591)

v1.0.184

  • Restore from-source serde_derive build on all platforms — eventually we'd like to use a first-class precompiled macro if such a thing becomes supported by cargo / crates.io

v1.0.183

  • Support deserializing Box<OsStr> with an equivalent representation as OsString (#2556, thanks @​DBLouis)

v1.0.182

  • Render field aliases in sorted order in error messages (#2458, thanks @​Mingun)
  • Support serde(default) on tuple structs (#2553, thanks @​Mingun)

v1.0.181

  • Make serde(alias) work in combination with flatten when using in-place deserialization (#2443, thanks @​Mingun)
  • Improve the representation of adjacently tagged enums in formats where enum tags are serialized by index, as opposed to by string name (#2505, #2496, thanks @​Baptistemontan)

v1.0.180

  • Update to 2018 edition

v1.0.179

  • Support serialization of tuple variants inside a flattened field (#2448, thanks @​Mingun)

v1.0.178

  • Fix build error when using serde with "std" feature turned off and "unstable" feature turned on (#2541)

v1.0.177

  • Add serde(rename_all_fields = "...") attribute to apply a rename_all on every struct variant of an enum (#1695, thanks @​jplatte)
  • Improve diagnostics for attribute parse errors (#2536, thanks @​jplatte)

v1.0.176

  • Allow tag field of an internally tagged enum to have same name as a field inside a skipped struct variant (#2266, thanks @​flisky)

v1.0.175

  • Restore missing LICENSE files in serde_derive crate (#2527, thanks @​ankane)

v1.0.174

  • Documentation improvements

v1.0.173

  • Fix missing trait implementations when using serde derive macro on a macro-generated data structure, such as via the bitflags crate (#2516)

... (truncated)

Commits
  • dad15b9 Release 1.0.188
  • d89c19f Revert "Adopt new Cargo feature resolver"
  • 146dc0f Release 1.0.187
  • d26852d Merge pull request #2602 from dtolnay/resolver
  • e1c2724 Adopt new Cargo feature resolver
  • dbbfe7a Merge pull request #2600 from dtolnay/oldemscripten
  • dc24d12 Clean up all usage of serde_if_integer128
  • 4e7533e Remove support for emscripten targets on rustc older than 1.40
  • 5d03651 Release 1.0.186
  • a741293 Merge pull request #2599 from dtolnay/encodeutf8
  • Additional commits viewable in compare view

Updates prettyplease from 0.2.12 to 0.2.15

Release notes

Sourced from prettyplease's releases.

0.2.14

0.2.13

Commits
  • 10b1e41 Release 0.2.15
  • 550c329 Merge pull request #60 from dtolnay/iflet
  • 8ad4602 Update cargo-expand products
  • d8f127f Improve indentation of if-let and while-let expressions
  • 44f5a4a Update actions/checkout@v3 -> v4
  • 823914d Release 0.2.14
  • df04af8 Merge pull request #59 from dtolnay/constverbatim
  • 4b8b6ef Support generics on const item
  • c3b9685 Parse const item inside verbatim trait item
  • 80b4ef3 Release 0.2.13
  • Additional commits viewable in compare view

Updates gloo from 0.8.1 to 0.10.0

Release notes

Sourced from gloo's releases.

v0.9.0

What's Changed

Note: The following changelog is auto generated by GitHub and includes changes from subcrates. For a more precise changelog, see CHANGELOG.md

... (truncated)

Commits

Updates urlencoding from 2.1.2 to 2.1.3

Commits

Updates slab from 0.4.8 to 0.4.9

Release notes

Sourced from slab's releases.

v0.4.9

  • Avoid reallocations in Slab::clone_from (#137)
Changelog

Sourced from slab's changelog.

0.4.9 (August 22, 2023)

  • Avoid reallocations in Slab::clone_from (#137)
Commits

Updates thiserror from 1.0.44 to 1.0.48

Release notes

Sourced from thiserror's releases.

1.0.48

  • Improve implementation of displaying Path values in a generated Display impl (#251, thanks @​mina86)

1.0.47

1.0.46

  • Add bootstrap workaround to allow rustc to depend on thiserror (#248, thanks @​RalfJung)

1.0.45

Commits
  • 5c5f342 Release 1.0.48
  • 490f0ca Merge pull request #254 from dtolnay/gatlink
  • 1a5dbc7 Add link to GAT PR
  • de58088 Ignore uninlined_format_args pedantic clippy lint in test
  • ae642d1 Format clippy allow attribute with rustfmt
  • b97fc53 Remove doc_markdown suppression because clippy bug was fixed
  • 140eb03 Ignore needless_lifetimes clippy lint
  • 1f5cbd7 Ignore manual_let_else pedantic clippy lint
  • 080cac5 Ignore uninlined_format_args pedantic clippy lint
  • 134695a Merge pull request #252 from dtolnay/safedisplay
  • Additional commits viewable in compare view

Updates implicit-clone from 0.4.0 to 0.4.1

Commits
  • d8d6c86 chore: Release implicit-clone version 0.4.1
  • 5f2072c Add clarifications for documentation (#28)
  • d3bb992 Add impl for PartialOrd, Ord, reverse PartialEq (#27)
  • cef5246 Add implementation for single-item tuples (#25)
  • 6d6a228 Implement FromStr for IString (#21)
  • See full diff in compare view

Updates tokio from 1.29.0 to 1.32.0

Release notes

Sourced from tokio's releases.

Tokio v1.32.0

Fixed

  • sync: fix potential quadradic behavior in broadcast::Receiver (#5925)

Added

  • process: stabilize Command::raw_arg (#5930)
  • io: enable awaiting error readiness (#5781)

Unstable

  • rt(alt): improve the scalability of alt runtime as the number of cores grows (#5935)

#5925: tokio-rs/tokio#5925 #5930: tokio-rs/tokio#5930 #5781: tokio-rs/tokio#5781 #5935: tokio-rs/tokio#5935

Tokio v1.31.0

Fixed

  • io: delegate WriteHalf::poll_write_vectored (#5914)

Unstable

  • rt(unstable): fix memory leak in unstable next-gen scheduler prototype (#5911)
  • rt: expose mean task poll time metric (#5927)

#5914: tokio-rs/tokio#5914 #5911: tokio-rs/tokio#5911 #5927: tokio-rs/tokio#5927

Tokio v1.30.0

1.30.0 (August 9, 2023)

This release bumps the MSRV of Tokio to 1.63. (#5887)

Changed

  • tokio: reduce LLVM code generation (#5859)
  • io: support --cfg mio_unsupported_force_poll_poll flag (#5881)
  • sync: make const_new methods always available (#5885)
  • sync: avoid false sharing in mpsc channel (#5829)
  • rt: pop at least one task from inject queue (#5908)

Added

  • sync: add broadcast::Sender::new (#5824)
  • net: implement UCred for espidf (#5868)

... (truncated)

Commits
  • a7d52c2 chore: prepare Tokio v1.32.0 release (#5937)
  • f5f2b58 rt: improve docs for Builder::max_blocking_threads (#5793)
  • 718dcc8 docs: BytesMut::with_capacity does not guarantee exact capacity (#5870)
  • 10e141d io: add Ready::ERROR and report error readiness (#5781)
  • 6e42c26 rt(alt): tweak some constants to improve scalability (#5935)
  • 82bef00 io: minor tweaks to AsyncFd (#5932)
  • 40633fc readme: list previous LTS releases (#5931)
  • 3dd5f7a sync: move broadcast waiters into separate list before waking (#5925)
  • 2c92cad process: stabilize Command::raw_arg (#5930)
  • 197757d streams: create StreamMock for testing Streams (#5915)
  • Additional commits viewable in compare view

Updates jemallocator from 0.5.0 to 0.5.4

Release notes

Sourced from jemallocator's releases.

0.5.4

  • Add disable_initial_exec_tls feature for jemalloc-ctl (#59)
  • Fix definition of c_bool for non-MSVC targets (#54)
  • Add disable_cache_oblivious feature (#51)
  • Add loongarch64 support (#42)

tikv-jemalloc-sys 0.5.3

  • Remove fs-extra dependency (#47)

tikv-jemalloc-sys 0.5.2

  • Fix build on riscv64gc-unknown-linux-gnu (#40)

tikv-jemalloc-sys 0.5.1

  • Backport support for NetBSD (#31)
  • Watch environment variable change in build script (#31)
Changelog

Sourced from jemallocator's changelog.

0.5.4 - 2023-07-22

  • Add disable_initial_exec_tls feature for jemalloc-ctl (#59)
  • Fix definition of c_bool for non-MSVC targets (#54)
  • Add disable_cache_oblivious feature (#51)
  • Add loongarch64 support (#42)

jemalloc-sys 0.5.3 - 2023-02-03

  • Remove fs-extra dependency (#47)

jemalloc-sys 0.5.2 - 2022-09-29

  • Fix build on riscv64gc-unknown-linux-gnu (#40)

jemalloc-sys 0.5.1 - 2022-06-22

  • Backport support for NetBSD (#31)
  • Watch environment variable change in build script (#31)
Commits

Updates average from 0.13.1 to 0.14.1

Commits

Updates tabled from 0.12.2 to 0.14.0

Changelog

Sourced from tabled's changelog.

[0.14.0] - 2023-08-04

Added

  • Added TableOption::hint_change method as an optimization vector.

Changed

  • ColumnNames interface was changed.

Fixed

  • ColumnNames alignment issue.

[0.13.0] - 2023-07-24

Added

  • Added settings::Dup to toplicate content.
  • Added settings::themes::ColumnNames to set text on border (adjusted to cells).
  • Added Xor implementation for Color.
  • Added Colorization to set colors of table by a pattern.
Commits

Updates indicatif from 0.17.5 to 0.17.6

Commits
  • ca2746b Tweak formatting for new README section
  • 8b8a0f3 Bump version number to 0.17.6
  • c3c9118 Add new Integrations section to README, containing a link to indicatif_log_br...
  • 0624348 Fixed rightward drift
  • bfc8bcb Fixed progress bar not suspending multiprogress bar
  • 505d282 Edit an existing example to overflow the window size
  • 4f82ba7 Only render as many lines as the terminal can actually display
  • 0976a06 Add cursor movement history to the in-memory terminal
  • 4dd47f1 Demonstrate issues when multi has more entries than the terminal is high
  • 8c27d55 Track draw target height
  • Additional commits viewable in compare view

Updates serde_json from 1.0.104 to 1.0.107

Release notes

Sourced from serde_json's releases.

v1.0.107

  • impl IntoDeserializer for &RawValue (#1071)

v1.0.106

v1.0.105

  • Support bool in ...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 22, 2023
github-actions[bot]
github-actions bot previously approved these changes Sep 22, 2023
@github-actions
Copy link

github-actions bot commented Sep 22, 2023

Visit the preview URL for this PR (updated for commit 4d48408):

https://yew-rs-api--pr3408-dependabot-cargo-car-2tzpbgrn.web.app

(expires Sat, 30 Sep 2023 12:52:45 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

@github-actions
Copy link

github-actions bot commented Sep 22, 2023

Benchmark - SSR

Yew Master

Benchmark Round Min (ms) Max (ms) Mean (ms) Standard Deviation
Baseline 10 356.905 359.576 357.564 0.734
Hello World 10 644.344 647.712 645.086 1.079
Function Router 10 2118.671 2132.841 2126.761 4.365
Concurrent Task 10 1006.988 1008.392 1007.794 0.477
Many Providers 10 1483.575 1503.313 1489.886 6.455

Pull Request

Benchmark Round Min (ms) Max (ms) Mean (ms) Standard Deviation
Baseline 10 319.544 320.179 319.774 0.215
Hello World 10 655.030 671.066 664.842 5.742
Function Router 10 2116.938 2125.146 2121.126 2.995
Concurrent Task 10 1007.195 1008.760 1008.210 0.556
Many Providers 10 1516.037 1539.377 1523.656 7.279

@github-actions
Copy link

github-actions bot commented Sep 22, 2023

Size Comparison

examples master (KB) pull request (KB) diff (KB) diff (%)
async_clock 102.409 102.825 +0.416 +0.406%
boids 175.650 175.604 -0.047 -0.027%
communication_child_to_parent 95.304 95.303 -0.001 -0.001%
communication_grandchild_with_grandparent 109.040 109.043 +0.003 +0.003%
communication_grandparent_to_grandchild 105.716 105.716 0 0.000%
communication_parent_to_child 92.782 92.788 +0.006 +0.006%
contexts 110.994 110.996 +0.002 +0.002%
counter 89.196 89.198 +0.002 +0.002%
counter_functional 89.932 89.933 +0.001 +0.001%
dyn_create_destroy_apps 92.369 92.316 -0.053 -0.057%
file_upload 103.526 103.513 -0.014 -0.013%
function_memory_game 174.630 174.578 -0.052 -0.030%
function_router 353.013 353.837 +0.824 +0.233%
function_todomvc 163.523 163.492 -0.031 -0.019%
futures 227.415 227.444 +0.029 +0.013%
game_of_life 112.359 112.162 -0.197 -0.176%
immutable 188.779 188.792 +0.013 +0.007%
inner_html 85.980 85.978 -0.003 -0.003%
js_callback 113.459 113.463 +0.004 +0.003%
keyed_list 201.298 201.202 -0.096 -0.048%
mount_point 89.188 89.188 +0.001 +0.001%
nested_list 114.602 114.614 +0.013 +0.011%
node_refs 96.289 96.290 +0.001 +0.001%
password_strength 1583.745 1720.991 +137.246 +8.666%
portals 98.358 98.359 +0.001 +0.001%
router 319.013 319.798 +0.785 +0.246%
simple_ssr 144.239 144.235 -0.004 -0.003%
ssr_router 390.805 391.595 +0.790 +0.202%
suspense 119.014 119.060 +0.046 +0.039%
timer 91.795 91.742 -0.053 -0.057%
timer_functional 100.468 100.449 -0.019 -0.018%
todomvc 143.679 143.686 +0.007 +0.005%
two_apps 89.896 89.895 -0.002 -0.002%
web_worker_fib 138.875 138.881 +0.006 +0.004%
web_worker_prime 190.399 190.359 -0.040 -0.021%
webgl 88.553 88.501 -0.052 -0.058%

⚠️ The following example has changed its size significantly:

examples master (KB) pull request (KB) diff (KB) diff (%)
password_strength 1583.745 1720.991 +137.246 +8.666%

@ranile
Copy link
Member

ranile commented Sep 23, 2023

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 23, 2023

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

github-actions[bot]
github-actions bot previously approved these changes Sep 23, 2023
ranile
ranile previously approved these changes Sep 23, 2023
Bumps the cargo-deps group with 36 updates:

| Package | From | To |
| --- | --- | --- |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.63` | `1.0.67` |
| [quote](https://github.com/dtolnay/quote) | `1.0.29` | `1.0.33` |
| [syn](https://github.com/dtolnay/syn) | `2.0.27` | `2.0.37` |
| [rustversion](https://github.com/dtolnay/rustversion) | `1.0.12` | `1.0.14` |
| [trybuild](https://github.com/dtolnay/trybuild) | `1.0.80` | `1.0.85` |
| [gloo-worker](https://github.com/rustwasm/gloo) | `0.3.0` | `0.4.0` |
| [serde](https://github.com/serde-rs/serde) | `1.0.168` | `1.0.188` |
| [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.12` | `0.2.15` |
| [gloo](https://github.com/rustwasm/gloo) | `0.8.1` | `0.10.0` |
| [urlencoding](https://github.com/kornelski/rust_urlencoding) | `2.1.2` | `2.1.3` |
| [slab](https://github.com/tokio-rs/slab) | `0.4.8` | `0.4.9` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.44` | `1.0.48` |
| [implicit-clone](https://github.com/yewstack/implicit-clone) | `0.4.0` | `0.4.1` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.29.0` | `1.32.0` |
| [jemallocator](https://github.com/tikv/jemallocator) | `0.5.0` | `0.5.4` |
| [average](https://github.com/vks/average) | `0.13.1` | `0.14.1` |
| [tabled](https://github.com/zhiburt/tabled) | `0.12.2` | `0.14.0` |
| [indicatif](https://github.com/console-rs/indicatif) | `0.17.5` | `0.17.6` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.104` | `1.0.107` |
| [clap](https://github.com/clap-rs/clap) | `4.3.9` | `4.4.4` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.71` | `1.0.75` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.26` | `0.4.31` |
| [git2](https://github.com/rust-lang/git2-rs) | `0.17.2` | `0.18.1` |
| [regex](https://github.com/rust-lang/regex) | `1.8.4` | `1.9.4` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.18` | `0.11.20` |
| [semver](https://github.com/dtolnay/semver) | `1.0.17` | `1.0.18` |
| [gloo-net](https://github.com/rustwasm/gloo) | `0.3.0` | `0.4.0` |
| [base64](https://github.com/marshallpierce/rust-base64) | `0.21.2` | `0.21.4` |
| [strum_macros](https://github.com/Peternator7/strum) | `0.25.0` | `0.25.2` |
| [log](https://github.com/rust-lang/log) | `0.4.19` | `0.4.20` |
| [fake](https://github.com/cksac/fake-rs) | `2.6.1` | `2.8.0` |
| [time](https://github.com/time-rs/time) | `0.3.22` | `0.3.28` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.4.0` | `1.4.1` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.4.0` | `1.5.0` |
| [axum](https://github.com/tokio-rs/axum) | `0.6.18` | `0.6.20` |
| [postcard](https://github.com/jamesmunns/postcard) | `1.0.6` | `1.0.7` |


Updates `proc-macro2` from 1.0.63 to 1.0.67
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.63...1.0.67)

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

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

Updates `rustversion` from 1.0.12 to 1.0.14
- [Release notes](https://github.com/dtolnay/rustversion/releases)
- [Commits](dtolnay/rustversion@1.0.12...1.0.14)

Updates `trybuild` from 1.0.80 to 1.0.85
- [Release notes](https://github.com/dtolnay/trybuild/releases)
- [Commits](dtolnay/trybuild@1.0.80...1.0.85)

Updates `gloo-worker` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/rustwasm/gloo/releases)
- [Changelog](https://github.com/rustwasm/gloo/blob/master/CHANGELOG.md)
- [Commits](rustwasm/gloo@0.3.0...0.4.0)

Updates `serde` from 1.0.168 to 1.0.188
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.168...v1.0.188)

Updates `prettyplease` from 0.2.12 to 0.2.15
- [Release notes](https://github.com/dtolnay/prettyplease/releases)
- [Commits](dtolnay/prettyplease@0.2.12...0.2.15)

Updates `gloo` from 0.8.1 to 0.10.0
- [Release notes](https://github.com/rustwasm/gloo/releases)
- [Changelog](https://github.com/rustwasm/gloo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/gloo/commits)

Updates `urlencoding` from 2.1.2 to 2.1.3
- [Commits](https://github.com/kornelski/rust_urlencoding/commits)

Updates `slab` from 0.4.8 to 0.4.9
- [Release notes](https://github.com/tokio-rs/slab/releases)
- [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/slab@v0.4.8...v0.4.9)

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

Updates `implicit-clone` from 0.4.0 to 0.4.1
- [Commits](yewstack/implicit-clone@v0.4.0...v0.4.1)

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

Updates `jemallocator` from 0.5.0 to 0.5.4
- [Release notes](https://github.com/tikv/jemallocator/releases)
- [Changelog](https://github.com/tikv/jemallocator/blob/main/CHANGELOG.md)
- [Commits](tikv/jemallocator@0.5.0...0.5.4)

Updates `average` from 0.13.1 to 0.14.1
- [Commits](https://github.com/vks/average/commits)

Updates `tabled` from 0.12.2 to 0.14.0
- [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zhiburt/tabled/commits/v0.14.0)

Updates `indicatif` from 0.17.5 to 0.17.6
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](console-rs/indicatif@0.17.5...0.17.6)

Updates `serde_json` from 1.0.104 to 1.0.107
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.104...v1.0.107)

Updates `clap` from 4.3.9 to 4.4.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.3.9...v4.4.4)

Updates `anyhow` from 1.0.71 to 1.0.75
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.71...1.0.75)

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 `git2` from 0.17.2 to 0.18.1
- [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/git2-rs@0.17.2...git2-0.18.1)

Updates `regex` from 1.8.4 to 1.9.4
- [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.8.4...1.9.4)

Updates `reqwest` from 0.11.18 to 0.11.20
- [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.20)

Updates `semver` from 1.0.17 to 1.0.18
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.17...1.0.18)

Updates `gloo-net` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/rustwasm/gloo/releases)
- [Changelog](https://github.com/rustwasm/gloo/blob/master/CHANGELOG.md)
- [Commits](rustwasm/gloo@0.3.0...0.4.0)

Updates `base64` from 0.21.2 to 0.21.4
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.2...v0.21.4)

Updates `strum_macros` from 0.25.0 to 0.25.2
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/commits)

Updates `log` from 0.4.19 to 0.4.20
- [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.19...0.4.20)

Updates `fake` from 2.6.1 to 2.8.0
- [Commits](https://github.com/cksac/fake-rs/commits)

Updates `time` from 0.3.22 to 0.3.28
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.22...v0.3.28)

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

Updates `bytes` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.4.0...v1.5.0)

Updates `axum` from 0.6.18 to 0.6.20
- [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.6.18...axum-v0.6.20)

Updates `postcard` from 1.0.6 to 1.0.7
- [Release notes](https://github.com/jamesmunns/postcard/releases)
- [Changelog](https://github.com/jamesmunns/postcard/blob/main/CHANGELOG.md)
- [Commits](jamesmunns/postcard@v1.0.6...v1.0.7)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: quote
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: rustversion
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: trybuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: gloo-worker
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: prettyplease
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: gloo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: urlencoding
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: slab
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: implicit-clone
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: jemallocator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: average
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: tabled
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: indicatif
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: git2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: gloo-net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: strum_macros
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: fake
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: time
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: postcard
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@ranile ranile dismissed stale reviews from github-actions[bot] and themself via 1a1ce85 September 23, 2023 12:40
@ranile ranile force-pushed the dependabot/cargo/cargo-deps-07e9ddf6f0 branch from c28ff09 to 1a1ce85 Compare September 23, 2023 12:40
github-actions[bot]
github-actions bot previously approved these changes Sep 23, 2023
@ranile ranile enabled auto-merge (squash) September 23, 2023 12:43
@ranile ranile merged commit ca2aa2a into master Sep 23, 2023
19 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/cargo-deps-07e9ddf6f0 branch September 23, 2023 12:57
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.

2 participants