-
Notifications
You must be signed in to change notification settings - Fork 14
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 deps group with 17 updates #118
Closed
Closed
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
Bumps the deps group with 17 updates: | Package | From | To | | --- | --- | --- | | [actix](https://github.com/actix/actix) | `0.13.1` | `0.13.2` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.75` | `1.0.79` | | [chrono](https://github.com/chronotope/chrono) | `0.4.31` | `0.4.33` | | [clap](https://github.com/clap-rs/clap) | `4.4.7` | `4.4.18` | | [globset](https://github.com/BurntSushi/ripgrep) | `0.4.13` | `0.4.14` | | [ignore](https://github.com/BurntSushi/ripgrep) | `0.4.20` | `0.4.22` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.1.0` | `2.2.2` | | [openssl](https://github.com/sfackler/rust-openssl) | `0.10.58` | `0.10.63` | | [regex](https://github.com/rust-lang/regex) | `1.10.2` | `1.10.3` | | [serde](https://github.com/serde-rs/serde) | `1.0.190` | `1.0.193` | | [serde_yaml](https://github.com/dtolnay/serde-yaml) | `0.9.27` | `0.9.29` | | [tokio](https://github.com/tokio-rs/tokio) | `1.33.0` | `1.35.1` | | [ratatui](https://github.com/ratatui-org/ratatui) | `0.23.0` | `0.25.0` | | [url](https://github.com/servo/rust-url) | `2.4.1` | `2.5.0` | | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.0.12` | `2.0.13` | | [semver](https://github.com/dtolnay/semver) | `1.0.20` | `1.0.21` | | [shlex](https://github.com/comex/rust-shlex) | `1.2.0` | `1.3.0` | Updates `actix` from 0.13.1 to 0.13.2 - [Release notes](https://github.com/actix/actix/releases) - [Commits](actix/actix@actix-v0.13.1...actix-v0.13.2) Updates `anyhow` from 1.0.75 to 1.0.79 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.75...1.0.79) Updates `chrono` from 0.4.31 to 0.4.33 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.31...v0.4.33) Updates `clap` from 4.4.7 to 4.4.18 - [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.4.7...v4.4.18) Updates `globset` from 0.4.13 to 0.4.14 - [Release notes](https://github.com/BurntSushi/ripgrep/releases) - [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md) - [Commits](BurntSushi/ripgrep@globset-0.4.13...globset-0.4.14) Updates `ignore` from 0.4.20 to 0.4.22 - [Release notes](https://github.com/BurntSushi/ripgrep/releases) - [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md) - [Commits](BurntSushi/ripgrep@ignore-0.4.20...ignore-0.4.22) Updates `indexmap` from 2.1.0 to 2.2.2 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.1.0...2.2.2) Updates `openssl` from 0.10.58 to 0.10.63 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.58...openssl-v0.10.63) Updates `regex` from 1.10.2 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.10.2...1.10.3) Updates `serde` from 1.0.190 to 1.0.193 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.190...v1.0.193) Updates `serde_yaml` from 0.9.27 to 0.9.29 - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](dtolnay/serde-yaml@0.9.27...0.9.29) Updates `tokio` from 1.33.0 to 1.35.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.33.0...tokio-1.35.1) Updates `ratatui` from 0.23.0 to 0.25.0 - [Release notes](https://github.com/ratatui-org/ratatui/releases) - [Changelog](https://github.com/ratatui-org/ratatui/blob/main/CHANGELOG.md) - [Commits](ratatui/ratatui@v0.23.0...v0.25.0) Updates `url` from 2.4.1 to 2.5.0 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.4.1...v2.5.0) Updates `assert_cmd` from 2.0.12 to 2.0.13 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.0.12...v2.0.13) Updates `semver` from 1.0.20 to 1.0.21 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.20...1.0.21) Updates `shlex` from 1.2.0 to 1.3.0 - [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md) - [Commits](https://github.com/comex/rust-shlex/commits) --- updated-dependencies: - dependency-name: actix dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: globset dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ignore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: openssl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: ratatui dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: url dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: assert_cmd dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: shlex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... 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
Feb 1, 2024
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 deps group with 17 updates:
0.13.1
0.13.2
1.0.75
1.0.79
0.4.31
0.4.33
4.4.7
4.4.18
0.4.13
0.4.14
0.4.20
0.4.22
2.1.0
2.2.2
0.10.58
0.10.63
1.10.2
1.10.3
1.0.190
1.0.193
0.9.27
0.9.29
1.33.0
1.35.1
0.23.0
0.25.0
2.4.1
2.5.0
2.0.12
2.0.13
1.0.20
1.0.21
1.2.0
1.3.0
Updates
actix
from 0.13.1 to 0.13.2Release notes
Sourced from actix's releases.
Commits
a809645
docs: use intra-doc links in crate root9928306
chore(actix): prepare release 0.13.2fddd075
ci: standardize job names31b0f4b
ci: fix cargo-nextest install7d40ea5
ci: switch to nextestc0cf913
chore: prevent dead code warningsb555813
chore: prevent dead code warnings37b92c6
chore: prevent dead code warnings on nightly66427f9
chore: prevent dead code warning on nightly5ac0716
chore: prevent unused lint regression on nightlyUpdates
anyhow
from 1.0.75 to 1.0.79Release notes
Sourced from anyhow's releases.
Commits
71ab53d
Release 1.0.7960705a5
Merge pull request #340 from dtolnay/depinfo17e252b
Include env-dep:RUSTC_BOOTSTRAP in dep-info for sccache04774c0
Merge pull request #338 from dtolnay/nightlyci1fd290c
Make CI verify that error_generic_member_access works in latest nightlyee41470
RUSTC must be set by Cargo for build script38c79ef
Release 1.0.78ded2295
Merge pull request #337 from dtolnay/bootstrapae45b67
Do not rebuild on RUSTC_BOOTSTRAP changes on nightly compiler2d32366
Update crate name used for build script probeUpdates
chrono
from 0.4.31 to 0.4.33Release notes
Sourced from chrono's releases.
... (truncated)
Commits
7c419a3
Prepare 0.4.33 releasea9b37c4
Makerkyv
feature default tosize_32
a73b543
Don't assumerkyv-(16|32|64)
implies therkyv
featureb5381f8
Fixed typo in Duration::hours() exceptionbf70419
527757386
Prepare 0.4.32 releasecee242a
Fix typos in Datelike impl for DateTime6ec8f97
Add from_timestamp_millis to DateTime<Utc> (#1374)65f0cc2
CI Linting: Fix missing sources checkout intoml
job.5536687
Add Months::as_u32() (#1373)Updates
clap
from 4.4.7 to 4.4.18Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
Commits
0134f45
chore: Release995ee03
docs: Update changelog2f18909
Merge pull request #5314 from epage/required0a635b9
fix(parser): Don't duplicate requireds when usage disablede648e08
Merge pull request #5311 from sourcefrog/doc-exitcode8c83971
docs: Link to exit code infob250c0b
Merge pull request #5310 from epage/ptyc742b8e
chore(complete): Update completest-ptyUpdates
globset
from 0.4.13 to 0.4.14Commits
47e3717
globset-0.4.148697946
release/doc: set date in man page9b5091b
deps: bump to memmap2 0.9.0d1def67
deps: bump pcre2 to 0.2.656af4d4
cli: add simple flag suggestions6a055d9
doc: clarify errors for -z/--search-zipe007523
doc: note the precedence of -t/--type88353c8
doc: be more explicit about ripgrep's behavior when printing to a tty9ed7565
cli: error when searching for NUL7bb9f35
doc: clarify that --pre can accept any kind of pathUpdates
ignore
from 0.4.20 to 0.4.22Commits
2c38975
ignore-0.4.22c8e4a84
cli: prefix all non-fatal error messages with 'rg: 'b9c7749
ignore: fix reference cycle for compiled matchers67dd809
ignore: add some 'allow(dead_code)' annotationse0a8567
complete/fish: improve shell completions for fish56c7ad1
ignore/types: add Lean2a4dba3
ignore/types: add meson.optionsdaa157b
core: actually implement --sortr=path0096c74
grep-0.3.18c48355
deps: bump grep-printer to 0.2.1Updates
indexmap
from 2.1.0 to 2.2.2Changelog
Sourced from indexmap's changelog.
Commits
1a50e7b
Merge pull request #305 from cuviper/raw_entry-indexf4bb006
Release 2.2.254a42ec
Add indexing methods to raw entry7264ce4
Merge pull request #304 from cuviper/raw-into_key244bd81
FixRawOccupiedEntryMut::into_key
7107c49
Merge pull request #303 from cuviper/test-updates34a7af7
Allowclippy::style
382a45c
Upgrade dev-dep itertools to 0.12904689f
ci: upgrade to actions/checkout@v4405fa10
Merge pull request #302 from cuviper/release-2.2.0Updates
openssl
from 0.10.58 to 0.10.63Release notes
Sourced from openssl's releases.
... (truncated)
Commits
cc2850f
Merge pull request #2152 from alex/bump-for-releasefde3d03
Merge pull request #2138 from zh-jq/update-boringssl1951575
Release openssl v0.10.63 and openssl-sys v0.9.99951d771
Merge pull request #2111 from trail-of-forks/pkcs7-add-apisfb57f9f
Merge pull request #2150 from alex/brainpool-on-libresslca3f45d
Expose brainpool NIDs on libressla14146f
Merge pull request #2148 from botovq/fix_stack_from_pemaa26e97
PEM parsing: check last error instead of first06143eb
Merge pull request #2145 from botovq/opaque-purposebff0db7
Make X509_PURPOSE opaque for LibreSSL >= 3.9Updates
regex
from 1.10.2 to 1.10.3Changelog
Sourced from regex's changelog.
Commits
0c09903
1.10.3653bb59
deps: bump regex-automata to 0.4.4e7b5401
regex-automata-0.4.41bc667d
changelog: 1.10.3fbd2537
safety: guard in Input::new against incorrect AsRef implementations027eebd
cargo: set 'default-features = false' for memchr and aho-corasickdc0a9d2
ci: small clean-upsa3d5975
doc: fix link in Index<&str> impl docs4f5992f
doc: tweakCaptures
documentation837fd85
regex-cli-0.2.0Updates
serde
from 1.0.190 to 1.0.193Release notes
Sourced from serde's releases.
Commits
44613c7
Release 1.0.193c706281
Merge pull request #2655 from dtolnay/rangestartend65d75b8
Add RangeFrom and RangeTo tests332b0cb
Merge pull request #2654 from dtolnay/rangestartend8c4af41
Fix more RangeFrom / RangeEnd mixups24a78f0
Merge pull request #2653 from emilbonnek/fix/range-to-from-de-mixupc91c334
Fix Range{From,To} deserialize mixup2083f43
Update ui test suite to nightly-2023-11-194676abd
Release 1.0.19235700eb
Merge pull request #2646 from robsdedude/fix/2643/allow-tag-field-in-untaggedUpdates
serde_yaml
from 0.9.27 to 0.9.29Release notes
Sourced from serde_yaml's releases.
Commits
b957d2b
Release 0.9.29007fc2d
Merge pull request #401 from dtolnay/unsafeop5bac247
Fill in unsafe blocks inside unsafe functions0f6dba1
Turn on deny(unsafe_op_in_unsafe_fn)1b6e448
Release 0.9.28ec1a314
Force unsafe-libyaml version that contains unaligned write fixa6b2dc0
Update name of blocks_in_if_conditions clippy lintUpdates
tokio
from 1.33.0 to 1.35.1Release notes
Sourced from tokio's releases.
... (truncated)
Commits
46ff363
chore: prepare Tokio v1.35.1 (#6230)0a1695e
Merge 'tokio-1.32.1' into 'tokio-1.35.x' (#6229)c4f0178
chore: prepare Tokio v1.32.1 (#6228)22b3a65
Merge 'tokio-1.25.3' into 'tokio-1.32.x' (#6227)0d36233
chore: release v1.25.3 (#6223)ab7313f
io: add budgeting to tokio::runtime::io::registration::async_io (#6221)92a3455
chore: prepare Tokio v1.35.0 (#6197)1968565
chore: use relaxed load for unsync_load (#6203)c9273f1
sync: improve safety comments forWakeList
(#6200)e05d0f8
changelog: fix missing link for 1.8.2 (#6199)Updates
ratatui
from 0.23.0 to 0.25.0Release notes
Sourced from ratatui's releases.
... (truncated)
Changelog
Sourced from ratatui's changelog.
... (truncated)
Commits
7f58848
chore(release): prepare for 0.25.0 (#699)a15c3b2
docs: remove deprecated table constructor from breaking changes (#698)41c44a4
docs(frame): add docs about resize events (#697)1b8b626
docs(examples): add animation and FPS counter to colors_rgb (#583)5bf4f52
feat: implementFrom
trait for termion toStyle
related structs (#692)f4c8de0
docs(chart): document chart module (#696)910ad00
chore(rustfmt): enable format_code_in_doc_comments (#695)b282a06
refactor!: remove items deprecated since 0.10 (#691)b8f71c0
feat(widgets/chart): add option to set the position of legend (#378)113b4b7
docs: Rename template links to remove ratatui from name 📚 (#690)Updates
url
from 2.4.1 to 2.5.0Commits
00e9e18
Update url 2.5.0 (#885)464b1f7
Fix another overflow in punycode encode_into (#880)912d716
Correct spelling mistake inPosition
docs (#875)5f454e2
Added #[must_use] Attributes for Configuration Options (#876)67fc273
Fix search setting for non-special urls with space, query and fragment (#879)ae8d29e
use checked addition to not panic in debug build (#877)e39c9a2
Fix clippy (#878)Updates
assert_cmd
from 2.0.12 to 2.0.13Changelog
Sourced from assert_cmd's changelog.
Commits
19da72b
chore: Release assert_cmd version 2.0.13db5ee32
docs: Update changelog86d96ed
chore: Update anstream8e3cb3f
Merge pull request #191 from assert-rs/renovate/github-codeql-action-3.x8159e3d
Merge pull request #190 from assert-rs/renovate/actions-setup-python-5.x48c7f1dDescription has been truncated