Skip to content

Commit 97eb4c7

Browse files
committed
Bump smol_str
1 parent f3d9784 commit 97eb4c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/tools/rust-analyzer/Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1885,9 +1885,9 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
18851885

18861886
[[package]]
18871887
name = "smol_str"
1888-
version = "0.3.1"
1888+
version = "0.3.2"
18891889
source = "registry+https://github.com/rust-lang/crates.io-index"
1890-
checksum = "66eaf762c5af19db3108300515c8aa7a50efc90ff745f4c62288052ebf9fdd25"
1890+
checksum = "9676b89cd56310a87b93dec47b11af744f34d5fc9f367b829474eec0a891350d"
18911891
dependencies = [
18921892
"borsh",
18931893
"serde",

src/tools/rust-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ smallvec = { version = "1.10.0", features = [
145145
"union",
146146
"const_generics",
147147
] }
148-
smol_str = "0.3.1"
148+
smol_str = "0.3.2"
149149
snap = "1.1.0"
150150
text-size = "1.1.1"
151151
tracing = "0.1.40"

0 commit comments

Comments
 (0)