Skip to content

Commit

Permalink
Bump base64 from 0.21.7 to 0.22.1 (#1386)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Hewitt <[email protected]>
  • Loading branch information
dependabot[bot] and davidhewitt authored Aug 5, 2024
1 parent c5a4261 commit cc2c46c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ahash = "0.8.10"
url = "2.5.0"
# idna is already required by url, added here to be explicit
idna = "1.0.1"
base64 = "0.21.7"
base64 = "0.22.1"
num-bigint = "0.4.6"
python3-dll-a = "0.2.10"
uuid = "1.9.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def test_json_bytes_base64_invalid():
{
'type': 'bytes_invalid_encoding',
'loc': (),
'msg': f'Data should be valid base64: Invalid byte {ord("!")}, offset {len(wrong_input)-1}.',
'msg': f'Data should be valid base64: Invalid symbol {ord("!")}, offset {len(wrong_input)-1}.',
'input': wrong_input,
}
]
Expand Down

0 comments on commit cc2c46c

Please sign in to comment.