Skip to content

Commit

Permalink
Update async-psec to v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hardcore-sushi committed May 30, 2021
1 parent e953b7b commit 2673fb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aira"
version = "0.0.2"
version = "0.0.3"
authors = ["Hardcore Sushi <[email protected]>"]
edition = "2018"
exclude = ["src/frontend"]
Expand All @@ -9,7 +9,7 @@ exclude = ["src/frontend"]
rand = "0.8"
rand-7 = { package = "rand", version = "0.7.3" }
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros", "net", "io-util"] }
async-psec = { version = "0.2", features = ["split"] }
async-psec = { version = "0.3", features = ["split"] }
lazy_static = "1.4"
socket2 = "0.4"
rusqlite = { version = "0.25.1", features = ["bundled"] }
Expand Down Expand Up @@ -42,4 +42,4 @@ yaml-rust = "0.4" #only in debug mode
[build-dependencies]
html-minifier = "3.0"
yaml-rust = "0.4"
linked-hash-map = "0.5"
linked-hash-map = "0.5"

0 comments on commit 2673fb2

Please sign in to comment.