dependabot[bot] commited on
Commit
669ec2d
·
unverified ·
1 Parent(s): be84215

build(deps): bump base64 from 0.21.7 to 0.22.1 (#656)

Browse files
Files changed (2) hide show
  1. Cargo.lock +1 -7
  2. Cargo.toml +1 -1
Cargo.lock CHANGED
@@ -479,12 +479,6 @@ dependencies = [
479
  "byteorder",
480
  ]
481
 
482
- [[package]]
483
- name = "base64"
484
- version = "0.21.7"
485
- source = "registry+https://github.com/rust-lang/crates.io-index"
486
- checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
487
-
488
  [[package]]
489
  name = "base64"
490
  version = "0.22.1"
@@ -4987,7 +4981,7 @@ dependencies = [
4987
  "async-compression",
4988
  "async-once-cell",
4989
  "async-trait",
4990
- "base64 0.21.7",
4991
  "bincode",
4992
  "blake3",
4993
  "cfg-if 1.0.0",
 
479
  "byteorder",
480
  ]
481
 
 
 
 
 
 
 
482
  [[package]]
483
  name = "base64"
484
  version = "0.22.1"
 
4981
  "async-compression",
4982
  "async-once-cell",
4983
  "async-trait",
4984
+ "base64 0.22.1",
4985
  "bincode",
4986
  "blake3",
4987
  "cfg-if 1.0.0",
Cargo.toml CHANGED
@@ -75,7 +75,7 @@ chacha20poly1305 = { version = "0.10.1", default-features = false, features = [
75
  "getrandom",
76
  ], optional = true }
77
  chacha20 = { version = "0.9.1", default-features = false, optional = true }
78
- base64 = { version = "0.21.5", default-features = false, features = [
79
  "std",
80
  ], optional = true }
81
  cfg-if = { version = "1.0.0", default-features = false, optional = true }
 
75
  "getrandom",
76
  ], optional = true }
77
  chacha20 = { version = "0.9.1", default-features = false, optional = true }
78
+ base64 = { version = "0.22.1", default-features = false, features = [
79
  "std",
80
  ], optional = true }
81
  cfg-if = { version = "1.0.0", default-features = false, optional = true }