Skip to content

Commit

Permalink
chore(deps): bump typetag from 0.2.17 to 0.2.18 (#1859)
Browse files Browse the repository at this point in the history
Bumps [typetag](https://github.com/dtolnay/typetag) from 0.2.17 to 0.2.18.
- [Release notes](https://github.com/dtolnay/typetag/releases)
- [Commits](dtolnay/typetag@0.2.17...0.2.18)

---
updated-dependencies:
- dependency-name: typetag
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 11, 2024
1 parent 5155819 commit ba068a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 @@ -414,6 +414,6 @@ sqlx = { version = "0.8.0", default-features = false, optional = true, features
thiserror = { version = "1.0.63", default-features = false }
tonic = { version = "0.12.1", default-features = false, optional = true }
tonic-health = { version = "0.12.1", default-features = false, optional = true }
typetag = { version = "0.2.17" }
typetag = { version = "0.2.18" }
url = { version = "2.5.2", features = ["serde"] }
uuid = { version = "1.10.0", default-features = false, features = ["v4"], optional = true }
2 changes: 1 addition & 1 deletion lib/framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ tracing-limit = { path = "../tracing-limit" }
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["env-filter", "json", "fmt", "ansi"] }
tripwire = { path = "../tripwire" }
twox-hash = { version = "1.6.3", default-features = false }
typetag = { version = "0.2.17" }
typetag = { version = "0.2.18" }
url = { version = "2.5.2", features = ["serde"] }
zstd = { version = "0.13.2", default-features = false }

0 comments on commit ba068a0

Please sign in to comment.