Compare commits
3 commits
715537437d
...
8b6c3948c9
Author | SHA1 | Date | |
---|---|---|---|
8b6c3948c9 | |||
2012c25fdd | |||
753145ec60 |
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
rusqlite = "0.31.0"
|
||||
anyhow = { version = "1.0.86", features = ["backtrace"] }
|
||||
reqwest = "0.11.27"
|
||||
reqwest = "0.12.4"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
futures = "0.3.30"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
buildscript {
|
||||
ext.kotlin_version = '1.9.24'
|
||||
ext.kotlin_version = '2.0.0'
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
|
|
Loading…
Reference in a new issue