Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
build(deps): bump the language-server-deps group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the language-server-deps group with 3 updates: [indexmap](https://github.com/indexmap-rs/indexmap), [strum](https://github.com/Peternator7/strum) and [tokio](https://github.com/tokio-rs/tokio).


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 `strum` from 0.25.0 to 0.26.1
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/commits/v0.26.1)

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

---
updated-dependencies:
- dependency-name: indexmap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: language-server-deps
- dependency-name: strum
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: language-server-deps
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: language-server-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 0d5b933 commit bcfed09
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 10 deletions.
36 changes: 29 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fontdb = { version = "0.16.0", default-features = false, features = [
] }
futures = "0.3"
if_chain = "1.0"
indexmap = "2.1.0"
indexmap = "2.2.2"
internment = "0.7.1"
itertools = "0.12.0"
lazy_static = "1.4.0"
Expand All @@ -61,9 +61,9 @@ same-file = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.94"
siphasher = "1.0"
strum = { version = "0.25.0", features = ["derive"] }
strum = { version = "0.26.1", features = ["derive"] }
thiserror = "1.0.44"
tokio = { version = "1.35.1", features = [
tokio = { version = "1.36.0", features = [
"macros",
"rt-multi-thread",
"io-std",
Expand Down

0 comments on commit bcfed09

Please sign in to comment.