Skip to content

Commit 6e3be2b

Browse files
deps(rust): bump uuid from 1.20.0 to 1.21.0 (#55)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.20.0 to 1.21.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.20.0...v1.21.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8caa8bd commit 6e3be2b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ anyhow = "1.0"
4444
tracing = "0.1"
4545
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
4646
chrono = { version = "0.4", features = ["serde"] }
47-
uuid = { version = "1.6", features = ["v4", "serde"] }
47+
uuid = { version = "1.21", features = ["v4", "serde"] }
4848
tokio-util = { version = "0.7", features = ["io", "compat"] }
4949
sqlx = { version = "0.8", features = ["runtime-tokio", "postgres", "chrono", "uuid", "migrate"] }
5050
chacha20poly1305 = "0.10"

crates/orion-skills/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ chrono.workspace = true
1414
tokio.workspace = true
1515
tracing.workspace = true
1616
toml = "1.0"
17-
uuid = { version = "1.6", features = ["v4"] }
17+
uuid = { version = "1.21", features = ["v4"] }
1818
async-imap = "0.9"
1919
async-native-tls = "0.5"
2020
futures-util = "0.3"

0 commit comments

Comments
 (0)