Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tropicbliss committed Feb 8, 2022
1 parent 9a8bf88 commit ff2a58d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "buckshot"
version = "4.0.8"
version = "4.0.9"
authors = ["tropicbliss <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -15,10 +15,10 @@ lazy_static = "1.4.0"
native-tls = "0.2.8"
regex = "1.5.4"
reqwest = { version = "0.11.9", features = ["blocking", "cookies", "json", "multipart"] }
serde = { version = "1.0.134", features = ["derive"] }
serde_json = "1.0.76"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.78"
structopt = "0.3.26"
tokio = { version = "1.15.0", features = ["full"] }
tokio = { version = "1.16.1", features = ["full"] }
tokio-native-tls = "0.3.0"
toml = "0.5.8"

Expand Down

0 comments on commit ff2a58d

Please sign in to comment.