1 Commits

Author SHA1 Message Date
dependabot[bot]
e0cbda54de Bump diesel from 2.2.8 to 2.2.10
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.8 to 2.2.10.
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.10/CHANGELOG.md)
- [Commits](https://github.com/diesel-rs/diesel/compare/v2.2.8...v2.2.10)

---
updated-dependencies:
- dependency-name: diesel
  dependency-version: 2.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-26 01:26:57 +00:00
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@@ -933,9 +933,9 @@ dependencies = [
[[package]]
name = "diesel"
version = "2.2.8"
version = "2.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "470eb10efc8646313634c99bb1593f402a6434cbd86e266770c6e39219adb86a"
checksum = "ff3e1edb1f37b4953dd5176916347289ed43d7119cc2e6c7c3f7849ff44ea506"
dependencies = [
"bitflags",
"byteorder 1.5.0",
@@ -2395,7 +2395,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
dependencies = [
"anyhow",
"itertools 0.10.5",
"itertools 0.13.0",
"proc-macro2",
"quote",
"syn 2.0.100",
@@ -2890,7 +2890,7 @@ dependencies = [
[[package]]
name = "schedule-parser-rusted"
version = "1.0.5"
version = "1.0.3"
dependencies = [
"actix-macros 0.1.0",
"actix-test",

View File

@@ -3,7 +3,7 @@ members = ["actix-macros", "actix-test", "schedule-parser"]
[package]
name = "schedule-parser-rusted"
version = "1.0.5"
version = "1.0.3"
edition = "2024"
publish = false
@@ -17,7 +17,7 @@ schedule-parser = { path = "schedule-parser", features = ["test-utils"] }
bcrypt = "0.17.0"
chrono = { version = "0.4.40", features = ["serde"] }
derive_more = { version = "2", features = ["full"] }
diesel = { version = "2.2.8", features = ["postgres"] }
diesel = { version = "2.2.10", features = ["postgres"] }
diesel-derive-enum = { git = "https://github.com/Havunen/diesel-derive-enum.git", features = ["postgres"] }
dotenvy = "0.15.7"
env_logger = "0.11.7"