Skip to content

Commit

Permalink
update: Update the version of the clia-tracing-config crate to avoid …
Browse files Browse the repository at this point in the history
…panic when logging in json format.
  • Loading branch information
fankaiLiu committed Jan 6, 2024
1 parent 2acdad9 commit 54076f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "salvo-cli"
version = "0.1.38"
version = "0.1.39"
edition = "2021"
authors = ["Fankai Liu [email protected]","mrxiaozhuox [email protected]"]
keywords = ["salvo", "cli","template"]
Expand Down
2 changes: 1 addition & 1 deletion src/utils/create_project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pub fn write_project_file(
"project_name": project.project_name,
"dependencies": {
"anyhow": "1.0.75",
"clia-tracing-config": "0.2.5",
"clia-tracing-config": "0.2.7",
"jsonwebtoken": "8.3.0",
"once_cell": "1.18.0",
"salvo": {
Expand Down

0 comments on commit 54076f4

Please sign in to comment.