just playing with tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cargo: bump the cargo-dependencies group with 3 updates

Bumps the cargo-dependencies group with 3 updates: [anyhow](https://github.com/dtolnay/anyhow), [proc-macro2](https://github.com/dtolnay/proc-macro2) and [thiserror](https://github.com/dtolnay/thiserror).


Updates `anyhow` from 1.0.80 to 1.0.81
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.80...1.0.81)

Updates `proc-macro2` from 1.0.78 to 1.0.79
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.78...1.0.79)

Updates `thiserror` from 1.0.57 to 1.0.58
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.57...1.0.58)

---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-dependencies
- dependency-name: proc-macro2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-dependencies
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by

dependabot[bot] and committed by
github-actions[bot]
cca3ea1e 28390741

+11 -11
+8 -8
Cargo.lock
··· 97 97 98 98 [[package]] 99 99 name = "anyhow" 100 - version = "1.0.80" 100 + version = "1.0.81" 101 101 source = "registry+https://github.com/rust-lang/crates.io-index" 102 - checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" 102 + checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" 103 103 104 104 [[package]] 105 105 name = "arc-swap" ··· 2282 2282 2283 2283 [[package]] 2284 2284 name = "proc-macro2" 2285 - version = "1.0.78" 2285 + version = "1.0.79" 2286 2286 source = "registry+https://github.com/rust-lang/crates.io-index" 2287 - checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" 2287 + checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" 2288 2288 dependencies = [ 2289 2289 "unicode-ident", 2290 2290 ] ··· 2887 2887 2888 2888 [[package]] 2889 2889 name = "thiserror" 2890 - version = "1.0.57" 2890 + version = "1.0.58" 2891 2891 source = "registry+https://github.com/rust-lang/crates.io-index" 2892 - checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b" 2892 + checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" 2893 2893 dependencies = [ 2894 2894 "thiserror-impl", 2895 2895 ] 2896 2896 2897 2897 [[package]] 2898 2898 name = "thiserror-impl" 2899 - version = "1.0.57" 2899 + version = "1.0.58" 2900 2900 source = "registry+https://github.com/rust-lang/crates.io-index" 2901 - checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81" 2901 + checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" 2902 2902 dependencies = [ 2903 2903 "proc-macro2", 2904 2904 "quote",
+3 -3
Cargo.toml
··· 17 17 keywords = ["VCS", "DVCS", "SCM", "Git", "Mercurial"] 18 18 19 19 [workspace.dependencies] 20 - anyhow = "1.0.80" 20 + anyhow = "1.0.81" 21 21 assert_cmd = "2.0.8" 22 22 assert_matches = "1.5.0" 23 23 async-trait = "0.1.77" ··· 68 68 pest_derive = "2.7.7" 69 69 pollster = "0.3.0" 70 70 pretty_assertions = "1.4.0" 71 - proc-macro2 = "1.0.78" 71 + proc-macro2 = "1.0.79" 72 72 prost = "0.12.3" 73 73 prost-build = "0.12.3" 74 74 quote = "1.0.35" ··· 93 93 tempfile = "3.10.1" 94 94 test-case = "3.3.1" 95 95 textwrap = "0.16.1" 96 - thiserror = "1.0.57" 96 + thiserror = "1.0.58" 97 97 timeago = { version = "0.4.2", default-features = false } 98 98 tokio = { version = "1.36.0" } 99 99 toml_edit = { version = "0.19.15", features = ["serde"] }