Skip to content

Commit c17c59f

Browse files
paolobarboliniabonander
authored andcommitted
Update dependencies
1 parent 9677430 commit c17c59f

File tree

6 files changed

+72
-89
lines changed

6 files changed

+72
-89
lines changed

Cargo.lock

+59-76
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqlx-core/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ uuid = { workspace = true, optional = true }
5252
async-io = { version = "1.9.0", optional = true }
5353
paste = "1.0.6"
5454
ahash = "0.7.6"
55-
atoi = "1.0"
55+
atoi = "2.0"
5656

5757
bitflags = { version = "1.3.2", default-features = false }
5858
bytes = "1.1.0"
@@ -66,7 +66,7 @@ either = "1.6.1"
6666
futures-channel = { version = "0.3.19", default-features = false, features = ["sink", "alloc", "std"] }
6767
futures-core = { version = "0.3.19", default-features = false }
6868
futures-io = "0.3.24"
69-
futures-intrusive = "0.4.0"
69+
futures-intrusive = "0.5.0"
7070
futures-util = { version = "0.3.19", default-features = false, features = ["alloc", "sink", "io"] }
7171
generic-array = { version = "0.14.4", default-features = false, optional = true }
7272
hex = "0.4.3"
@@ -76,7 +76,7 @@ num-bigint = { version = "0.4.0", default-features = false, optional = true, fea
7676
once_cell = "1.9.0"
7777
percent-encoding = "2.1.0"
7878
regex = { version = "1.5.5", optional = true }
79-
rsa = { version = "0.6.0", optional = true }
79+
rsa = { version = "0.8.0", optional = true }
8080
serde = { version = "1.0.132", features = ["derive", "rc"], optional = true }
8181
serde_json = { version = "1.0.73", features = ["raw_value"], optional = true }
8282
sha1 = { version = "0.10.1", default-features = false, optional = true }
@@ -87,7 +87,7 @@ tokio-stream = { version = "0.1.8", features = ["fs"], optional = true }
8787
tracing = { version = "0.1.37", features = ["log"] }
8888
smallvec = "1.7.0"
8989
url = { version = "2.2.2", default-features = false }
90-
bstr = { version = "0.2.17", default-features = false, features = ["std"], optional = true }
90+
bstr = { version = "1.0", default-features = false, features = ["std"], optional = true }
9191
hashlink = "0.8.0"
9292
# NOTE: *must* remain below 1.7.0 to allow users to avoid the `ahash` cyclic dependency problem by pinning the version
9393
# https://github.com/tkaitchuck/aHash/issues/95#issuecomment-874150078

0 commit comments

Comments
 (0)