Skip to content

Commit

Permalink
Bump once_cell from 1.20.1 to 1.20.2 (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 913c99b commit aaaaa79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ thiserror = { version = "1.0" }
tokio = { version = "1.41" }
tracing = { version = "0.1" }
uuid = { version = "1.11", default-features = false, features = ["v4", "serde"] }
once_cell = { version = "1.19" }
once_cell = { version = "1.20" }

[profile.release]
lto = true # Optimize our binary at link stage.
Expand Down

0 comments on commit aaaaa79

Please sign in to comment.