Skip to content

Commit

Permalink
Merge pull request #37 from sine-fdn/dependabot/cargo/uuid-1.13.1
Browse files Browse the repository at this point in the history
build(deps): bump uuid from 1.11.0 to 1.13.1
  • Loading branch information
zeitgeist authored Feb 12, 2025
2 parents 9ddca1e + 81acd0d commit 54a326f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion demo-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ version = "0.5.0"
features = ["json"]

[dependencies.uuid]
version = "1.11"
version = "1.13"
features = ["v4", "serde"]
2 changes: 1 addition & 1 deletion ileap-data-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ rust_decimal_macros = "^1.20"
regex = "1.11.1"
quickcheck = "1"
quickcheck_macros = "1"
uuid = { version = "1.11", features = ["v4", "serde"] }
uuid = { version = "1.13", features = ["v4", "serde"] }
2 changes: 1 addition & 1 deletion pact-data-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ path = "src/main.rs"
chrono = { version = "0.4", features = ["serde"] }
schemars = { version = "0.8.21", features = ["chrono"] }
rust_decimal = "1.35.0"
uuid = { version = "1.11", features = ["v4", "serde"] }
uuid = { version = "1.13", features = ["v4", "serde"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"

0 comments on commit 54a326f

Please sign in to comment.