Skip to content

Commit

Permalink
Bump the cargo-deps group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-deps group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [bucket-common-types](https://github.com/Tim-Leon/bucket-common-types) | ``2a5596c`` | ``b58feb4`` |
| [serde](https://github.com/serde-rs/serde) | `1.0.195` | `1.0.196` |
| [strum](https://github.com/Peternator7/strum) | `0.25.0` | `0.26.1` |
| [strum_macros](https://github.com/Peternator7/strum) | `0.25.3` | `0.26.1` |
| [rust_decimal](https://github.com/paupino/rust-decimal) | `1.33.1` | `1.34.2` |
| [time](https://github.com/time-rs/time) | `0.3.31` | `0.3.32` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.35.1` | `1.36.0` |


Updates `bucket-common-types` from `2a5596c` to `b58feb4`
- [Commits](Tim-Leon/bucket-common-types@2a5596c...b58feb4)

Updates `serde` from 1.0.195 to 1.0.196
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.195...v1.0.196)

Updates `strum` from 0.25.0 to 0.26.1
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/commits/v0.26.1)

Updates `strum_macros` from 0.25.3 to 0.26.1
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/commits/v0.26.1)

Updates `rust_decimal` from 1.33.1 to 1.34.2
- [Release notes](https://github.com/paupino/rust-decimal/releases)
- [Changelog](https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md)
- [Commits](paupino/rust-decimal@1.33.1...1.34.2)

Updates `time` from 0.3.31 to 0.3.32
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.31...v0.3.32)

Updates `tokio` from 1.35.1 to 1.36.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.35.1...tokio-1.36.0)

---
updated-dependencies:
- dependency-name: bucket-common-types
  dependency-type: direct:production
  dependency-group: cargo-deps
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: strum
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: strum_macros
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: rust_decimal
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: time
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 2, 2024
1 parent 604fede commit f2957cc
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 38 deletions.
85 changes: 53 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tonic = { version = "0.10.2", default-features = false, features = [
tonic-web-wasm-client = "0.5.0"
anyhow = "*"
base64 = "0.21.2"
serde = "1.0.175"
serde = "1.0.196"
bytemuck = "1.13.1"
gloo = { version = "0.11.0", features = ["futures", "net", "file", "worker"] }
zeroize = "1.6.0"
Expand All @@ -47,11 +47,11 @@ mime = "0.3.17"
wasm-bindgen = "0.2.87"
byte-unit = "5.1.4"
# zip = "0.6.6"
strum = "0.25.0"
strum_macros = "0.25.0"
strum = "0.26.1"
strum_macros = "0.26.1"
cookie = { version = "0.18.0", features = ["private"] }
hex-literal = "0.4.1"
rust_decimal = "1.33.1"
rust_decimal = "1.34.2"
pharos = "0.5.3"
jsonwebtoken = "9.1.0"
lunchbox = { version = "0.1.3", features = ["full-wasm"] }
Expand All @@ -66,14 +66,14 @@ web-sys = { version = "0.3.64", features = [
"FileList",
"HtmlInputElement",
] }
time = { version = "0.3.28", features = ["serde", "wasm-bindgen"] }
time = { version = "0.3.32", features = ["serde", "wasm-bindgen"] }
passkey = "0.2.0"
infer = "0.15.0"
pkg-version = "1.0.0"
wasm-bindgen-futures = "0.4.38"
wasm-streams = "0.4.0"
log = "0.4.20"
tokio = { version = "1.35.1", features = ["full"] }
tokio = { version = "1.36.0", features = ["full"] }
tokio-stream = { version = "0.1.14" }

[dev-dependencies]
Expand Down

0 comments on commit f2957cc

Please sign in to comment.