mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-07 17:04:51 +01:00
Bump base64 from 0.13.0 to 0.20.0 (#641)
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.13.0 to 0.20.0. - [Release notes](https://github.com/marshallpierce/rust-base64/releases) - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.13.0...v0.20.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
4c6a287f4d
commit
d1e29cbcae
22
Cargo.lock
generated
22
Cargo.lock
generated
@ -76,7 +76,7 @@ dependencies = [
|
||||
"atuin-client",
|
||||
"atuin-common",
|
||||
"atuin-server",
|
||||
"base64",
|
||||
"base64 0.20.0",
|
||||
"chrono",
|
||||
"clap",
|
||||
"clap_complete",
|
||||
@ -108,7 +108,7 @@ version = "12.0.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"atuin-common",
|
||||
"base64",
|
||||
"base64 0.20.0",
|
||||
"chrono",
|
||||
"config",
|
||||
"directories",
|
||||
@ -155,7 +155,7 @@ dependencies = [
|
||||
"async-trait",
|
||||
"atuin-common",
|
||||
"axum",
|
||||
"base64",
|
||||
"base64 0.20.0",
|
||||
"chrono",
|
||||
"chronoutil",
|
||||
"config",
|
||||
@ -230,9 +230,15 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "base64"
|
||||
version = "0.13.0"
|
||||
version = "0.13.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
||||
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
||||
|
||||
[[package]]
|
||||
name = "base64"
|
||||
version = "0.20.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5"
|
||||
|
||||
[[package]]
|
||||
name = "beef"
|
||||
@ -1560,7 +1566,7 @@ version = "0.11.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"base64 0.13.1",
|
||||
"bytes",
|
||||
"encoding_rs",
|
||||
"futures-core",
|
||||
@ -1684,7 +1690,7 @@ version = "1.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"base64 0.13.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1946,7 +1952,7 @@ checksum = "dcbc16ddba161afc99e14d1713a453747a2b07fc097d2009f4c300ec99286105"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"atoi",
|
||||
"base64",
|
||||
"base64 0.13.1",
|
||||
"bitflags",
|
||||
"byteorder",
|
||||
"bytes",
|
||||
|
@ -64,7 +64,7 @@ tokio = { version = "1", features = ["full"] }
|
||||
async-trait = "0.1.58"
|
||||
interim = { version = "0.1.0", features = ["chrono"] }
|
||||
cli-table = { version = "0.4", default-features = false }
|
||||
base64 = "0.13.0"
|
||||
base64 = "0.20.0"
|
||||
crossbeam-channel = "0.5.1"
|
||||
clap = { version = "4.0.18", features = ["derive"] }
|
||||
clap_complete = "4.0.3"
|
||||
|
@ -61,7 +61,7 @@ reqwest = { version = "0.11", features = [
|
||||
hex = { version = "0.4", optional = true }
|
||||
sha2 = { version = "0.10", optional = true }
|
||||
rmp-serde = { version = "1.1.1", optional = true }
|
||||
base64 = { version = "0.13.0", optional = true }
|
||||
base64 = { version = "0.20.0", optional = true }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
semver = "1.0.14"
|
||||
|
||||
|
@ -20,7 +20,7 @@ config = { version = "0.13", default-features = false, features = ["toml"] }
|
||||
serde = { version = "1.0.145", features = ["derive"] }
|
||||
serde_json = "1.0.86"
|
||||
sodiumoxide = "0.2.6"
|
||||
base64 = "0.13.0"
|
||||
base64 = "0.20.0"
|
||||
rand = "0.8.4"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
sqlx = { version = "0.6", features = [
|
||||
|
Loading…
Reference in New Issue
Block a user