From f2957cc2029a5100fbb80765311d272ec980f1c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 15:32:13 +0000 Subject: [PATCH] Bump the cargo-deps group with 7 updates 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](https://github.com/Tim-Leon/bucket-common-types/compare/2a5596c975d8dfbc77d84d27fb3f00e166445a8e...b58feb4d3ef50979b0d1ab5b58e2b73137f9fc67) Updates `serde` from 1.0.195 to 1.0.196 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/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](https://github.com/paupino/rust-decimal/compare/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](https://github.com/time-rs/time/compare/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](https://github.com/tokio-rs/tokio/compare/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] --- Cargo.lock | 85 ++++++++++++++++++++++++++++++++++-------------------- Cargo.toml | 12 ++++---- 2 files changed, 59 insertions(+), 38 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a702b80..c8f0ac5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -305,7 +305,7 @@ dependencies = [ [[package]] name = "bucket-common-types" version = "0.1.0" -source = "git+https://github.com/Tim-Leon/bucket-common-types.git#2a5596c975d8dfbc77d84d27fb3f00e166445a8e" +source = "git+https://github.com/Tim-Leon/bucket-common-types.git#b58feb4d3ef50979b0d1ab5b58e2b73137f9fc67" dependencies = [ "aes-gcm", "base64", @@ -320,7 +320,7 @@ dependencies = [ "serde", "serde_with", "sha3", - "strum", + "strum 0.26.1", "thiserror", "time", "url", @@ -364,8 +364,8 @@ dependencies = [ "serde", "serial_test", "sha3", - "strum", - "strum_macros", + "strum 0.26.1", + "strum_macros 0.26.1", "thiserror", "time", "tokio", @@ -633,7 +633,7 @@ dependencies = [ "clap", "criterion-plot", "is-terminal", - "itertools 0.10.5", + "itertools", "num-traits", "once_cell", "oorandom", @@ -654,7 +654,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" dependencies = [ "cast", - "itertools 0.10.5", + "itertools", ] [[package]] @@ -1597,15 +1597,6 @@ dependencies = [ "either", ] -[[package]] -name = "itertools" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" -dependencies = [ - "either", -] - [[package]] name = "itoa" version = "1.0.10" @@ -1742,6 +1733,12 @@ dependencies = [ "num-traits", ] +[[package]] +name = "num-conv" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" + [[package]] name = "num-integer" version = "0.1.45" @@ -1920,7 +1917,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "strum", + "strum 0.25.0", "typeshare", ] @@ -2220,7 +2217,7 @@ checksum = "c55e02e35260070b6f716a2423c2ff1c3bb1642ddca6f99e1f26d06268a0e2d2" dependencies = [ "bytes", "heck", - "itertools 0.11.0", + "itertools", "log", "multimap", "once_cell", @@ -2241,7 +2238,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools", "proc-macro2", "quote", "syn 2.0.48", @@ -2461,9 +2458,9 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.33.1" +version = "1.34.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06676aec5ccb8fc1da723cc8c0f9a46549f21ebb8753d3915c6c41db1e7f1dc4" +checksum = "755392e1a2f77afd95580d3f0d0e94ac83eeeb7167552c9b5bca549e61a94d83" dependencies = [ "arrayvec", "borsh", @@ -2565,9 +2562,9 @@ checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0" [[package]] name = "serde" -version = "1.0.195" +version = "1.0.196" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02" +checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32" dependencies = [ "serde_derive", ] @@ -2585,9 +2582,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.195" +version = "1.0.196" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c" +checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67" dependencies = [ "proc-macro2", "quote", @@ -2793,7 +2790,16 @@ version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" dependencies = [ - "strum_macros", + "strum_macros 0.25.3", +] + +[[package]] +name = "strum" +version = "0.26.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "723b93e8addf9aa965ebe2d11da6d7540fa2283fcea14b3371ff055f7ba13f5f" +dependencies = [ + "strum_macros 0.26.1", ] [[package]] @@ -2809,6 +2815,19 @@ dependencies = [ "syn 2.0.48", ] +[[package]] +name = "strum_macros" +version = "0.26.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a3417fc93d76740d974a01654a09777cb500428cc874ca9f45edfe0c4d4cd18" +dependencies = [ + "heck", + "proc-macro2", + "quote", + "rustversion", + "syn 2.0.48", +] + [[package]] name = "subtle" version = "2.5.0" @@ -2890,13 +2909,14 @@ dependencies = [ [[package]] name = "time" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e" +checksum = "fe80ced77cbfb4cb91a94bf72b378b4b6791a0d9b7f09d0be747d1bdff4e68bd" dependencies = [ "deranged", "itoa", "js-sys", + "num-conv", "powerfmt", "serde", "time-core", @@ -2911,10 +2931,11 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f" +checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" dependencies = [ + "num-conv", "time-core", ] @@ -2945,9 +2966,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.35.1" +version = "1.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" +checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" dependencies = [ "backtrace", "bytes", @@ -3628,7 +3649,7 @@ checksum = "103fa851fff70ea29af380e87c25c48ff7faac5c530c70bd0e65366d4e0c94e4" dependencies = [ "derive_builder", "fancy-regex", - "itertools 0.10.5", + "itertools", "js-sys", "lazy_static", "quick-error", diff --git a/Cargo.toml b/Cargo.toml index c27164e..f58d4ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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"] } @@ -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]