Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamVenner committed Jan 2, 2022
1 parent f0e09e3 commit ef30d91
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 75 deletions.
112 changes: 44 additions & 68 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gmsv_reqwest"
version = "1.1.2"
version = "1.1.3"
authors = ["William Venner <william@venner.io>"]
edition = "2018"
publish = false
Expand All @@ -15,10 +15,10 @@ opt-level = "s"
lto = "thin"

[dependencies]
gmod = { version = "9.0.1", default-features = false }
reqwest = { version = "0.11.4", default-features = false, features = ["rustls-tls-native-roots"] }
tokio = { version = "1.7.1", features = ["rt", "macros"] }
gmod = { version = "10.2.2", default-features = false }
reqwest = { version = "0.11.8", default-features = false, features = ["rustls-tls-native-roots"] }
tokio = { version = "1.15.0", features = ["rt", "macros"] }
crossbeam = "0.8.1"
thiserror = "1.0.25"
magic_static = "3.0.0"
singlyton = "2.0.0"
thiserror = "1.0.30"
magic_static = "3.0.1"
singlyton = "4.1.1"

0 comments on commit ef30d91

Please sign in to comment.