Skip to content

Commit

Permalink
Merge pull request #33 from philipcristiano/dependabot/cargo/toml-0.8.2
Browse files Browse the repository at this point in the history
build(deps): bump toml from 0.8.1 to 0.8.2
  • Loading branch information
philipcristiano authored Oct 9, 2023
2 parents 3b5e830 + db8fa8b commit cbd953d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -19,7 +19,7 @@ opentelemetry_sdk = "0.20.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.32.0", features = ["full"]}
toml = "0.8.1"
toml = "0.8.2"
tonic = { version = "0.10.1", features = ["tls", "tls-roots"] }
tower-cookies = { version = "0.9.0", features = ["signed", "private"]}
tower-http = { version = "0.4.4", features = ["tracing", "trace"] }
Expand Down

0 comments on commit cbd953d

Please sign in to comment.