🏡 index : ~doyle/titanirc.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-04-01 2:59:37.0 +00:00:00
committer GitHub <noreply@github.com> 2023-04-01 2:59:37.0 +00:00:00
commit
1db44b6095d2c61e3687768633a95c17c76e4443 [patch]
tree
3be57e06acc002e9c1bbf623897a19594438f9eb
parent
cdea0f994227f584828c9a081d4f54a05221d92c
download
1db44b6095d2c61e3687768633a95c17c76e4443.tar.gz

Bump bitflags from 2.0.0-rc.1 to 2.0.2

Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.0.0-rc.1 to 2.0.2.
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bitflags/bitflags/compare/2.0.0-rc.1...2.0.2)

---
updated-dependencies:
- dependency-name: bitflags
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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"