Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adumbidiot committed Sep 28, 2023
1 parent 2f3e46e commit adf09a9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 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 deviantart-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ anyhow = "1.0.75"
deviantart = { path = "../deviantart" }
directories-next = "2.0.0"
nd-util = { git = "https://github.com/nathaniel-daniel/nd-util-rs", features = [ "download-to-path" ] }
toml = { version = "0.7.6", features = [ "preserve_order" ] }
toml = { version = "0.8.1", features = [ "preserve_order" ] }
tokio = { version = "1.32.0", features = [ "rt-multi-thread", "fs" ] }
serde = { version = "1.0.183", features = [ "derive" ] }
serde = { version = "1.0.188", features = [ "derive" ] }
12 changes: 6 additions & 6 deletions deviantart/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ license = "MIT OR Apache-2.0"
[dependencies]
itoa = "1.0.9"
once_cell = { version = "1.18.0", default-features = false }
regex = "1.9.3"
reqwest = { version = "0.11.17", default-features = false, features = [ "cookies", "gzip", "json" ] }
regex = "1.9.5"
reqwest = { version = "0.11.20", default-features = false, features = [ "cookies", "gzip", "json" ] }
reqwest_cookie_store = "0.6.0"
serde = { version = "1.0.183", features = [ "derive" ] }
serde_json = "1.0.104"
thiserror = "1.0.47"
serde = { version = "1.0.188", features = [ "derive" ] }
serde_json = "1.0.107"
thiserror = "1.0.49"
tokio = { version = "1.32.0", features = [ "rt" ] }
url = { version = "2.4.0", features = [ "serde" ] }
url = { version = "2.4.1", features = [ "serde" ] }

[dev-dependencies]
tokio = { version = "1.32.0", features = [ "macros", "fs" ] }
Expand Down

0 comments on commit adf09a9

Please sign in to comment.