Skip to content

Commit

Permalink
⬆️ Bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijmenGThN committed Oct 17, 2024
1 parent 9db5082 commit 2345c07
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ tabled = { version = "0.16.0" }
bytesize = { version = "1.3" }
humantime = { version = "2.1" }
ms-converter = { version = "1.4" }
serde = { version = "1.0.209", features = ["derive"] }
reqwest = { version = "0.12.7", features = ["blocking", "json", "rustls-tls"], default-features = false }
serde = { version = "1.0.210", features = ["derive"] }
reqwest = { version = "0.12.8", features = [
"blocking",
"json",
"rustls-tls",
], default-features = false }

0 comments on commit 2345c07

Please sign in to comment.