🏡 index : ~doyle/titanirc.git

author jordan <jordan@doyle.la> 2023-04-15 9:05:59.0 +00:00:00
committer GitHub <noreply@github.com> 2023-04-15 9:05:59.0 +00:00:00
commit
3295021fa0cd46d7f30e68c92ae5fd0a1d70fd69 [patch]
tree
3be57e06acc002e9c1bbf623897a19594438f9eb
parent
cdea0f994227f584828c9a081d4f54a05221d92c
parent
1db44b6095d2c61e3687768633a95c17c76e4443
download
3295021fa0cd46d7f30e68c92ae5fd0a1d70fd69.tar.gz

Merge pull request #15 from MITBorg/dependabot/cargo/bitflags-2.0.2

Bump bitflags from 2.0.0-rc.1 to 2.0.2

Diff

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

diff --git a/Cargo.lock b/Cargo.lock
index 691b6ec..32a8a50 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -136,9 +136,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"

[[package]]
name = "bitflags"
version = "2.0.0-rc.1"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e196f430604fcd7503056c5aaa7dfc5bc570582b928240622b075b5cad3b90dd"
checksum = "487f1e0fcbe47deb8b0574e646def1c903389d95241dd1bbcc6ce4a715dfc0c1"

[[package]]
name = "blake2"
@@ -1593,7 +1593,7 @@ dependencies = [
 "anyhow",
 "argon2",
 "base64 0.21.0",
 "bitflags 2.0.0-rc.1",
 "bitflags 2.0.2",
 "bytes",
 "chrono",
 "clap",
diff --git a/Cargo.toml b/Cargo.toml
index 5035727..4435a38 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ actix-rt = "2.7"
anyhow = "1.0"
argon2 = "0.4"
base64 = "0.21.0"
bitflags = "2.0.0-rc.1"
bitflags = "2.0.2"
bytes = "1.4"
const_format = "0.2"
chrono = "0.4"