Skip to content

Commit

Permalink
fix(deps): update rust crate byteorder to 1.5 (#781)
Browse files Browse the repository at this point in the history
* fix(deps): update rust crate byteorder to 1.5

* Update Cargo.toml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
  • Loading branch information
renovate[bot] and FabianLars authored Nov 29, 2023
1 parent 4195240 commit e7b022d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion plugins/authenticator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sha2 = "0.10"
base64 = "0.21"
chrono = "0.4"
bytes = "0.4"
byteorder = "1.3"
byteorder = "1"
openssl = "0.10"

[dev-dependencies]
Expand Down

0 comments on commit e7b022d

Please sign in to comment.