mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-20 16:11:46 +03:00
Merge pull request #3190 from gitbutlerapp/normalize-workspace-imports
normalize workspace imports
This commit is contained in:
commit
65f9fbb21d
@ -46,10 +46,10 @@ refinery = { version = "0.8", features = [ "rusqlite" ] }
|
||||
regex = "1.10"
|
||||
reqwest = "0.11.24"
|
||||
resolve-path = "0.1.0"
|
||||
rusqlite = { workspace = true }
|
||||
rusqlite.workspace = true
|
||||
sentry = { version = "0.32", optional = true, features = ["backtrace", "contexts", "panic", "transport", "anyhow", "debug-images", "reqwest", "native-tls" ] }
|
||||
sentry-tracing = "0.32.0"
|
||||
serde = { workspace = true }
|
||||
serde.workspace = true
|
||||
serde_json = { version = "1.0", features = [ "std", "arbitrary_precision" ] }
|
||||
sha1 = "0.10.6"
|
||||
sha2 = "0.10.8"
|
||||
@ -72,7 +72,7 @@ tracing-appender = "0.2.3"
|
||||
tracing-subscriber = "0.3.17"
|
||||
url = "2.5"
|
||||
urlencoding = "2.1.3"
|
||||
uuid = { workspace = true }
|
||||
uuid.workspace = true
|
||||
walkdir = "2.3.2"
|
||||
zip = "0.6.5"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user