Skip to content

Commit b7fe78e

Browse files
Bump the cargo-deps group with 3 updates
Bumps the cargo-deps group with 3 updates: [bucket-common-types](https://github.com/Tim-Leon/bucket-common-types), [base64](https://github.com/marshallpierce/rust-base64) and [trybuild](https://github.com/dtolnay/trybuild). Updates `bucket-common-types` from `31da8d4` to `5ee25d3` - [Commits](Tim-Leon/bucket-common-types@31da8d4...5ee25d3) Updates `base64` from 0.21.7 to 0.22.0 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.7...v0.22.0) Updates `trybuild` from 1.0.89 to 1.0.90 - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](dtolnay/trybuild@1.0.89...1.0.90) --- updated-dependencies: - dependency-name: bucket-common-types dependency-type: direct:production dependency-group: cargo-deps - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: trybuild dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f243694 commit b7fe78e

File tree

2 files changed

+73
-39
lines changed

2 files changed

+73
-39
lines changed

Diff for: Cargo.lock

+71-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tonic = { version = "0.11.0", default-features = false, features = [
3838
futures = { version = "0.3", default-features = false, features = ["std"] }
3939

4040
anyhow = "*"
41-
base64 = "0.21.2"
41+
base64 = "0.22.0"
4242
serde = "1.0.175"
4343
bytemuck = "1.13.1"
4444
gloo = { version = "0.11.0", features = ["futures", "net", "file", "worker"] }
@@ -104,7 +104,7 @@ wasm-bindgen-test = "0.3.37"
104104
serial_test = "3.0.0"
105105
criterion = { version = "0.5.1" } # Benchmark framework that is used to deterimne performance change, as in regresion or improvement.
106106
pretty_assertions = "1.4.0"
107-
trybuild = "1.0.89"
107+
trybuild = "1.0.90"
108108

109109
[build-dependencies]
110110
tonic-build = { version = "0.11.0", default-features = false, features = [

0 commit comments

Comments
 (0)