Bump versions ()

This commit is contained in:
Tobie Morgan Hitchcock 2023-05-22 15:35:30 +01:00 committed by GitHub
parent b137535d8a
commit 6b02c2f026
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 13 deletions

22
Cargo.lock generated
View file

@ -40,7 +40,7 @@ dependencies = [
"actix-service",
"actix-utils",
"ahash 0.8.3",
"base64 0.21.0",
"base64 0.21.1",
"bitflags",
"brotli",
"bytes",
@ -547,9 +547,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "base64"
version = "0.21.0"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
checksum = "3f1e31e207a6b8fb791a38ea3105e6cb541f55e4d029902d3039a4ad07cc4105"
[[package]]
name = "base64ct"
@ -563,7 +563,7 @@ version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9df288bec72232f78c1ec5fe4e8f1d108aa0265476e93097593c803c8c02062a"
dependencies = [
"base64 0.21.0",
"base64 0.21.1",
"blowfish",
"getrandom 0.2.9",
"subtle",
@ -2205,7 +2205,7 @@ version = "8.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378"
dependencies = [
"base64 0.21.0",
"base64 0.21.1",
"pem",
"ring",
"serde",
@ -3370,7 +3370,7 @@ checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"
dependencies = [
"pem",
"ring",
"time 0.3.20",
"time 0.3.21",
"yasna",
]
@ -3447,7 +3447,7 @@ version = "0.11.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
dependencies = [
"base64 0.21.0",
"base64 0.21.1",
"bytes",
"encoding_rs",
"futures-core",
@ -3690,7 +3690,7 @@ version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
dependencies = [
"base64 0.21.0",
"base64 0.21.1",
]
[[package]]
@ -4079,7 +4079,7 @@ name = "surreal"
version = "1.0.0-beta.9"
dependencies = [
"argon2",
"base64 0.21.0",
"base64 0.21.1",
"bung",
"bytes",
"chrono",
@ -4126,7 +4126,7 @@ dependencies = [
"async-channel",
"async-executor",
"async-recursion",
"base64 0.21.0",
"base64 0.21.1",
"bcrypt",
"bigdecimal",
"bung",
@ -5388,7 +5388,7 @@ version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
dependencies = [
"time 0.3.20",
"time 0.3.21",
]
[[package]]

View file

@ -30,7 +30,7 @@ strip = false
[dependencies]
argon2 = "0.5.0"
base64 = "0.21.0"
base64 = "0.21.1"
bung = "0.1.0"
bytes = "1.4.0"
chrono = { version = "0.4.24", features = ["serde"] }

View file

@ -54,7 +54,7 @@ addr = { version = "0.15.6", default-features = false, features = ["std"] }
argon2 = "0.5.0"
ascii = { version = "0.3.2", package = "any_ascii" }
async-recursion = "1.0.4"
base64_lib = { version = "0.21.0", package = "base64" }
base64_lib = { version = "0.21.1", package = "base64" }
bcrypt = "0.14.0"
bigdecimal = { version = "0.3.1", features = ["serde", "string-only"] }
bung = "0.1.0"