🏡 index : ~doyle/titanirc.git

author jordan <jordan@doyle.la> 2023-04-15 9:07:13.0 +00:00:00
committer GitHub <noreply@github.com> 2023-04-15 9:07:13.0 +00:00:00
commit
9d44b0f601fc8156480619cd42d471e48af70dec [patch]
tree
ae7a59a9d6e86b6daa4e90412b2d9c13078944f4
parent
0b95a367bf7f7e10de281bb092f9deb90d4d583c
parent
4785135f83025be80b475a41242707a9362dfcf5
download
9d44b0f601fc8156480619cd42d471e48af70dec.tar.gz

Merge pull request #11 from MITBorg/dependabot/cargo/actix-rt-2.8.0

Bump actix-rt from 2.7.0 to 2.8.0

Diff

 Cargo.lock | 4 ++--
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 90993b9..58f4765 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -38,9 +38,9 @@ dependencies = [

[[package]]
name = "actix-rt"
version = "2.7.0"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ea16c295198e958ef31930a6ef37d0fb64e9ca3b6116e6b93a8bdae96ee1000"
checksum = "15265b6b8e2347670eb363c47fc8c75208b4a4994b27192f345fcbe707804f3e"
dependencies = [
 "actix-macros",
 "futures-core",
diff --git a/Cargo.toml b/Cargo.toml
index 4435a38..b1e089c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
actix = "0.13"
actix-rt = "2.7"
actix-rt = "2.8"
anyhow = "1.0"
argon2 = "0.4"
base64 = "0.21.0"