Skip to content

Commit

Permalink
Bump the all group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 4 updates: [serde_json](https://github.com/serde-rs/json), [anyhow](https://github.com/dtolnay/anyhow), [iana-time-zone](https://github.com/strawlab/iana-time-zone) and [k9](https://github.com/aaronabramov/k9).


Updates `serde_json` from 1.0.108 to 1.0.110
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.108...v1.0.110)

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

Updates `iana-time-zone` from 0.1.58 to 0.1.59
- [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md)
- [Commits](strawlab/iana-time-zone@v0.1.58...v0.1.59)

Updates `k9` from 0.11.6 to 0.12.0
- [Commits](https://github.com/aaronabramov/k9/commits)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: iana-time-zone
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 3, 2024
1 parent fe48789 commit 664bada
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 62 deletions.
137 changes: 78 additions & 59 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 @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
tokio = {version="1.22", features=["macros", "rt-multi-thread", "rt", "net", "sync", "time"]}
serde_json = "1.0.89"
serde_json = "1.0.110"
serde = {version="1.0.147", features=["derive"]}
anyhow = "1"
log = "0.4.20"
Expand All @@ -16,7 +16,7 @@ dotenvy = "0.15.7"
color-backtrace = "0.6.1"
chrono = { version = "0.4.31", features = ["serde"] }
chrono-tz = "0.8.5"
iana-time-zone = "0.1.58"
iana-time-zone = "0.1.59"
clap = { version = "4.4.12", features = ["derive"] }
reqwest = { version = "0.11.23", features = ["json"] }
sqlite-cache = "0.1.3"
Expand All @@ -42,4 +42,4 @@ features = ["vendored-openssl"]

[dev-dependencies]
anyhow = "1"
k9 = "0.11.6"
k9 = "0.12.0"

0 comments on commit 664bada

Please sign in to comment.