Skip to content

Commit

Permalink
deps: upgrade base64 dependency to 0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tilosp committed Oct 28, 2024
1 parent f0c046c commit 6a63360
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde-bytes-repr"
version = "0.2.0"
version = "0.3.0"
authors = ["cfsamson <[email protected]>"]
description = "Serde adapter for controlling the representation of bytes"
repository = "https://github.com/cfsamson/rfi-serde-byte-repr"
Expand All @@ -16,7 +16,7 @@ edition = "2018"

[dependencies]
serde = "1.0.117"
base64 = "0.21.4"
base64 = "0.22.1"
hex = "0.4.2"

[dev-dependencies]
Expand Down

0 comments on commit 6a63360

Please sign in to comment.