Skip to content

Commit

Permalink
chore(deps): bump the cargo-dependencies group with 4 updates (#68)
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 4 updates: [libc](https://github.com/rust-lang/libc), [serde](https://github.com/serde-rs/serde), [tokio-util](https://github.com/tokio-rs/tokio) and [webbrowser](https://github.com/amodm/webbrowser-rs).


Updates `libc` from 0.2.153 to 0.2.154
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.153...0.2.154)

Updates `serde` from 1.0.199 to 1.0.200
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.199...v1.0.200)

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

Updates `webbrowser` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/amodm/webbrowser-rs/releases)
- [Changelog](https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md)
- [Commits](amodm/webbrowser-rs@v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: tokio-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: webbrowser
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent aa40607 commit 74221e1
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 22 deletions.
72 changes: 54 additions & 18 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@ human-panic = "2.0.0"
itertools = "0.12.0"
json5 = "0.4.1"
lazy_static = "1.4.0"
libc = "0.2.148"
libc = "0.2.154"
num-format = "0.4.4"
pretty_assertions = "1.4.0"
ratatui = { version = "0.26.2", features = ["serde", "macros"] }
ratatui-macros = "0.2.3"
serde = { version = "1.0.199", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_with = "3.8.1"
signal-hook = "0.3.17"
strip-ansi-escapes = "0.2.0"
strum = { version = "0.26.2", features = ["derive"] }
textwrap = "0.16.1"
tokio = { version = "1.37.0", features = ["full"] }
tokio-stream = "0.1.15"
tokio-util = "0.7.10"
tokio-util = "0.7.11"
toml = "0.8.12"
tracing = "0.1.40"
tracing-appender = "0.2.3"
Expand All @@ -56,7 +56,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter", "serde", "s
tui-input = "0.8.0"
unicode-width = "0.1.12"
uuid = "1.8.0"
webbrowser = "1.0.0"
webbrowser = "1.0.1"

[build-dependencies]
vergen = { version = "8.2.6", features = [ "build", "git", "git2", "cargo" ]}
Expand Down

0 comments on commit 74221e1

Please sign in to comment.