From 0cbffb2201b04df80a02a515a8ff93f878f3196f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 16:01:13 +0000 Subject: [PATCH] Bump the rust-patch-updates group with 4 updates Bumps the rust-patch-updates group with 4 updates: [serde](https://github.com/serde-rs/serde), [chrono](https://github.com/chronotope/chrono), [serde_json](https://github.com/serde-rs/json) and [mmap-rs](https://github.com/StephanvanSchaik/mmap-rs). 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 `chrono` from 0.4.31 to 0.4.33 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.31...v0.4.33) Updates `serde_json` from 1.0.111 to 1.0.113 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.111...v1.0.113) Updates `mmap-rs` from 0.6.0 to 0.6.1 - [Changelog](https://github.com/StephanvanSchaik/mmap-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/StephanvanSchaik/mmap-rs/commits) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch-updates - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch-updates - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch-updates - dependency-name: mmap-rs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch-updates ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 +++++++++++----------- gitbutler-app/Cargo.toml | 2 +- gitbutler-diff/Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8bdc7f83a..b581332ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -602,9 +602,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.31" +version = "0.4.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" +checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb" dependencies = [ "android-tzdata", "iana-time-zone", @@ -612,7 +612,7 @@ dependencies = [ "num-traits", "serde", "wasm-bindgen", - "windows-targets 0.48.5", + "windows-targets 0.52.0", ] [[package]] @@ -2878,9 +2878,9 @@ dependencies = [ [[package]] name = "mmap-rs" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e1af4ac2b44e6faa5d82a400349ccf8444d68559eca4c6f976befc4eee963da" +checksum = "86968d85441db75203c34deefd0c88032f275aaa85cee19a1dcfff6ae9df56da" dependencies = [ "bitflags 1.3.2", "combine", @@ -4528,18 +4528,18 @@ dependencies = [ [[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", ] [[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", @@ -4548,9 +4548,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.111" +version = "1.0.113" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4" +checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" dependencies = [ "itoa 1.0.9", "ryu", diff --git a/gitbutler-app/Cargo.toml b/gitbutler-app/Cargo.toml index bc98fd63a..ea7b6ec1e 100644 --- a/gitbutler-app/Cargo.toml +++ b/gitbutler-app/Cargo.toml @@ -27,7 +27,7 @@ backoff = "0.4.0" backtrace = { version = "0.3.69", optional = true } bstr = "1.9.0" byteorder = "1.5.0" -chrono = { version = "0.4.31", features = ["serde"] } +chrono = { version = "0.4.33", features = ["serde"] } console-subscriber = "0.2.0" diffy = "0.3.0" filetime = "0.2.23" diff --git a/gitbutler-diff/Cargo.toml b/gitbutler-diff/Cargo.toml index 20e4d8ace..d02a3b267 100644 --- a/gitbutler-diff/Cargo.toml +++ b/gitbutler-diff/Cargo.toml @@ -11,7 +11,7 @@ mmap = ["dep:mmap-rs"] [dependencies] thiserror.workspace = true git2 = { workspace = true, optional = true } -mmap-rs = { version = "0.6.0", optional = true } +mmap-rs = { version = "0.6.1", optional = true } [dev-dependencies] paste = "1.0.14"