Skip to content

Commit

Permalink
fix(deps): update rust crate ulid to 1.1.2 (#428)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 29, 2024
1 parent 62ebd14 commit 0fb91e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ tokio = { version = "1.36.0", features = [
] }
tracing = { version = "0.1.40", features = ["log"] }
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
ulid = "1.1.1"
ulid = "1.1.2"
unleash-types = { version = "0.11", features = ["openapi", "hashes"] }
unleash-yggdrasil = { version = "0.11.0" }
utoipa = { version = "4.2.0", features = ["actix_extras", "chrono"] }
Expand Down

0 comments on commit 0fb91e2

Please sign in to comment.