textileio / textile

Textile hub services and buckets lib
MIT License
227 stars 45 forks source link

Use latest go mongo driver #572

Closed sbs2001 closed 2 years ago

sbs2001 commented 2 years ago

The current version of mongo driver v1.7.1 has a critical data race bug. This also produces a big warning while installing hub. This PR uses newer version of the driver which is free of this bug.