Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Aug 9, 2023
1 parent 6d11bde commit 0a1c948
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 46 deletions.
101 changes: 57 additions & 44 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ indoc = "2.0.3"
lru_time_cache = "0.11.11"
once_cell = "1.18.0"
reqwest = { version = "0.11.18", default-features = false, features = ["gzip", "json", "rustls-tls"] }
serde = { version = "1.0.178", features = ["derive", "rc"] }
serde = { version = "1.0.183", features = ["derive", "rc"] }
serde_json = "1.0.104"
time = { version = "0.3.23", features = ["formatting", "macros", "parsing", "serde-human-readable", "serde-well-known"] }
time = { version = "0.3.25", features = ["formatting", "macros", "parsing", "serde-human-readable", "serde-well-known"] }
tokio = { version = "1.29.1", features = ["fs", "macros", "rt-multi-thread", "sync"] }
tokio-shutdown = "0.1.4"
toml = "0.7.6"
Expand Down

0 comments on commit 0a1c948

Please sign in to comment.